Home
last modified time | relevance | path

Searched refs:Missing404Exception (Results 1 – 6 of 6) sorted by relevance

/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Namespaces/
H A DBooleanRequestWrapper.php21 use Elasticsearch\Common\Exceptions\Missing404Exception; alias
32 * @throws Missing404Exception
57 } catch (Missing404Exception $exception) {
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Common/Exceptions/
H A DMissing404Exception.php21 class Missing404Exception extends \Exception implements ElasticsearchException class
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/
H A DBREAKING_CHANGES.md6 - When `delete` with an empty `id` an `Elasticsearch\Common\Exceptions\RuntimeException\Missing404Exception`
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Connections/
H A DConnection.php30 use Elasticsearch\Common\Exceptions\Missing404Exception; alias
685 $exception = new Missing404Exception($responseBody, $statusCode);
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/
H A Dper-request-configuration.asciidoc42 nonexistent document will throw a `Missing404Exception`.
51 example below ignores the `Missing404Exception` exception and returns
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/
H A DClient.php23 use Elasticsearch\Common\Exceptions\Missing404Exception; alias