Interface: ComparisonError
Defined in: packages/uimatch-core/src/types/errors.ts:29
Comparison-related errors
Extends
Properties
code
code:
| "COMPARISON_DIMENSION_MISMATCH"
| "COMPARISON_INVALID_IMAGE"
| "COMPARISON_FAILED";
Defined in: packages/uimatch-core/src/types/errors.ts:30
Overrides
details?
optional details: string;
Defined in: packages/uimatch-core/src/types/errors.ts:31
message
message: string;
Defined in: packages/uimatch-core/src/types/errors.ts:10