DefaultNotConfiguredError
Defined in: src/errors.ts:251
Thrown when a default value is read before one has been configured.
Catch it to distinguish a missing-default condition from other runtime errors.
Extends
Section titled “Extends”Error
Constructors
Section titled “Constructors”Constructor
Section titled “Constructor”new DefaultNotConfiguredError(message): DefaultNotConfiguredError;Defined in: src/errors.ts:252
Parameters
Section titled “Parameters”| Parameter | Type |
|---|---|
message | string |
Returns
Section titled “Returns”DefaultNotConfiguredError
Overrides
Section titled “Overrides”Error.constructor