SQRDAuthorizationError
enum SQRDAuthorizationError {}
The types of errors that can occur when attempting to authorize Reader SDK.
-
authorizewas used in an unexpected or unsupported way. See userInfo[SQRDErrorDebugCodeKey] and userInfo[SQRDErrorDebugMessageKey] for more information.Declaration
Objective-C
SQRDAuthorizationErrorUsageError = 1Swift
case usageError = 1 -
Reader SDK could not connect to the network.
Declaration
Objective-C
SQRDAuthorizationErrorNoNetworkConnectionSwift
case noNetworkConnection = 2
SQRDAuthorizationError Enumeration Reference