Skip to content

CooldownError

Popii


Popii / CooldownError

Defined in: runtime/errors.ts:16

get retryable(): boolean

Defined in: runtime/errors.ts:9

boolean

FrameworkError.retryable


get visibility(): ErrorVisibility

Defined in: runtime/errors.ts:10

ErrorVisibility

FrameworkError.visibility

new CooldownError(retryAfterMs): CooldownError

Defined in: runtime/errors.ts:16

number

CooldownError

FrameworkError.constructor

readonly code: string

Defined in: runtime/errors.ts:5

FrameworkError.code


readonly options: object = {}

Defined in: runtime/errors.ts:7

optional cause?: unknown

optional metadata?: Record<string, unknown>

optional retryable?: boolean

optional visibility?: ErrorVisibility

FrameworkError.options


readonly retryAfterMs: number

Defined in: runtime/errors.ts:16