NSError(BCKCode) Category Reference
Declared in | NSError+BCKCode.h |
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