Skip to main content

Module error

Module error 

Source
Expand description

Error types for the sqry-nl crate.

Uses thiserror for ergonomic error handling with automatic std::error::Error implementation.

Enums§

AssemblerError
Errors from the command assembly stage.
CacheError
Errors from the cache operations.
ClassifierError
Errors from the intent classification stage.
ExtractorError
Errors from the entity extraction stage.
NlError
Top-level error type for sqry-nl operations.
PreprocessError
Errors from the preprocessing stage.
ValidatorError
Errors from the validation stage.

Type Aliases§

NlResult
Result type alias for sqry-nl operations.