SQRDStoreCustomerCardControllerError
enum SQRDStoreCustomerCardControllerError {}
The types of errors that can occur when presenting a SQRDStoreCustomerCardController.
-
SQRDStoreCustomerCardControllerwas used in an unexpected or unsupported way. SeeuserInfo[SQRDErrorDebugCodeKey]anduserInfo[SQRDErrorDebugMessageKey]for more information.Declaration
Objective-C
SQRDStoreCustomerCardControllerErrorUsageError = 1Swift
case usageError = 1 -
Reader SDK could not connect to the network.
Declaration
Objective-C
SQRDStoreCustomerCardControllerErrorNoNetworkConnectionSwift
case noNetworkConnection = 2 -
Reader SDK is not currently authorized.
Declaration
Objective-C
SQRDStoreCustomerCardControllerErrorSDKNotAuthorizedSwift
case sdkNotAuthorized = 3 -
The customer ID passed into the controller was invalid.
Declaration
Objective-C
SQRDStoreCustomerCardControllerErrorInvalidCustomerIDSwift
case invalidCustomerID = 4
SQRDStoreCustomerCardControllerError Enumeration Reference