Package io.dapr.workflows.client
Class WorkflowFailureDetails
java.lang.Object
io.dapr.workflows.client.WorkflowFailureDetails
Represents a workflow failure details.
-
Constructor Summary
ConstructorDescriptionWorkflowFailureDetails
(com.microsoft.durabletask.FailureDetails failureDetails) Class constructor. -
Method Summary
Modifier and TypeMethodDescriptionGets the error message.Gets the error type, which is the namespace-qualified exception type name.Gets the stack trace.toString()
-
Constructor Details
-
WorkflowFailureDetails
public WorkflowFailureDetails(com.microsoft.durabletask.FailureDetails failureDetails) Class constructor.- Parameters:
failureDetails
- failure Details
-
-
Method Details
-
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
Gets the error message.- Returns:
- the error message
-
getStackTrace
Gets the stack trace.- Returns:
- the stack trace
-
toString
-