//! An implementation of `Error` type.
use Error;
/// The error type for I/O operations with the `Database`.
///
/// Application code in most cases should consider these errors as fatal. At the same time,
/// it may be possible to recover from an error after manual intervention (e.g., by restarting
/// the process or freeing up more disc space).