StartupConfigError
Class: StartupConfigError
Defined in: src/createServer.ts:38
Error thrown during process startup when critical configuration is missing or
still set to the placeholder sentinel (PLACEHOLDER_SENTINEL).
Extends
Error
Constructors
Constructor
new StartupConfigError(
message):StartupConfigError
Defined in: src/createServer.ts:39
Parameters
message
string
Returns
StartupConfigError
Overrides
Error.constructor