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