Skip to content

PersistenceError

Popii


Popii / PersistenceError

Defined in: runtime/errors.ts:22

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 PersistenceError(message, cause?): PersistenceError

Defined in: runtime/errors.ts:22

string

unknown

PersistenceError

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