Skip to main content
Version: 2.x

Interface: BursarErrorOptions

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

Options shared by all Bursar errors.

Extends

  • ErrorOptions

Extended by

Properties

cause?

optional cause?: unknown

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

Inherited from

ErrorOptions.cause


details?

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

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