Class WorkflowFailureDetails

java.lang.Object
io.dapr.workflows.client.WorkflowFailureDetails

public class WorkflowFailureDetails extends Object
Represents a workflow failure details.
  • Constructor Details

    • WorkflowFailureDetails

      public WorkflowFailureDetails(com.microsoft.durabletask.FailureDetails failureDetails)
      Class constructor.
      Parameters:
      failureDetails - failure Details
  • Method Details

    • getErrorType

      public String getErrorType()
      Gets the error type, which is the namespace-qualified exception type name.
      Returns:
      the error type, which is the namespace-qualified exception type name
    • getErrorMessage

      public String getErrorMessage()
      Gets the error message.
      Returns:
      the error message
    • getStackTrace

      public String getStackTrace()
      Gets the stack trace.
      Returns:
      the stack trace
    • toString

      public String toString()
      Overrides:
      toString in class Object