Properties
Optional cause
cause?: unknown
method
method: "GET" | "POST" | "PUT" | "DELETE" | "PATCH"
name
name: string = "DiscordHTTPError"
resBody
resBody: null | Record<string, unknown>
response
response: Response
Optional stack
stack?: string
Static Optional prepareStackTrace
prepareStackTrace?: ((err: Error, stackTraces: CallSite[]) => any)
Type declaration
- 
- (err: Error, stackTraces: CallSite[]): any
 
- 
Parameters
- 
err: Error
 
- 
stackTraces: CallSite[]
 
 
Returns any
 
 
 
Static stackTraceLimit
stackTraceLimit: number
 
An HTTP error received from Discord.