Skip to main content

Module error

Module error 

Source
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§

ConfigError
Errors from the configuration module.
EmbedderError
Errors from the embedding engine module.
IndexError
Errors from the index engine module.
ParserError
Errors from the code parser module.
ScannerError
Errors from the file scanner module.
SearchError
Errors from the search module.
SeekrError
Top-level error type for Seekr.
ServerError
Errors from the server module.

Type Aliases§

Result
Convenience type alias for Seekr results.