Carbon
Core/Classes

DiscordError

Extends

Extended by

Constructors

Constructor

new DiscordError(response, body): DiscordError

Parameters

ParameterType
responseResponse
bodyDiscordRawError

Returns

DiscordError

Overrides

BaseError.constructor

Properties

PropertyTypeDescription
discordCode?numberThe Discord error code See https://discord.com/developers/docs/topics/opcodes-and-status-codes#json
errorsTransformedError[]An array of the errors that were returned by Discord
rawBodyDiscordRawErrorInternal The raw body of the error from Discord
statusnumberThe HTTP status code of the response from Discord See https://discord.com/developers/docs/topics/opcodes-and-status-codes#http

On this page