keystoneauth1.exceptions.response module

exception keystoneauth1.exceptions.response.InvalidResponse(response: requests.models.Response)

Bases: keystoneauth1.exceptions.base.ClientException

__doc__ = None
__init__(response: requests.models.Response)

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

__module__ = 'keystoneauth1.exceptions.response'
message = 'Invalid response from server.'