Search Results for

    Show / Hide Table of Contents

    Class ProblemDetails

    Inheritance
    object
    ProblemDetails
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Noxum.Nova.Index.Client
    Assembly: Noxum.Nova.Index.Client.dll
    Syntax
    public class ProblemDetails

    Properties

    AdditionalProperties

    Declaration
    [JsonExtensionData]
    public IDictionary<string, object> AdditionalProperties { get; set; }
    Property Value
    Type Description
    IDictionary<string, object>

    Detail

    Declaration
    [JsonPropertyName("detail")]
    public string Detail { get; set; }
    Property Value
    Type Description
    string

    Instance

    Declaration
    [JsonPropertyName("instance")]
    public string Instance { get; set; }
    Property Value
    Type Description
    string

    Status

    Declaration
    [JsonPropertyName("status")]
    public int? Status { get; set; }
    Property Value
    Type Description
    int?

    Title

    Declaration
    [JsonPropertyName("title")]
    public string Title { 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 Version 6.1.0.11rc