Skip to main content

Module error

Module error 

Source

Structs§

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.

Enums§

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+).