Home
last modified time | relevance | path

Searched refs:RuntimeException (Results 251 – 275 of 594) sorted by path

1...<<11121314151617181920>>...24

/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Indices/
H A DFieldUsageStats.php19 use Elasticsearch\Common\Exceptions\RuntimeException; alias
39 throw new RuntimeException('Missing parameter for the endpoint indices.field_usage_stats');
H A DFreeze.php19 use Elasticsearch\Common\Exceptions\RuntimeException; alias
39 throw new RuntimeException('Missing parameter for the endpoint indices.freeze');
H A DGet.php19 use Elasticsearch\Common\Exceptions\RuntimeException; alias
39 throw new RuntimeException('Missing parameter for the endpoint indices.get');
H A DGetFieldMapping.php19 use Elasticsearch\Common\Exceptions\RuntimeException; alias
36 throw new RuntimeException(
H A DMigrateToDataStream.php19 use Elasticsearch\Common\Exceptions\RuntimeException; alias
40 throw new RuntimeException('Missing parameter for the endpoint indices.migrate_to_data_stream');
H A DOpen.php19 use Elasticsearch\Common\Exceptions\RuntimeException; alias
39 throw new RuntimeException('Missing parameter for the endpoint indices.open');
H A DPromoteDataStream.php19 use Elasticsearch\Common\Exceptions\RuntimeException; alias
40 throw new RuntimeException('Missing parameter for the endpoint indices.promote_data_stream');
H A DPutAlias.php19 use Elasticsearch\Common\Exceptions\RuntimeException; alias
36 throw new RuntimeException(
42 throw new RuntimeException(
H A DPutIndexTemplate.php19 use Elasticsearch\Common\Exceptions\RuntimeException; alias
40 throw new RuntimeException('Missing parameter for the endpoint indices.put_index_template');
H A DPutMapping.php19 use Elasticsearch\Common\Exceptions\RuntimeException; alias
49 throw new RuntimeException('Missing parameter for the endpoint indices.put_mapping');
H A DPutTemplate.php19 use Elasticsearch\Common\Exceptions\RuntimeException; alias
40 throw new RuntimeException('Missing parameter for the endpoint indices.put_template');
H A DReloadSearchAnalyzers.php19 use Elasticsearch\Common\Exceptions\RuntimeException; alias
39 throw new RuntimeException('Missing parameter for the endpoint indices.reload_search_analyzers');
H A DResolveIndex.php19 use Elasticsearch\Common\Exceptions\RuntimeException; alias
40 throw new RuntimeException('Missing parameter for the endpoint indices.resolve_index');
H A DRollover.php19 use Elasticsearch\Common\Exceptions\RuntimeException; alias
37 throw new RuntimeException(
H A DShrink.php19 use Elasticsearch\Common\Exceptions\RuntimeException; alias
41 throw new RuntimeException('Missing parameter for the endpoint indices.shrink');
H A DSimulateIndexTemplate.php19 use Elasticsearch\Common\Exceptions\RuntimeException; alias
40 throw new RuntimeException('Missing parameter for the endpoint indices.simulate_index_template');
H A DSplit.php19 use Elasticsearch\Common\Exceptions\RuntimeException; alias
41 throw new RuntimeException('Missing parameter for the endpoint indices.split');
H A DUnfreeze.php19 use Elasticsearch\Common\Exceptions\RuntimeException; alias
39 throw new RuntimeException('Missing parameter for the endpoint indices.unfreeze');
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Ingest/
H A DDeletePipeline.php19 use Elasticsearch\Common\Exceptions\RuntimeException; alias
39 throw new RuntimeException('Missing parameter for the endpoint ingest.delete_pipeline');
H A DPutPipeline.php19 use Elasticsearch\Common\Exceptions\RuntimeException; alias
39 throw new RuntimeException('Missing parameter for the endpoint ingest.put_pipeline');
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Logstash/
H A DDeletePipeline.php19 use Elasticsearch\Common\Exceptions\RuntimeException; alias
39 throw new RuntimeException('Missing parameter for the endpoint logstash.delete_pipeline');
H A DGetPipeline.php19 use Elasticsearch\Common\Exceptions\RuntimeException; alias
39 throw new RuntimeException('Missing parameter for the endpoint logstash.get_pipeline');
H A DPutPipeline.php19 use Elasticsearch\Common\Exceptions\RuntimeException; alias
39 throw new RuntimeException('Missing parameter for the endpoint logstash.put_pipeline');
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Ml/
H A DCloseJob.php19 use Elasticsearch\Common\Exceptions\RuntimeException; alias
40 throw new RuntimeException('Missing parameter for the endpoint ml.close_job');
H A DDeleteCalendar.php19 use Elasticsearch\Common\Exceptions\RuntimeException; alias
40 throw new RuntimeException('Missing parameter for the endpoint ml.delete_calendar');

1...<<11121314151617181920>>...24