//! Error types for backend operations.
use crateCompressionError;
use crateFormatError;
use Error;
/// Error type for backend operations.
///
/// This enum categorizes errors that can occur during cache backend interactions
/// into distinct groups for appropriate handling.