Class DiscordRESTError

A REST error received from Discord.

Hierarchy

Accessors

Constructors

Methods

  • Create .stack property on a target object

    Parameters

    • targetObject: object
    • Optional constructorOpt: Function

    Returns void

Properties

cause?: unknown
code: number
message: string
method: "GET" | "POST" | "PUT" | "DELETE" | "PATCH"
name: string = "DiscordRESTError"
resBody: null | Record<string, unknown>
response: Response
stack?: string
prepareStackTrace?: ((err, stackTraces) => any)

Type declaration

stackTraceLimit: number