Table of Contents

Class RestErrorDetail

Namespace
NetCord.Rest
Assembly
NetCord.dll
public class RestErrorDetail
Inheritance
RestErrorDetail
Inherited Members

Constructors

RestErrorDetail(string, string)

public RestErrorDetail(string code, string message)

Parameters

code string
message string

Properties

Code

[JsonPropertyName("code")]
public string Code { get; }

Property Value

string

Message

[JsonPropertyName("message")]
public string Message { get; }

Property Value

string