Table of Contents

Class ValidationIssue

Namespace
DotCompute.Backends.CPU.Threading.NUMA
Assembly
DotCompute.Backends.CPU.dll

A class that represents validation issue.

public sealed record ValidationIssue : IEquatable<ValidationIssue>
Inheritance
ValidationIssue
Implements
Inherited Members

Properties

Component

Gets or sets the component.

public required string Component { get; init; }

Property Value

string

The component.

Details

Gets or sets the details.

public required string Details { get; init; }

Property Value

string

The details.

Message

Gets or sets the message.

public required string Message { get; init; }

Property Value

string

The message.

Severity

Gets or sets the severity.

public required ValidationSeverity Severity { get; init; }

Property Value

ValidationSeverity

The severity.