KAGetResultError Class Reference
| Inherits from | NSError |
| Declared in | KAGetResultError.h |
Class Methods
invalidDataErrorCode
The GetResult API error code of invalid data error.
+ (NSUInteger)invalidDataErrorCodeReturn Value
The GetResult API error code of invalid data error.
Discussion
The GetResult API error code of invalid data error.
Declared In
KAGetResultError.hnotFoundErrorCode
The GetResult API error code of not found error.
+ (NSUInteger)notFoundErrorCodeReturn Value
The GetResult API error code of not found error.
Discussion
The GetResult API error code of not found error.
Declared In
KAGetResultError.hInstance Methods
detailedErrorCode
The detailed error code of getResult API error.
- (NSString *)detailedErrorCodeReturn Value
The detailed error code of getResult API error.
Discussion
The detailed error code of getResult API error.
Declared In
KAGetResultError.hdetailedMessage
The detailed message of getResult API error.
- (NSString *)detailedMessageReturn Value
The detailed message of getResult API error.
Discussion
The detailed message of getResult API error.
Declared In
KAGetResultError.h