Exceptions

exception es_client.exceptions.ESClientException

Base class for all exceptions raised by es_client which are not Elasticsearch exceptions.

exception es_client.exceptions.ConfigurationError

Exception raised when a misconfiguration is detected

exception es_client.exceptions.MissingArgument

Exception raised when a needed argument is not passed.

exception es_client.exceptions.NotMaster

Exception raised when connected node is not the elected master node.

exception es_client.exceptions.LoggingException

Exception raised when logging cannot be configured properly