Errors
-
The
NSErroruserInfokey used to retrieve the debug code string for the error that occurred.Declaration
Objective-C
extern NSString *const _Nonnull SQRDErrorDebugCodeKeySwift
let SQRDErrorDebugCodeKey: String -
The
NSErroruserInfokey used to retrieve a detailed description of the error that occurred. Debug messages can be helpful when debugging, but are not suitable for displaying to users.Declaration
Objective-C
extern NSString *const _Nonnull SQRDErrorDebugMessageKeySwift
let SQRDErrorDebugMessageKey: String
Errors Reference