keystoneauth1.exceptions.response module¶
- exception keystoneauth1.exceptions.response.InvalidResponse(response: Response)
Bases:
ClientException- __annotate_func__ = None
- __annotations_cache__ = {}
- __doc__ = None
- __firstlineno__ = 21
- __init__(response: Response)
- __module__ = 'keystoneauth1.exceptions.response'
- __static_attributes__ = ('response',)
- message = 'Invalid response from server.'