Home
last modified time | relevance | path

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

/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Common/Exceptions/
H A DScriptLangNotSupportedException.php21 class ScriptLangNotSupportedException extends BadRequest400Exception implements ElasticsearchException class
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Connections/
H A DConnection.php35 use Elasticsearch\Common\Exceptions\ScriptLangNotSupportedException; alias
689 $exception = new ScriptLangNotSupportedException($responseBody. $statusCode);