Skip to main contentModule error
Source - QueryError
- Query errors: unsupported query forms, bad syntax, or invalid paths.
- ValidationError
- Top-level error for
crate::db::Database and storage: I/O, on-disk layout, or schema rules.
- DbError
- DbErrorKind
- Stable classification of core errors (suitable for matching in higher-level bindings).
- FormatError
- Low-level decode/validation failures for bytes read from the store.
- SchemaError
- Schema and row-level validation errors (catalog replay, registration, insert/get).
- TransactionError
- Transaction session errors (0.8+).