Table of Contents

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

string

Location

Gets the location where the warning occurred.

public string? Location { get; init; }

Property Value

string

Message

Gets the warning message.

public required string Message { get; init; }

Property Value

string

Severity

Gets the severity level.

public required WarningSeverity Severity { get; init; }

Property Value

WarningSeverity