Struct DiscordError
Represents an error with a property.
Assembly: Discord.Net.Core.dll​
View Source​
Declaration
public struct DiscordError
Properties​
Code​
Gets the code of the error.
View Source​
Declaration
public readonly string Code { get; }
Message​
Gets the message describing what went wrong.
View Source​
Declaration
public readonly string Message { get; }