Home
last modified time | relevance | path

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

/plugin/elasticsearch/vendor/ruflin/elastica/src/
H A DSnapshot.php8 use Elastica\Exception\ResponseException;
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
6 use Elastica\Exception\ResponseException; global() alias
[all...]
H A DStatus.php7 use Elastica\Exception\ResponseException;
98 * @throws ResponseException
112 } catch (ResponseException $e) {
159 * @throws ResponseException
5 use Elastica\Exception\ResponseException; global() alias
H A DRequest.php7 use Elastica\Exception\ResponseException; alias
175 * @throws ResponseException
H A DBulk.php9 use Elastica\Exception\Bulk\ResponseException as BulkResponseException; alias
14 use Elastica\Exception\ResponseException;
292 * @throws ResponseException
H A DIndex.php6 use Elastica\Exception\Bulk\ResponseException as BulkResponseException;
11 use Elastica\Exception\ResponseException;
119 * @throws ResponseException
163 * @throws ResponseException
191 * @throws ResponseException
213 * @throws ResponseException
265 * @throws ResponseException
291 * @throws ResponseException
327 * @throws ResponseException
354 * @throws ResponseException
8 use Elastica\Exception\ResponseException; global() alias
[all...]
H A DClient.php7 use Elastica\Exception\Bulk\ResponseException as BulkResponseException;
11 use Elastica\Exception\ResponseException;
93 * @throws ResponseException
214 * @throws ResponseException
247 * @throws ResponseException
279 * @throws ResponseException
343 * @throws ResponseException
460 * @throws ResponseException
504 * @throws ResponseException
536 * @throws ResponseException
10 use Elastica\Exception\ResponseException; global() alias
[all...]
H A DSearch.php8 use Elastica\Exception\ResponseException;
333 * @throws ResponseException
363 * @throws ResponseException
6 use Elastica\Exception\ResponseException; global() alias
/plugin/elasticsearch/vendor/ruflin/elastica/src/Transport/
H A DHttpAdapter.php7 use Elastica\Exception\ResponseException; alias
52 * @throws ResponseException
80 throw new ResponseException($elasticaRequest, $elasticaResponse);
H A DAbstractTransport.php8 use Elastica\Exception\ResponseException; alias
56 * @throws ResponseException
H A DGuzzle.php8 use Elastica\Exception\ResponseException; alias
47 * @throws ResponseException
97 throw new ResponseException($request, $response);
H A DHttp.php8 use Elastica\Exception\ResponseException; alias
43 * @throws ResponseException
178 throw new ResponseException($request, $response);
/plugin/elasticsearch/vendor/ruflin/elastica/src/Exception/
H A DPartialShardFailureException.php14 class PartialShardFailureException extends ResponseException
H A DResponseException.php13 class ResponseException extends \RuntimeException implements ExceptionInterface class
/plugin/elasticsearch/vendor/ruflin/elastica/src/Index/
H A DSettings.php8 use Elastica\Exception\ResponseException;
74 * @throws ResponseException
90 // should not append, the request should throw a ResponseException
137 * @throws ResponseException
153 * @throws ResponseException
169 * @throws ResponseException
185 * @throws ResponseException
201 * @throws ResponseException
211 * @throws ResponseException
221 * @throws ResponseException
6 use Elastica\Exception\ResponseException; global() alias
[all...]
/plugin/elasticsearch/vendor/ruflin/elastica/src/Exception/Bulk/
H A DResponseException.php12 class ResponseException extends BulkException class
/plugin/elasticsearch/action/
H A Dindexing.php145 } catch (\Elastica\Exception\ResponseException $e) {
/plugin/elasticsearch/vendor/ruflin/elastica/
H A DCHANGELOG.md234 * Deprecated `Elastica\Exception\ResponseException::getElasticsearchException()`, use `getResponse()::getFullError()` instead [#1829](https://github.com/ruflin/Elastica/pull/1829)
625 Use `\Elastica\Exception\ResponseException::getResponse::getFullError` instead.
628 Use `\Elastica\Exception\ResponseException::getResponse::getFullError` instead. [#1251](https://github.com/ruflin/Elastica/pull/1251)
1199 - Updated Type::getDocument() exception handling. \Elastica\Exception\ResponseException will be thrown instead of \Elastica\Exception\NotFoundException if the ES response contains any error (i.e: Missing index) (BC break) [#687](https://github.com/ruflin/Elastica/issues/687/)
1205 - Remove ResponseException catch in Type::getDocument() [#704](https://github.com/ruflin/Elastica/issues/704/)
1466 - added \Elastica\Exception\ResponseException::getElasticsearchException()