Class ValidationError
Inherited Members
Namespace: Seclai.Models
Assembly: Seclai.dll
Syntax
public sealed class ValidationError
Properties
Loc
Declaration
[JsonPropertyName("loc")]
public List<JsonElement>? Loc { get; set; }
Property Value
| Type | Description |
|---|---|
| List<JsonElement> |
Msg
Declaration
[JsonPropertyName("msg")]
public string? Msg { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Type
Declaration
[JsonPropertyName("type")]
public string? Type { get; set; }
Property Value
| Type | Description |
|---|---|
| string |