Interface: BursarErrorOptions
Defined in: javascript/src/errors.ts:22
Options shared by all Bursar errors.
Extends
ErrorOptions
Extended by
Properties
cause?
optionalcause?:unknown
Defined in: docs/node_modules/typescript/lib/lib.es2022.error.d.ts:20
Inherited from
ErrorOptions.cause
details?
optionaldetails?:Readonly<Record<string,unknown>>
Defined in: javascript/src/errors.ts:23