Expand description
Bybit-specific error handling.
This module provides error parsing for Bybit API responses, mapping Bybit error codes to ccxt-core Error types.
Enums§
- Bybit
Error Code - Bybit error codes and their meanings.
Functions§
- extract_
error_ code - Extracts the error code from a Bybit API response.
- extract_
error_ message - Extracts the error message from a Bybit API response.
- is_
error_ response - Checks if a Bybit API response indicates an error.
- parse_
error - Parses a Bybit API error response and converts it to a ccxt-core Error.