Expand description
Crate-wide error type for the gettext-mcp server.
Merges what used to live in store.rs as separate ParseError and
StoreError enums into a single GettextError so every layer
(parser, serializer, file I/O, store, MCP tools) can speak the same
error vocabulary.
Enums§
- Gettext
Error - Unified error type returned by the parser, serializer, file I/O, store, and MCP tool layers.
Type Aliases§
- Parse
Error - Backwards-compatible alias for code paths (and tests) that still spell
the parser error as
ParseError. Both names point at the same enum. - Store
Error - Backwards-compatible alias for the pre-refactor
StoreErrorname.