Home
last modified time | relevance | path

Searched refs:CouldNotConnectToHost (Results 1 – 3 of 3) sorted by relevance

/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Common/Exceptions/Curl/
H A DCouldNotConnectToHost.php24 class CouldNotConnectToHost extends TransportException implements ElasticsearchException class
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/
H A Dset-retries.asciidoc41 } catch (Elasticsearch\Common\Exceptions\Curl\CouldNotConnectToHost $e) {
49 Alternatively, all "hard" curl exceptions (`CouldNotConnectToHost`,
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Connections/
H A DConnection.php24 use Elasticsearch\Common\Exceptions\Curl\CouldNotConnectToHost; alias
581 $exception = new CouldNotConnectToHost($message, 0, $exception);