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).
Parameters¶
Exception System.Exception
The exception that caused the failure.
Properties¶
StageTermination.Failed.Exception Property¶
The exception that caused the failure.