Class OrchestrationServerError

java.lang.Object
com.vasco.orchestration.client.errors.OrchestrationServerError

public class OrchestrationServerError extends Object
The OrchestrationServerError class is the base class used for asynchronous error management in the Orchestration SDK.
  • Constructor Details

    • OrchestrationServerError

      public OrchestrationServerError(String readableMessage)
      Constructor
      Parameters:
      readableMessage - human readable message describing the error
    • OrchestrationServerError

      public OrchestrationServerError(String readableMessage, String customPayload)
      Constructor
      Parameters:
      readableMessage - human readable message describing the error
      customPayload - customPayload set by the server integrator which can contain any extra information on the error
  • Method Details

    • getReadableMessage

      public String getReadableMessage()
      return readable message describing the error
      Returns:
      exception
    • getCustomPayload

      public String getCustomPayload()
      return custom payload set by the server integrator which can contain any extra information on the error
      Returns:
      customPayload