Home
last modified time | relevance | path

Searched refs:ServerErrorResponseException (Results 1 – 8 of 8) sorted by relevance

/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Common/Exceptions/
H A DRoutingMissingException.php21 class RoutingMissingException extends ServerErrorResponseException implements ElasticsearchException
H A DNoNodesAvailableException.php21 class NoNodesAvailableException extends ServerErrorResponseException implements ElasticsearchException
H A DServerErrorResponseException.php21 class ServerErrorResponseException extends TransportException implements ElasticsearchException class
H A DNoDocumentsToGetException.php21 class NoDocumentsToGetException extends ServerErrorResponseException implements ElasticsearchException
H A DNoShardAvailableException.php21 class NoShardAvailableException extends ServerErrorResponseException implements ElasticsearchException
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Connections/
H A DConnection.php36 use Elasticsearch\Common\Exceptions\ServerErrorResponseException; alias
726 $exception = new ServerErrorResponseException(
760 return $this->tryDeserializeError($response, ServerErrorResponseException::class);
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/
H A Drelease-notes.asciidoc346 `ServerErrorResponseException` instead of the generic `\Exception`
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/
H A DCHANGELOG.md220 - Specialized inheritance of `NoNodesAvailableException` to extend `ServerErrorResponseException`