OrchestrationMetadata.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 failure details, if any, for the orchestration instance.
public Microsoft.DurableTask.TaskFailureDetails? FailureDetails { get; init; }
member this.FailureDetails : Microsoft.DurableTask.TaskFailureDetails with get, set
Public Property FailureDetails As TaskFailureDetails
Property Value
The failure details if the orchestration was in a failed state; null
otherwise.
Remarks
This property contains data only if the orchestration is in the Failed state, and only if this instance metadata was fetched with the option to include output data.