ORKErrorCode Constants Reference
| Declared in | ORKErrors.h |
|---|
ORKErrorCode
ORKErrorCode codes are used for errors in the domain ORKErrorDomain.
Definition
typedef NS_ENUM(NSInteger, ORKErrorCode ) {
ORKErrorObjectNotFound = 1,
ORKErrorInvalidObject,
ORKErrorException,
ORKErrorMultipleErrors,
};
Constants
ORKErrorObjectNotFound-
No matching object was found.
Declared In
ORKErrors.h. ORKErrorInvalidObject-
An object was invalid and processing could not continue.
Declared In
ORKErrors.h. ORKErrorException-
An exception was caught during an operation.
Declared In
ORKErrors.h. ORKErrorMultipleErrors-
Multiple errors were encountered during an operation.
Declared In
ORKErrors.h.
Declared In
ORKErrors.h