-
- All Implemented Interfaces:
-
java.io.Serializable
,kotlin.Comparable
public enum SecureRemoteCommerceNonceResult.Error.Code extends Enum<SecureRemoteCommerceNonceResult.Error.Code>
Possible error codes that can be returned as a result of attempting to create a Mastercard click-to-pay card nonce.
-
-
Enum Constant Summary
Enum Constants Enum Constant Description INCOMPLETE_FLOW
User was unable to successfully verify their Mastercard account or card.
NO_NETWORK
Square In-App Payments SDK could not connect to the network.
USAGE_ERROR
,SecureRemoteCommerceParameters,Integer)>SecureRemoteCommerce.createPaymentDataRequest was used in an unexpected or unsupported way. See debugCode and debugMessage for more information.
UNSUPPORTED_SDK_VERSION
The version of the Square In-App Payments 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()
-
-
-
-