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§
- Bitget
Error Code - 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.