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 SourceErrors
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>> |