Type Alias: UiMatchErrorCode
type UiMatchErrorCode =
| "UIMATCH_CONFIG_INVALID_FIGMA_REF"
| "UIMATCH_CONFIG_MISSING_FIGMA_TOKEN"
| "UIMATCH_SELECTOR_NOT_FOUND"
| "UIMATCH_IMAGE_SIZE_MISMATCH";
Defined in: packages/uimatch-cli/src/types/index.ts:14
Stable error codes carried by UiMatchError.
Declared here rather than re-exported from the bundled engine so the published
type definitions stay self-contained; public-contract.test.ts keeps them in
step with @uimatch/core.