//! Storage-specific error types.
//!
//! All storage operations return [`StorageError`] on failure, which can be
//! matched to determine the underlying cause (database, pool, channel, etc.).
use Error;
/// Errors that can occur in the storage layer.