:py:mod:`ivcap_client.excpetions` ================================= .. py:module:: ivcap_client.excpetions Module Contents --------------- .. py:exception:: NotAuthorizedException Bases: :py:obj:`Exception` Common base class for all non-exit exceptions. .. py:exception:: ResourceNotFound(resource: str) Bases: :py:obj:`Exception` Exception raised when requestred resource is not found. .. attribute:: resource -- name or URN of missing resource .. py:exception:: AmbiguousRequest(message: str) Bases: :py:obj:`Exception` Exception raised when request is not specific enough. .. attribute:: message -- cause for ambiguity .. py:exception:: MissingParameterValue Bases: :py:obj:`Exception` Common base class for all non-exit exceptions. .. py:exception:: HttpException Bases: :py:obj:`Exception` Common base class for all non-exit exceptions. .. py:attribute:: status_code :type: int .. py:attribute:: msg :type: str