Expand description
Unified error handling for the BitMEX adapter.
This module provides a comprehensive error taxonomy that distinguishes between retryable, non-retryable, and fatal errors, with proper context preservation for debugging and operational monitoring.
Re-exports§
pub use crate::http::error::BitmexBuildError;
Enums§
- Bitmex
Error - The main error type for all BitMEX adapter operations.
- Bitmex
Fatal Error - Fatal errors that require manual intervention.
- Bitmex
NonRetryable Error - Errors that should not be retried.
- Bitmex
Retryable Error - Errors that should be retried with appropriate backoff.