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