-
public final class BuyerVerificationResult.Error extends BuyerVerificationResult
Represents the result of an unsuccessful ,VerificationParameters,Integer)>BuyerVerification.verify operation.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public enumBuyerVerificationResult.Error.CodePossible error codes that can be returned as a result of attempting to verify a card nonce.
-
Field Summary
Fields Modifier and Type Field Description private final BuyerVerificationResult.Error.Codecodeprivate final Stringmessageprivate final StringdebugCodeprivate final StringdebugMessage
-
Constructor Summary
Constructors Constructor Description Error(BuyerVerificationResult.Error.Code code, String message, String debugCode, String debugMessage)
-
Method Summary
Modifier and Type Method Description final BuyerVerificationResult.Error.Codecomponent1()final Stringcomponent2()final Stringcomponent3()final Stringcomponent4()final BuyerVerificationResult.Errorcopy(BuyerVerificationResult.Error.Code code, String message, String debugCode, String debugMessage)final BuyerVerificationResult.Error.CodegetCode()final StringgetMessage()final StringgetDebugCode()final StringgetDebugMessage()-
Methods inherited from class sqip.BuyerVerificationResult.Error
getErrorValue, getSuccessValue, isError, isSuccess -
Methods inherited from class sqip.BuyerVerificationResult
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(BuyerVerificationResult.Error.Code code, String message, String debugCode, String debugMessage)
-
-
Method Detail
-
component1
final BuyerVerificationResult.Error.Code component1()
-
component2
final String component2()
-
component3
final String component3()
-
component4
final String component4()
-
copy
final BuyerVerificationResult.Error copy(BuyerVerificationResult.Error.Code code, String message, String debugCode, String debugMessage)
-
getCode
final BuyerVerificationResult.Error.Code getCode()
-
getMessage
final String getMessage()
-
getDebugCode
final String getDebugCode()
-
getDebugMessage
final String getDebugMessage()
-
-
-
-