-
- All Implemented Interfaces:
-
java.io.Serializable
,kotlin.Comparable
public enum BuyerVerificationResult.Error.Code extends Enum<BuyerVerificationResult.Error.Code>
Possible error codes that can be returned as a result of attempting to verify a card nonce.
-
-
Enum Constant Summary
Enum Constants Enum Constant Description FAILED
Square Buyer Verification SDK could not verify the provided card.
CANCELED
The result when the customer cancels the Square Buyer Verification flow before a card is successfully verified.
NO_NETWORK
Square Buyer Verification SDK could not connect to the network.
USAGE_ERROR
,VerificationParameters,Integer)>BuyerVerification.verify was used in an unexpected or unsupported way. See debugCode and debugMessage for more information.
UNSUPPORTED_SDK_VERSION
The version of the Square Buyer Verification SDK used by this application is no longer supported.
-
Method Summary
Modifier and Type Method Description final String
getName()
final Integer
getOrdinal()
-
-
Method Detail
-
getOrdinal
final Integer getOrdinal()
-
-
-
-