java.lang.Object
com.netcetera.threeds.sdk.api.transaction.challenge.events.ProtocolErrorEvent

public class ProtocolErrorEvent extends Object
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 Details

    • ProtocolErrorEvent

      public ProtocolErrorEvent(String sdkTransactionID, ErrorMessage errorMessage)
      Constructor.
      Parameters:
      sdkTransactionID - SDK Transaction ID.
      errorMessage - Error message.
  • Method Details

    • getErrorMessage

      public ErrorMessage getErrorMessage()
      Returns the error message.
      Returns:
      ErrorMessage
    • getSDKTransactionID

      public String getSDKTransactionID()
      Returns the SDK Transaction ID.
      Returns:
      String
    • toString

      public String toString()
      Overrides:
      toString in class Object