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