-
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 enum
BuyerVerificationResult.Error.Code
Possible 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.Code
code
private final String
message
private final String
debugCode
private final String
debugMessage
-
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.Code
component1()
final String
component2()
final String
component3()
final String
component4()
final BuyerVerificationResult.Error
copy(BuyerVerificationResult.Error.Code code, String message, String debugCode, String debugMessage)
final BuyerVerificationResult.Error.Code
getCode()
final String
getMessage()
final String
getDebugCode()
final String
getDebugMessage()
-
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()
-
-
-
-