Skip to content

StageTermination.Failed

NexusLabs.Needlr.AgentFramework

NexusLabs.Needlr.AgentFramework.Diagnostics.StageTermination

StageTermination.Failed Class

The stage threw an exception, OR the iterative loop reported an unrecoverable error (in which case the loop's error message is wrapped in an System.InvalidOperationException here).

public sealed record StageTermination.Failed : NexusLabs.Needlr.AgentFramework.Diagnostics.StageTermination, System.IEquatable<NexusLabs.Needlr.AgentFramework.Diagnostics.StageTermination.Failed>

Inheritance System.Object 🡒 StageTermination 🡒 Failed

Implements System.IEquatable<Failed>

Constructors

Failed(Exception) Constructor

The stage threw an exception, OR the iterative loop reported an unrecoverable error (in which case the loop's error message is wrapped in an System.InvalidOperationException here).

public Failed(System.Exception Exception);

Parameters

Exception System.Exception

The exception that caused the failure.

Properties

StageTermination.Failed.Exception Property

The exception that caused the failure.

public System.Exception Exception { get; init; }

Property Value

System.Exception