Skip to content

ConfigurationError

Popii


Popii / ConfigurationError

Defined in: runtime/errors.ts:13

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 ConfigurationError(message, metadata?): ConfigurationError

Defined in: runtime/errors.ts:13

string

Record<string, unknown>

ConfigurationError

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