Search Results for

    Show / Hide Table of Contents

    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 Source

    Code

    The error code.

    Declaration
    [JsonPropertyName("code")]
    public string Code { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    Message

    The error message.

    Declaration
    [JsonPropertyName("message")]
    public string Message { get; set; }
    Property Value
    Type Description
    System.String
    • Improve this Doc
    • View Source
    In This Article
    Back to top Generated by DocFX