Skip to main content

Module retry

Module retry 

Source
Expand description

Retry classification 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.

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.