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