Home
last modified time | relevance | path

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

/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Common/Exceptions/
DAuthenticationConfigException.php20 class AuthenticationConfigException extends \RuntimeException implements ElasticsearchException class
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/
DClientBuilder.php24 use Elasticsearch\Common\Exceptions\AuthenticationConfigException; alias
405 * @throws AuthenticationConfigException
410 …throw new AuthenticationConfigException("You can't use APIKey - and Basic Authenication together."…
427 * @throws AuthenticationConfigException
432 …throw new AuthenticationConfigException("You can't use APIKey - and Basic Authenication together."…