Skip to main content

Module error

Module error 

Source
Expand description

Crate error type and storage-level error classification.

Enums§

SqliteErrorClass
Storage-level classification of a SQLite error.
SqliteStoreError
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.