:py:mod:`ivcap_client.errors` ============================= .. py:module:: ivcap_client.errors .. autoapi-nested-parse:: Contains shared errors types that can be raised from API functions Module Contents --------------- .. py:exception:: UnexpectedStatus(status_code: int, content: bytes) Bases: :py:obj:`Exception` Raised by api functions when the response status an undocumented status and Client.raise_on_unexpected_status is True