Home
last modified time | relevance | path

Searched refs:ResponseException (Results 1 – 25 of 27) sorted by relevance

12

/plugin/elasticsearch/vendor/ruflin/elastica/src/Index/
DSettings.php8 use Elastica\Exception\ResponseException; alias
74 * @throws ResponseException
137 * @throws ResponseException
153 * @throws ResponseException
169 * @throws ResponseException
185 * @throws ResponseException
201 * @throws ResponseException
211 * @throws ResponseException
221 * @throws ResponseException
233 * @throws ResponseException
[all …]
/plugin/elasticsearch/vendor/ruflin/elastica/src/
DSnapshot.php8 use Elastica\Exception\ResponseException; alias
37 * @throws ResponseException
59 * @throws ResponseException
67 } catch (ResponseException $e) {
83 * @throws ResponseException
102 * @throws ResponseException
120 * @throws ResponseException
128 } catch (ResponseException $e) {
146 * @throws ResponseException
163 * @throws ResponseException
[all …]
DIndex.php6 use Elastica\Exception\Bulk\ResponseException as BulkResponseException;
11 use Elastica\Exception\ResponseException; alias
119 * @throws ResponseException
163 * @throws ResponseException
191 * @throws ResponseException
213 * @throws ResponseException
265 * @throws ResponseException
291 * @throws ResponseException
327 * @throws ResponseException
354 * @throws ResponseException
[all …]
DIndexTemplate.php8 use Elastica\Exception\ResponseException; alias
53 * @throws ResponseException
71 * @throws ResponseException
85 * @throws ResponseException
124 * @throws ResponseException
DClient.php7 use Elastica\Exception\Bulk\ResponseException as BulkResponseException;
11 use Elastica\Exception\ResponseException; alias
93 * @throws ResponseException
214 * @throws ResponseException
247 * @throws ResponseException
279 * @throws ResponseException
343 * @throws ResponseException
460 * @throws ResponseException
504 * @throws ResponseException
536 * @throws ResponseException
[all …]
DStatus.php7 use Elastica\Exception\ResponseException; alias
98 * @throws ResponseException
112 } catch (ResponseException $e) {
159 * @throws ResponseException
DSearchableInterface.php8 use Elastica\Exception\ResponseException; alias
46 * @throws ResponseException
62 * @throws ResponseException
DScroll.php8 use Elastica\Exception\ResponseException; alias
78 * @throws ResponseException
125 * @throws ResponseException
149 * @throws ResponseException
170 * @throws ResponseException
DTask.php7 use Elastica\Exception\ResponseException; alias
92 * @throws ResponseException
DCluster.php9 use Elastica\Exception\ResponseException; alias
56 * @throws ResponseException
DRequest.php7 use Elastica\Exception\ResponseException; alias
175 * @throws ResponseException
DBulk.php9 use Elastica\Exception\Bulk\ResponseException as BulkResponseException;
14 use Elastica\Exception\ResponseException; alias
292 * @throws ResponseException
DPipeline.php8 use Elastica\Exception\ResponseException; alias
180 * @throws ResponseException
DSearch.php8 use Elastica\Exception\ResponseException; alias
333 * @throws ResponseException
363 * @throws ResponseException
DReindex.php7 use Elastica\Exception\ResponseException; alias
72 * @throws ResponseException
/plugin/elasticsearch/vendor/ruflin/elastica/src/Transport/
DHttpAdapter.php7 use Elastica\Exception\ResponseException; alias
52 * @throws ResponseException
80 throw new ResponseException($elasticaRequest, $elasticaResponse);
DAbstractTransport.php8 use Elastica\Exception\ResponseException; alias
56 * @throws ResponseException
DHttp.php8 use Elastica\Exception\ResponseException; alias
43 * @throws ResponseException
178 throw new ResponseException($request, $response);
DGuzzle.php8 use Elastica\Exception\ResponseException; alias
47 * @throws ResponseException
97 throw new ResponseException($request, $response);
/plugin/elasticsearch/vendor/ruflin/elastica/src/Node/
DStats.php7 use Elastica\Exception\ResponseException; alias
111 * @throws ResponseException
DInfo.php7 use Elastica\Exception\ResponseException; alias
212 * @throws ResponseException
/plugin/elasticsearch/vendor/ruflin/elastica/src/Cluster/
DHealth.php9 use Elastica\Exception\ResponseException; alias
184 * @throws ResponseException
/plugin/elasticsearch/vendor/ruflin/elastica/src/Exception/
DPartialShardFailureException.php14 class PartialShardFailureException extends ResponseException
DResponseException.php13 class ResponseException extends \RuntimeException implements ExceptionInterface class
/plugin/elasticsearch/vendor/ruflin/elastica/src/Exception/Bulk/
DResponseException.php12 class ResponseException extends BulkException class

12