keystoneauth1.exceptions.connection 模块¶
- 异常 keystoneauth1.exceptions.connection.ConnectFailure(message: str | None = None)
基类:
ConnectionError,RetriableConnectionFailure- __annotations__ = {}
- __doc__ = None
- __module__ = 'keystoneauth1.exceptions.connection'
- message = '连接失败,可以重试。'
- 异常 keystoneauth1.exceptions.connection.ConnectTimeout(message: str | None = None)
基类:
ConnectionError,RetriableConnectionFailure- __annotations__ = {}
- __doc__ = None
- __module__ = 'keystoneauth1.exceptions.connection'
- message = '连接服务超时。'
- 异常 keystoneauth1.exceptions.connection.ConnectionError(message: str | None = None)
基类:
ClientException- __annotations__ = {}
- __doc__ = None
- __module__ = 'keystoneauth1.exceptions.connection'
- message = '无法连接到 API 服务。'
- 异常 keystoneauth1.exceptions.connection.RetriableConnectionFailure
基类:
Exception一个混合类,表示您可以重试最近的请求。
- __annotations__ = {}
- __doc__ = '一个混合类,表示您可以重试最近的请求。'
- __module__ = 'keystoneauth1.exceptions.connection'
- __weakref__
对该对象的弱引用列表
- 异常 keystoneauth1.exceptions.connection.SSLError(message: str | None = None)
基类:
ConnectionError- __annotations__ = {}
- __doc__ = None
- __module__ = 'keystoneauth1.exceptions.connection'
- message = '发生 SSL 错误。'
- 异常 keystoneauth1.exceptions.connection.UnknownConnectionError(msg: str, original: Exception)
基类:
ConnectionError遇到错误,但我们不知道是什么。
- __annotations__ = {}
- __doc__ = "遇到错误,但我们不知道是什么。"
- __module__ = 'keystoneauth1.exceptions.connection'