Module error

Module error 

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

BybitErrorCode
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.