-
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 enumGooglePayNonceResult.Error.CodePossible 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.Codecodeprivate final Stringmessageprivate final StringdebugCodeprivate final StringdebugMessage
-
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.Codecomponent1()final Stringcomponent2()final Stringcomponent3()final Stringcomponent4()final GooglePayNonceResult.Errorcopy(GooglePayNonceResult.Error.Code code, String message, String debugCode, String debugMessage)final GooglePayNonceResult.Error.CodegetCode()final StringgetMessage()final StringgetDebugCode()final StringgetDebugMessage()-
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()
-
-
-
-