public static enum Error.Code
Possible error codes that can be returned as a result of attempting to create a card nonce.
| Enum Constant and Description |
|---|
NO_NETWORK
Could not connect to the network
|
USAGE_ERROR
GooglePayManager.createNonce was used in an unexpected or unsupported way.
See debugCode and debugMessage for more information. |
public static Error.Code NO_NETWORK
Could not connect to the network
public static Error.Code USAGE_ERROR
GooglePayManager.createNonce was used in an unexpected or unsupported way.
See debugCode and debugMessage for more information.
GooglePayManager.createNonce