-
- All Implemented Interfaces:
-
java.io.Serializable
,kotlin.Comparable
public enum GooglePayNonceResult.Error.Code extends Enum<GooglePayNonceResult.Error.Code>
Possible error codes that can be returned as a result of attempting to create a Google Pay card nonce.
-
-
Enum Constant Summary
Enum Constants Enum Constant Description NO_NETWORK
Square In-App Payments SDK could not connect to the network.
USAGE_ERROR
GooglePay.requestGooglePayNonce 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()
-
-
-
-