Class PropertyErrorData
Represents a discord Json error response property.
Inheritance
System.Object
PropertyErrorData
Implements
System.IEquatable<PropertyErrorData>
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: Color_Chan.Discord.Core.Common.API.DataModels.Errors
Assembly: Color-Chan.Discord.Core.dll
Syntax
public class PropertyErrorData : IEquatable<PropertyErrorData>
Properties
| Improve this Doc View SourceErrors
The error infos explaining what went wrong.
Declaration
public IEnumerable<PropertyErrorInfoData> Errors { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IEnumerable<PropertyErrorInfoData> |
SubErrors
The sub errors of the error.
Declaration
public IReadOnlyDictionary<string, PropertyErrorData> SubErrors { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IReadOnlyDictionary<System.String, PropertyErrorData> |
Implements
System.IEquatable<T>