Search Results for

    Show / Hide Table of Contents

    Class ApiError

    Data transfer class to convey api errors

    Inheritance
    System.Object
    ApiError
    Inherited Members
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: Dangl.Identity.Client.App
    Assembly: Dangl.Identity.Client.App.dll
    Syntax
    public class ApiError

    Properties

    | Improve this Doc View Source

    Errors

    This dictionary contains a set of all errors and their messages

    Declaration
    [JsonPropertyName("errors")]
    [JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
    public IDictionary<string, ICollection<string>> Errors { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.IDictionary<System.String, System.Collections.Generic.ICollection<System.String>>
    • Improve this Doc
    • View Source
    In This Article
    Back to top © Dangl IT GmbH