Search Results for

    Show / Hide Table of Contents

    Class ProblemDetails

    Inheritance
    System.Object
    ProblemDetails
    Namespace: Noxum.Nova.Delivery.Client
    Assembly: Noxum.Nova.Delivery.Client.dll
    Syntax
    public class ProblemDetails : object

    Properties

    AdditionalProperties

    Declaration
    public System.Collections.Generic.IDictionary<string, object> AdditionalProperties { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.IDictionary<System.String, System.Object>

    Detail

    Declaration
    public string Detail { get; set; }
    Property Value
    Type Description
    System.String

    Instance

    Declaration
    public string Instance { get; set; }
    Property Value
    Type Description
    System.String

    Status

    Declaration
    public int? Status { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Int32>

    Title

    Declaration
    public string Title { get; set; }
    Property Value
    Type Description
    System.String

    Type

    Declaration
    public string Type { get; set; }
    Property Value
    Type Description
    System.String
    In This Article
    Back to top Version 5.1.0.10