//! Error types for Yahoo Finance client operations.
//!
//! This module provides framework-agnostic error types that can be used
//! in any Rust application without web framework dependencies.
/// Error type for Yahoo Finance client operations.
///
/// This enum represents all possible errors that can occur when
/// interacting with the Yahoo Finance API.