-
- 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_NETWORKSquare In-App Payments SDK could not connect to the network.
USAGE_ERRORGooglePay.requestGooglePayNonce was used in an unexpected or unsupported way. See debugCode and debugMessage for more information.
UNSUPPORTED_SDK_VERSIONThe version of the Square In-App Payments 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()
-
-
-
-