/*******************************************************************************
*
* Copyright (c) 2025 - 2026.
* Haixing Hu, Qubit Co. Ltd.
*
* All rights reserved.
*
******************************************************************************/
//! Error types used by retry executors.
pub use AttemptFailure;
pub use ErrorClassifier;
pub use RetryConfigError;
pub use RetryError;