Skip to main content
Version: 2.x

Interface: StoreErrorOptions

Defined in: javascript/src/errors.ts:26

Options shared by all Bursar errors.

Extends

Properties

cause?

optional cause?: unknown

Defined in: docs/node_modules/typescript/lib/lib.es2022.error.d.ts:20

Inherited from

BursarErrorOptions.cause


details?

optional details?: Readonly<Record<string, unknown>>

Defined in: javascript/src/errors.ts:23

Inherited from

BursarErrorOptions.details


indeterminate?

optional indeterminate?: boolean

Defined in: javascript/src/errors.ts:27


retryable?

optional retryable?: boolean

Defined in: javascript/src/errors.ts:28