Skip to content

Latest commit

 

History

History
143 lines (74 loc) · 3.12 KB

RestRateLimitError.md

File metadata and controls

143 lines (74 loc) · 3.12 KB

@clickup/rest-client / Exports / RestRateLimitError

Class: RestRateLimitError

Hierarchy

Constructors

constructor

new RestRateLimitError(message, delayMs, res): RestRateLimitError

Parameters

Name Type
message string
delayMs number
res RestResponse

Returns

RestRateLimitError

Overrides

RestResponseError.constructor

Defined in

src/errors/RestRateLimitError.ts:5

Properties

delayMs

delayMs: number

Defined in

src/errors/RestRateLimitError.ts:7


res

Readonly res: RestResponse

Inherited from

RestResponseError.res

Defined in

src/errors/RestResponseError.ts:10


method

Readonly method: string

Inherited from

RestResponseError.method

Defined in

src/errors/RestResponseError.ts:12


host

Readonly host: string

Inherited from

RestResponseError.host

Defined in

src/errors/RestResponseError.ts:13


pathname

Readonly pathname: string

Inherited from

RestResponseError.pathname

Defined in

src/errors/RestResponseError.ts:14


requestArgs

Readonly requestArgs: string

Inherited from

RestResponseError.requestArgs

Defined in

src/errors/RestResponseError.ts:15


requestBody

Readonly requestBody: string

Inherited from

RestResponseError.requestBody

Defined in

src/errors/RestResponseError.ts:16


responseHeaders

Readonly responseHeaders: string

Inherited from

RestResponseError.responseHeaders

Defined in

src/errors/RestResponseError.ts:17