Expand description
Error types for the sqry-nl crate.
Uses thiserror for ergonomic error handling with automatic
std::error::Error implementation.
Enums§
- Assembler
Error - Errors from the command assembly stage.
- Cache
Error - Errors from the cache operations.
- Classifier
Error - Errors from the intent classification stage.
- Extractor
Error - Errors from the entity extraction stage.
- NlError
- Top-level error type for sqry-nl operations.
- Preprocess
Error - Errors from the preprocessing stage.
- Validator
Error - Errors from the validation stage.
Type Aliases§
- NlResult
- Result type alias for sqry-nl operations.