Search Results for

    Show / Hide Table of Contents

    Class ValidationError

    Inheritance
    object
    ValidationError
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.ReferenceEquals(object, object)
    object.ToString()
    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
    In this article
    Back to top Generated by DocFX