You are reading the documentation for the next version of discord.js. Documentation for v13/v14+ has been moved to old.discordjs.dev

RateLimitError

export declare class RateLimitError extends Error implements RateLimitData
export declare class RateLimitError extends Error implements RateLimitData

No summary provided.

Extends

Error

Implements

RateLimitData
constructor({ timeToReset, limit, method, hash, url, route, majorParameter, global })
Constructs a new instance of the RateLimitError class
NameTypeOptionalDescription
{ timeToReset, limit, method, hash, url, route, majorParameter, global }RateLimitDataNoNone
global:boolean
hash:string
limit:number
majorParameter:string
method:string
Readonly
name:string
The name of the error
route:string
timeToReset:number
url:string