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