Class PropertyErrorInfoData
Represents a discord Json error response info.
Inheritance
System.Object
PropertyErrorInfoData
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 PropertyErrorInfoData
Properties
| Improve this Doc View SourceCode
The error code.
Declaration
[JsonPropertyName("code")]
public string Code { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Message
The error message.
Declaration
[JsonPropertyName("message")]
public string Message { get; set; }
Property Value
Type | Description |
---|---|
System.String |