Search...

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