keystoneauth1.exceptions.base module

exception keystoneauth1.exceptions.base.ClientException(message: Optional[str] = None)

Bases: Exception

The base exception for everything to do with clients.

__doc__ = 'The base exception for everything to do with clients.'
__init__(message: Optional[str] = None)

Initialize self. See help(type(self)) for accurate signature.

__module__ = 'keystoneauth1.exceptions.base'
__weakref__

list of weak references to the object (if defined)

message = 'ClientException'