SQRDCheckoutControllerError
enum SQRDCheckoutControllerError {}
The types of errors that can occur when presenting a SQRDCheckoutController
.
-
SQRDCheckoutController
was used in an unexpected or unsupported way. SeeuserInfo[SQRDErrorDebugCodeKey]
anduserInfo[SQRDErrorDebugMessageKey]
for more information.Declaration
Objective-C
SQRDCheckoutControllerErrorUsageError = 1
Swift
case usageError = 1
-
Reader SDK is not currently authorized.
Declaration
Objective-C
SQRDCheckoutControllerErrorSDKNotAuthorized
Swift
case sdkNotAuthorized = 2