Skip to main content

Class: CortexRateLimitError

Extends

Constructors

new CortexRateLimitError()

new CortexRateLimitError(retryAfter?): CortexRateLimitError

Parameters

ParameterType
retryAfter?number

Returns

CortexRateLimitError

Overrides

CortexError.constructor

Defined in

4Players/cortex-typescript-sdk/src/errors.ts:50

Properties

PropertyModifierTypeInherited fromDefined in
details?readonlyunknownCortexError.details4Players/cortex-typescript-sdk/src/errors.ts:11
statusCode?readonlynumberCortexError.statusCode4Players/cortex-typescript-sdk/src/errors.ts:10

Methods

captureStackTrace()?

static optional captureStackTrace(targetObject, constructorOpt?): void

Parameters

ParameterType
targetObjectobject
constructorOpt?Function

Returns

void

Inherited from

CortexError.captureStackTrace

Defined in

4Players/cortex-typescript-sdk/src/errors.ts:4