Error typing and handling helpers.
Normalizes unknown errors into readable messages so UI and other packages can display them consistently.
From src/index.ts:
getErrorMessage(error)— extract a human-readable message from an unknown error.
- No workspace packages.
@languages-learner/uikit.
- Defines its own
test:unit(vitest). Run a single test withpnpm --filter @languages-learner/error-utils test:unit -- <name-pattern>.
- Scripts and how to run: README
- Package interaction: docs/architecture/package-interaction.md