IConfiguardErrorOptions
Defined in: src/ConfiguardError.ts:6
Options for constructing a ConfiguardError. Extends the standard
ErrorOptions (so a cause can be attached) with an optional config item
key for programmatic handling.
Extends
Section titled “Extends”ErrorOptions
Properties
Section titled “Properties”
optionalkey?:string
Defined in: src/ConfiguardError.ts:8
The config item key this error relates to, if any.
cause?
Section titled “cause?”
optionalcause?:unknown
Defined in: site/node_modules/typescript/lib/lib.es2022.error.d.ts:20
Inherited from
Section titled “Inherited from”ErrorOptions.cause