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