SQIPVerificationRequestError
enum SQIPVerificationRequestError : NSInteger {}
Error codes that can be returned as a result of attempting to verify a buyer.
-
Square In-App Payments SDK could not connect to the network.
Declaration
Objective-C
SQIPVerificationRequestErrorNoNetwork = 1
-
The version of the Square In-App Payments SDK used by this application is no longer supported.
Declaration
Objective-C
SQIPVerificationRequestErrorUnsupportedSDKVersion
-
Represents a failed verification request.
Declaration
Objective-C
SQIPVerificationRequestErrorFailed
-
SQIPVerificationRequestError
was used in an unexpected or unsupported way. SeeuserInfo[SQIPErrorDebugCodeKey]
anduserInfo[SQIPErrorDebugMessageKey]
for more information.Declaration
Objective-C
SQIPVerificationRequestErrorUsageError
-
Represents a verification request runtime error
Declaration
Objective-C
SQIPVerificationRequestRuntimeError