Interface: StoreErrorOptions
Defined in: javascript/src/errors.ts:26
Options shared by all Bursar errors.
Extends
Properties
cause?
optionalcause?:unknown
Defined in: docs/node_modules/typescript/lib/lib.es2022.error.d.ts:20
Inherited from
details?
optionaldetails?:Readonly<Record<string,unknown>>
Defined in: javascript/src/errors.ts:23
Inherited from
indeterminate?
optionalindeterminate?:boolean
Defined in: javascript/src/errors.ts:27
retryable?
optionalretryable?:boolean
Defined in: javascript/src/errors.ts:28