MCPcopy Create free account
hub / github.com/ccxt/ccxt / handle_errors

Method handle_errors

python/ccxt/base/exchange.py:5966–5969  ·  view source on GitHub ↗
(self, statusCode: int, statusText: str, url: str, method: str, responseHeaders: dict, responseBody: str, response, requestHeaders, requestBody)

Source from the content-addressed store, hash-verified

5964 return None
5965
5966 def handle_errors(self, statusCode: int, statusText: str, url: str, method: str, responseHeaders: dict, responseBody: str, response, requestHeaders, requestBody):
5967 # it is a stub method that must be overrided in the derived exchange classes
5968 # raise NotSupported(self.id + ' handleErrors() not implemented yet')
5969 return None
5970
5971 def calculate_rate_limiter_cost(self, api, method, path, params, config={}):
5972 return self.safe_value(config, 'cost', 1)

Callers 2

fetchMethod · 0.95
fetchMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected