Method
handle_errors
(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) |
Tested by
no test coverage detected