Class ProtocolErrorEvent
java.lang.Object
com.netcetera.threeds.sdk.api.transaction.challenge.events.ProtocolErrorEvent
Class for holding details on the protocol error.
NOTE: a protocol error is any error message that is returned by the ACS or an error message that is generated by the 3DS SDK to be returned to the ACS.
-
Constructor Summary
ConstructorsConstructorDescriptionProtocolErrorEvent(String sdkTransactionID, ErrorMessage errorMessage) Constructor. -
Method Summary
Modifier and TypeMethodDescriptionReturns the error message.Returns the SDK Transaction ID.toString()
-
Constructor Details
-
ProtocolErrorEvent
Constructor.- Parameters:
sdkTransactionID- SDK Transaction ID.errorMessage- Error message.
-
-
Method Details
-
getErrorMessage
Returns the error message.- Returns:
ErrorMessage
-
getSDKTransactionID
Returns the SDK Transaction ID.- Returns:
String
-
toString
-