-
- 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 FAILEDSquare Buyer Verification SDK could not verify the provided card.
CANCELEDThe result when the customer cancels the Square Buyer Verification flow before a card is successfully verified.
NO_NETWORKSquare 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_VERSIONThe version of the Square Buyer Verification SDK used by this application is no longer supported.
-
Method Summary
Modifier and Type Method Description final StringgetName()final IntegergetOrdinal()-
-
Method Detail
-
getOrdinal
final Integer getOrdinal()
-
-
-
-