Documentation / @zerotal/core / index / ConfigError
Class: ConfigError
Defined in: errors/ConfigError.ts:8
Raised when configuration is invalid or missing.
Extends
Constructors
Constructor
new ConfigError(
message):ConfigError
Defined in: errors/ConfigError.ts:9
Parameters
message
string
Returns
ConfigError
Overrides
Properties
code
readonlycode:string
Defined in: errors/ZerotalError.ts:18
Inherited from
status
readonlystatus:number=500
Defined in: errors/ZerotalError.ts:19
Inherited from
context?
readonlyoptionalcontext?:Record<string,unknown>
Defined in: errors/ZerotalError.ts:20