DurableWorkflowFailedEvent.FailureDetails Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the full failure details from the Durable Task runtime, including error type, stack trace, and inner failure.
public Microsoft.DurableTask.TaskFailureDetails? FailureDetails { get; }
member this.FailureDetails : Microsoft.DurableTask.TaskFailureDetails
Public ReadOnly Property FailureDetails As TaskFailureDetails