Class ProtoRunGateFailure
One failed Run gate, as reported when the run ends.
public sealed record ProtoRunGateFailure : IEquatable<ProtoRunGateFailure>
- Inheritance
-
ProtoRunGateFailure
- Implements
- Inherited Members
- Extension Methods
Constructors
ProtoRunGateFailure(string, string?, IReadOnlyList<string>)
One failed Run gate, as reported when the run ends.
public ProtoRunGateFailure(string Name, string? Message, IReadOnlyList<string> Details)
Parameters
NamestringMessagestringDetailsIReadOnlyList<string>
Properties
Details
public IReadOnlyList<string> Details { get; init; }
Property Value
Message
public string? Message { get; init; }
Property Value
Name
public string Name { get; init; }