Expand description
Crate error type and storage-level error classification.
Enums§
- Sqlite
Error Class - Storage-level classification of a SQLite error.
- Sqlite
Store Error - Errors produced by the shared SQLite mechanics.
Functions§
- classify_
sqlite_ error - Classify a rusqlite error at the storage level.
- is_
busy_ or_ locked - True when the error is SQLITE_BUSY or SQLITE_LOCKED — the nonblocking admission probes (write fences) map exactly these to a typed backoff.