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

public class RuntimeErrorEvent extends Object
Class for holding details of run-time errors that are encountered by the 3DS SDK during authentication.
  • Constructor Details

    • RuntimeErrorEvent

      public RuntimeErrorEvent(String errorCode, String errorMessage)
      Constructor.
      Parameters:
      errorCode - String Implementer-specific error code. (not mandatory)
      errorMessage - String Error message.
  • Method Details

    • getErrorCode

      public String getErrorCode()
      Returns the implementer-specific error code.
      Returns:
      String
    • getErrorMessage

      public String getErrorMessage()
      Returns details about the error.
      Returns:
      String
    • toString

      public String toString()
      Overrides:
      toString in class Object