ivcap_client.excpetions
Module Contents
- exception ivcap_client.excpetions.NotAuthorizedException[source]
Bases:
Exception
Common base class for all non-exit exceptions.
- exception ivcap_client.excpetions.ResourceNotFound(resource: str)[source]
Bases:
Exception
Exception raised when requestred resource is not found.
- resource -- name or URN of missing resource
- exception ivcap_client.excpetions.AmbiguousRequest(message: str)[source]
Bases:
Exception
Exception raised when request is not specific enough.
- message -- cause for ambiguity