Module error

Module error 

Source
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§

BitmexError
The main error type for all BitMEX adapter operations.
BitmexFatalError
Fatal errors that require manual intervention.
BitmexNonRetryableError
Errors that should not be retried.
BitmexRetryableError
Errors that should be retried with appropriate backoff.