-
public final class GooglePayNonceResult.Error extends GooglePayNonceResult
Represents the result of an unsuccessful GooglePay.requestGooglePayNonce operation.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public enum
GooglePayNonceResult.Error.Code
Possible error codes that can be returned as a result of attempting to create a Google Pay card nonce.
-
Field Summary
Fields Modifier and Type Field Description private final GooglePayNonceResult.Error.Code
code
private final String
message
private final String
debugCode
private final String
debugMessage
-
Constructor Summary
Constructors Constructor Description Error(GooglePayNonceResult.Error.Code code, String message, String debugCode, String debugMessage)
-
Method Summary
Modifier and Type Method Description final GooglePayNonceResult.Error.Code
component1()
final String
component2()
final String
component3()
final String
component4()
final GooglePayNonceResult.Error
copy(GooglePayNonceResult.Error.Code code, String message, String debugCode, String debugMessage)
final GooglePayNonceResult.Error.Code
getCode()
final String
getMessage()
final String
getDebugCode()
final String
getDebugMessage()
-
Methods inherited from class sqip.GooglePayNonceResult.Error
getErrorValue, getSuccessValue, isError, isSuccess
-
Methods inherited from class sqip.GooglePayNonceResult
equals, hashCode, toString
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Constructor Detail
-
Error
Error(GooglePayNonceResult.Error.Code code, String message, String debugCode, String debugMessage)
-
-
Method Detail
-
component1
final GooglePayNonceResult.Error.Code component1()
-
component2
final String component2()
-
component3
final String component3()
-
component4
final String component4()
-
copy
final GooglePayNonceResult.Error copy(GooglePayNonceResult.Error.Code code, String message, String debugCode, String debugMessage)
-
getCode
final GooglePayNonceResult.Error.Code getCode()
-
getMessage
final String getMessage()
-
getDebugCode
final String getDebugCode()
-
getDebugMessage
final String getDebugMessage()
-
-
-
-