keystoneauth1.exceptions.base module¶
- exception keystoneauth1.exceptions.base.ClientException(message: Optional[str] = None)¶
Bases:
Exception
The base exception for everything to do with clients.
- __annotations__ = {}¶
- __doc__ = 'The base exception for everything to do with clients.'¶
- __init__(message: Optional[str] = None)¶
- __module__ = 'keystoneauth1.exceptions.base'¶
- __weakref__¶
list of weak references to the object (if defined)
- message = 'ClientException'¶