Error Constants
-
The
NSErroruserInfokey used to retrieve a detailed debug code string for the error that occurred.Declaration
Objective-C
extern NSString *const _Nonnull SQIPErrorDebugCodeKey -
The
NSErroruserInfokey used to retrieve a human-readable message containing additional debug information related to the possible cause of the error. Debug messages should not be displayed to customers.Declaration
Objective-C
extern NSString *const _Nonnull SQIPErrorDebugMessageKey
Error Constants Reference