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 *)messageParameters
- message
The error message the
NSErrorobject should be initialised with.
Return Value
A BarCodeKit specific NSError object initialised with the error message.
Declared In
NSError+BCKCode.h