Expand description
Unified error types for Seekr.
Uses thiserror to define structured error enums for each module,
with a top-level SeekrError that aggregates all module errors.
Enums§
- Config
Error - Errors from the configuration module.
- Embedder
Error - Errors from the embedding engine module.
- Index
Error - Errors from the index engine module.
- Parser
Error - Errors from the code parser module.
- Scanner
Error - Errors from the file scanner module.
- Search
Error - Errors from the search module.
- Seekr
Error - Top-level error type for Seekr.
- Server
Error - Errors from the server module.
Type Aliases§
- Result
- Convenience type alias for Seekr results.