Class ValidationWarning
- Namespace
- DotCompute.Abstractions.Validation
- Assembly
- DotCompute.Abstractions.dll
Represents a validation warning.
public sealed class ValidationWarning
- Inheritance
-
ValidationWarning
- Inherited Members
Properties
Code
Gets the warning code.
public required string Code { get; init; }
Property Value
Location
Gets the location where the warning occurred.
public string? Location { get; init; }
Property Value
Message
Gets the warning message.
public required string Message { get; init; }
Property Value
Severity
Gets the severity level.
public required WarningSeverity Severity { get; init; }