trackmania.api module
- exception trackmania.api.ResponseCodeError(response: ClientResponse, response_json: Optional[dict] = None, response_text: str = '')[source]
Bases:
ValueErrorNew in version 0.3.0.
Raised when a non-OK HTTP Response is received
- Parameters
response (
aiohttp.ClientResponse) – The response objectresponse_json (
Dict) – The response jsonresponse_text (str) – The response text