public static class CreateNonceResult.Error
extends CreateNonceResult
Represents an error when the GooglePayManager.createNonce request was not successful.
GooglePayManager.createNonceCreateNonceResult.Error, CreateNonceResult.Success| Constructor and Description |
|---|
Error(Error.Code code,
java.lang.String message,
java.lang.String debugCode,
java.lang.String debugMessage)
Represents an error when the
GooglePayManager.createNonce request was not successful. |
| Modifier and Type | Method and Description |
|---|---|
Error.Code |
component1()
Provides the error code.
|
java.lang.String |
component2()
Provides a displayable message that summarizes the possible cause of the error.
|
java.lang.String |
component3()
Provides a more detailed error code for troubleshooting.
|
java.lang.String |
component4()
Provides a human-readable message containing additional debug
|
CreateNonceResult.Error |
copy(Error.Code code,
java.lang.String message,
java.lang.String debugCode,
java.lang.String debugMessage)
Represents an error when the
GooglePayManager.createNonce request was not successful. |
boolean |
equals(java.lang.Object p) |
Error.Code |
getCode()
Provides the error code.
|
java.lang.String |
getDebugCode()
Provides a more detailed error code for troubleshooting.
|
java.lang.String |
getDebugMessage()
Provides a human-readable message containing additional debug
|
java.lang.String |
getMessage()
Provides a displayable message that summarizes the possible cause of the error.
|
int |
hashCode() |
java.lang.String |
toString() |
getSuccessValue, isError, isSuccesspublic Error(Error.Code code, java.lang.String message, java.lang.String debugCode, java.lang.String debugMessage)
Represents an error when the GooglePayManager.createNonce request was not successful.
code - Provides the error code. Use this error code to appropriately handle the error.message - Provides a displayable message that summarizes the possible cause of the error.debugCode - Provides a more detailed error code for troubleshooting.debugMessage - Provides a human-readable message containing additional debuginformation related to the possible cause of the error.GooglePayManager.createNoncepublic Error.Code getCode()
Provides the error code.
Use this error code to appropriately handle the error.
public java.lang.String getMessage()
Provides a displayable message that summarizes the possible cause of the error.
public java.lang.String getDebugCode()
Provides a more detailed error code for troubleshooting.
public java.lang.String getDebugMessage()
Provides a human-readable message containing additional debug
information related to the possible cause of the error.
public Error.Code component1()
Provides the error code.
Use this error code to appropriately handle the error.
public java.lang.String component2()
Provides a displayable message that summarizes the possible cause of the error.
public java.lang.String component3()
Provides a more detailed error code for troubleshooting.
public java.lang.String component4()
Provides a human-readable message containing additional debug
information related to the possible cause of the error.
public CreateNonceResult.Error copy(Error.Code code, java.lang.String message, java.lang.String debugCode, java.lang.String debugMessage)
Represents an error when the GooglePayManager.createNonce request was not successful.
GooglePayManager.createNoncepublic java.lang.String toString()
public int hashCode()
public boolean equals(java.lang.Object p)