Struct DiscordError
- Namespace
 - Discord
 
- Assembly
 - Discord.Net.Core.dll
 
Represents an error with a property.
public struct DiscordError
  - Inherited Members
 
Properties
Code
Gets the code of the error.
public readonly string Code { get; }
  Property Value
Message
Gets the message describing what went wrong.
public readonly string Message { get; }