keystoneauth1.exceptions.connection module¶
-
exception
keystoneauth1.exceptions.connection.ConnectFailure(message: Optional[str] = None) Bases:
keystoneauth1.exceptions.connection.ConnectionError,keystoneauth1.exceptions.connection.RetriableConnectionFailure-
__doc__= None
-
__module__= 'keystoneauth1.exceptions.connection'
-
message= 'Connection failure that may be retried.'
-
-
exception
keystoneauth1.exceptions.connection.ConnectTimeout(message: Optional[str] = None) Bases:
keystoneauth1.exceptions.connection.ConnectionError,keystoneauth1.exceptions.connection.RetriableConnectionFailure-
__doc__= None
-
__module__= 'keystoneauth1.exceptions.connection'
-
message= 'Timed out connecting to service.'
-
-
exception
keystoneauth1.exceptions.connection.ConnectionError(message: Optional[str] = None) Bases:
keystoneauth1.exceptions.base.ClientException-
__doc__= None
-
__module__= 'keystoneauth1.exceptions.connection'
-
message= 'Cannot connect to API service.'
-
-
exception
keystoneauth1.exceptions.connection.RetriableConnectionFailure Bases:
ExceptionA mixin class that implies you can retry the most recent request.
-
__doc__= 'A mixin class that implies you can retry the most recent request.'
-
__module__= 'keystoneauth1.exceptions.connection'
-
__weakref__ list of weak references to the object (if defined)
-
-
exception
keystoneauth1.exceptions.connection.SSLError(message: Optional[str] = None) Bases:
keystoneauth1.exceptions.connection.ConnectionError-
__doc__= None
-
__module__= 'keystoneauth1.exceptions.connection'
-
message= 'An SSL error occurred.'
-
-
exception
keystoneauth1.exceptions.connection.UnknownConnectionError(msg: str, original: Exception) Bases:
keystoneauth1.exceptions.connection.ConnectionErrorAn error was encountered but we don’t know what it is.
-
__doc__= "An error was encountered but we don't know what it is."
-
__init__(msg: str, original: Exception) Initialize self. See help(type(self)) for accurate signature.
-
__module__= 'keystoneauth1.exceptions.connection'
-