/*******************************************************************************
*
* Copyright (c) 2025 - 2026.
* Haixing Hu, Qubit Co. Ltd.
*
* All rights reserved.
*
******************************************************************************/
//! # HTTP Error Types
//!
//! Defines the unified error model used by this crate.
//!
//! # Author
//!
//! Haixing Hu
pub
pub use HttpError;
pub use HttpErrorKind;
pub use HttpResult;
pub use ReqwestErrorPhase;
pub use RetryHint;