Skip to main content

Struct DiscordJsonError

Represents a generic parsed json error received from discord after performing a rest request.

Assembly: Discord.Net.Core.dll​
View Source​
Declaration
public struct DiscordJsonError

Properties​

Path​

Gets the json path of the error.

View Source​
Declaration
public readonly string Path { get; }

Errors​

Gets a collection of errors associated with the specific property at the path.

View Source​
Declaration
public readonly IReadOnlyCollection<DiscordError> Errors { get; }