Struct DiscordJsonError
- Namespace
- Discord
- Assembly
- Discord.Net.Core.dll
Represents a generic parsed json error received from discord after performing a rest request.
public struct DiscordJsonError
- Inherited Members
Properties
Errors
Gets a collection of errors associated with the specific property at the path.
public readonly IReadOnlyCollection<DiscordError> Errors { get; }
Property Value
Path
Gets the json path of the error.
public readonly string Path { get; }