Home
last modified time | relevance | path

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

/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Handler/
H A DElasticsearchHandler.php20 use Elasticsearch\Common\Exceptions\RuntimeException as ElasticsearchRuntimeException; alias
165 protected function createExceptionFromResponses(array $responses): ElasticsearchRuntimeException
173 … return new ElasticsearchRuntimeException('Elasticsearch failed to index one or more records.');
181 protected function createExceptionFromError(array $error): ElasticsearchRuntimeException
185 … return new ElasticsearchRuntimeException($error['type'] . ': ' . $error['reason'], 0, $previous);