Interface: ConfigError
Defined in: packages/uimatch-core/src/types/errors.ts:37
Configuration-related errors
Extends
Properties
code
code: "CONFIG_VALIDATION_FAILED" | "CONFIG_INVALID_VALUE";
Defined in: packages/uimatch-core/src/types/errors.ts:38
Overrides
details?
optional details: string;
Defined in: packages/uimatch-core/src/types/errors.ts:40
field?
optional field: string;
Defined in: packages/uimatch-core/src/types/errors.ts:39
message
message: string;
Defined in: packages/uimatch-core/src/types/errors.ts:10