//! Error types for Bybit API client operations.
//!
//! This module provides custom error types used throughout the Bybit API integration,
//! particularly for handling WebSocket messages and price validation errors.
/// Errors related to Bybit API client operations.
/// Errors that can occur while listening for Bybit WebSocket events.
///
/// These errors can occur during subscription to asset updates or when processing
/// incoming messages from the Bybit WebSocket stream.