SQIPApplePayNonceRequestError
enum SQIPApplePayNonceRequestError : NSInteger {}
Possible error codes that can be returned as a result of attempting to create a card nonce.
-
Square In-App Payments SDK could not connect to the network.
Declaration
Objective-C
SQIPApplePayNonceRequestErrorNoNetwork = 1
-
The version of the Square In-App Payments SDK used by this application is no longer supported.
Declaration
Objective-C
SQIPApplePayNonceRequestErrorUnsupportedSDKVersion
-
SQIPApplePayNonceRequest
was used in an unexpected or unsupported way. SeeuserInfo[SQIPErrorDebugCodeKey]
anduserInfo[SQIPErrorDebugMessageKey]
for more information.Declaration
Objective-C
SQIPApplePayNonceRequestErrorUsageError