Table of Contents

Class ValidationIssue

Namespace
AiDotNet.Models
Assembly
AiDotNet.dll

Represents a specific validation issue.

public class ValidationIssue
Inheritance
ValidationIssue
Inherited Members

Properties

Description

Gets or sets the description of the issue.

public string Description { get; set; }

Property Value

string

Location

Gets or sets the location/index where the issue was found.

public int Location { get; set; }

Property Value

int

Severity

Gets or sets the severity level of the issue.

public string Severity { get; set; }

Property Value

string

Type

Gets or sets the issue type/category.

public string Type { get; set; }

Property Value

string