Exception raised when the config passed to the client is inconsistent or invalid.
Base class for all exceptions raised by this package’s operations (doesn’t apply to ImproperlyConfigured).
Data passed in failed to serialize properly in the Serializer being used.
Exception raised when ES returns a non-OK (>=400) HTTP status code. Or when an actual connection error happens; in that case the status_code will be set to 'N/A'.
A string error message.
Dict of returned error info from ES, where available.
The HTTP status code of the response that precipitated the error or 'N/A' if not applicable.
Error raised when there was an exception while talking to ES. Original exception from the underlying Connection implementation is available as .info.
A network timeout. Doesn’t cause a node retry by default.
Error raised when encountering SSL errors.
Exception representing a 404 status code.
Exception representing a 409 status code.
Exception representing a 400 status code.
Error raised when there was an exception while talking to ES. Original exception from the underlying Connection implementation is available as .info.