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