Class ExecutionsErrorInfo

java.lang.Object
io.automatiko.engine.api.workflow.ExecutionsErrorInfo

public class ExecutionsErrorInfo extends Object
  • Constructor Details

    • ExecutionsErrorInfo

      public ExecutionsErrorInfo(String failedNodeId, String errorId, String errorMessage, String errorDetails)
  • Method Details

    • getFailedNodeId

      public String getFailedNodeId()
    • getErrorId

      public String getErrorId()
    • getErrorMessage

      public String getErrorMessage()
    • getErrorDetails

      public String getErrorDetails()
    • toString

      public String toString()
      Overrides:
      toString in class Object