Class GenericIssueDetails
Depending on the concrete errorType, different properties are set.
public sealed record GenericIssueDetails : IEquatable<GenericIssueDetails>
- Inheritance
-
GenericIssueDetails
- Implements
- Inherited Members
Constructors
GenericIssueDetails(GenericIssueErrorType)
Depending on the concrete errorType, different properties are set.
public GenericIssueDetails(GenericIssueErrorType ErrorType)
Parameters
ErrorTypeGenericIssueErrorTypeIssues with the same errorType are aggregated in the frontend.
Properties
ErrorType
Issues with the same errorType are aggregated in the frontend.
public GenericIssueErrorType ErrorType { get; init; }
Property Value
FrameId
public FrameId? FrameId { get; init; }
Property Value
Request
public AffectedRequest? Request { get; init; }
Property Value
ViolatingNodeAttribute
public string? ViolatingNodeAttribute { get; init; }
Property Value
ViolatingNodeId
public BackendNodeId? ViolatingNodeId { get; init; }