Declared in NSError+BCKCode.h

Overview

Helper methods for NSError to create BarCodeKit specific NSError instances.

Tasks

Initialising NSError objects

Class Methods

BCKCodeErrorWithMessage:

Creates an NSError instance with default BarCodeKit settings and a custom error message.

+ (NSError *)BCKCodeErrorWithMessage:(NSString *)message

Parameters

message

The error message the NSError object should be initialised with.

Return Value

A BarCodeKit specific NSError object initialised with the error message.

Declared In

NSError+BCKCode.h