Module error

Module error 

Source
Expand description

Bitget-specific error handling.

This module provides error parsing for Bitget API responses, mapping Bitget error codes to ccxt-core Error types.

Enums§

BitgetErrorCode
Bitget error codes and their meanings.

Functions§

extract_error_code
Extracts the error code from a Bitget API response.
extract_error_message
Extracts the error message from a Bitget API response.
is_error_response
Checks if a Bitget API response indicates an error.
parse_error
Parses a Bitget API error response and converts it to a ccxt-core Error.