pyes.exceptions

exception pyes.exceptions.ESPendingDeprecationWarning
exception pyes.exceptions.ESDeprecationWarning
exception pyes.exceptions.NoServerAvailable
exception pyes.exceptions.QueryError
exception pyes.exceptions.NotFoundException(error, status=None, result=None, request=None)
exception pyes.exceptions.AlreadyExistsException(error, status=None, result=None, request=None)
exception pyes.exceptions.IndexAlreadyExistsException(error, status=None, result=None, request=None)
exception pyes.exceptions.IndexMissingException(error, status=None, result=None, request=None)
exception pyes.exceptions.SearchPhaseExecutionException(error, status=None, result=None, request=None)
exception pyes.exceptions.InvalidIndexNameException(error, status=None, result=None, request=None)
exception pyes.exceptions.InvalidSortOrder
exception pyes.exceptions.InvalidQuery
exception pyes.exceptions.InvalidParameterQuery
exception pyes.exceptions.InvalidParameter
exception pyes.exceptions.QueryParameterError
exception pyes.exceptions.ScriptFieldsError
exception pyes.exceptions.ReplicationShardOperationFailedException(error, status=None, result=None, request=None)
exception pyes.exceptions.ClusterBlockException(error, status=None, result=None, request=None)
exception pyes.exceptions.MapperParsingException(error, status=None, result=None, request=None)
exception pyes.exceptions.ElasticSearchException(error, status=None, result=None, request=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, request=None)
exception pyes.exceptions.VersionConflictEngineException(error, status=None, result=None, request=None)
exception pyes.exceptions.DocumentAlreadyExistsEngineException(error, status=None, result=None, request=None)
exception pyes.exceptions.DocumentAlreadyExistsException(error, status=None, result=None, request=None)
exception pyes.exceptions.TypeMissingException(error, status=None, result=None, request=None)
exception pyes.exceptions.BulkOperationException(errors, bulk_result)
exception pyes.exceptions.DocumentMissingException(error, status=None, result=None, request=None)