Function: createConfigError()
function createConfigError(
code,
message,
options?): ConfigError;
Defined in: packages/uimatch-core/src/types/errors.ts:82
Create a config error
Parameters
code
"CONFIG_VALIDATION_FAILED" | "CONFIG_INVALID_VALUE"
message
string
options?
details?
string
field?
string