//! PoolSync Error Types
//!
//! This module defines the custom error types used throughout the PoolSync operations.
//! It leverages the `thiserror` crate for deriving the `Error` trait and providing
//! formatted error messages.
use Error;
/// Enumerates the various error types that can occur during PoolSync operations