pyes.exceptions

exception pyes.exceptions.NoServerAvailable
exception pyes.exceptions.QueryError
exception pyes.exceptions.NotFoundException(error, status=None, result=None)
exception pyes.exceptions.AlreadyExistsException(error, status=None, result=None)
exception pyes.exceptions.IndexAlreadyExistsException(error, status=None, result=None)
exception pyes.exceptions.IndexMissingException(error, status=None, result=None)
exception pyes.exceptions.SearchPhaseExecutionException(error, status=None, result=None)
exception pyes.exceptions.InvalidQuery
exception pyes.exceptions.InvalidParameterQuery
exception pyes.exceptions.QueryParameterError
exception pyes.exceptions.ScriptFieldsError
exception pyes.exceptions.ReplicationShardOperationFailedException(error, status=None, result=None)
exception pyes.exceptions.ClusterBlockException(error, status=None, result=None)
exception pyes.exceptions.MapperParsingException(error, status=None, result=None)
exception pyes.exceptions.ElasticSearchException(error, status=None, result=None)

Base class of exceptions raised as a result of parsing an error return from ElasticSearch.

An exception of this class will be raised if no more specific subclass is appropriate.

exception pyes.exceptions.ReduceSearchPhaseException(error, status=None, result=None)

Previous topic

pyes.es

Next topic

pyes.facets

This Page