Skip to content

ConflictError

Popii


Popii / ConflictError

Defined in: runtime/errors.ts:18

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 ConflictError(message): ConflictError

Defined in: runtime/errors.ts:18

string

ConflictError

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