Home
last modified time | relevance | path

Searched refs:RuntimeException (Results 201 – 225 of 594) sorted by relevance

12345678910>>...24

/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Ml/
H A DPutTrainedModel.php19 use Elasticsearch\Common\Exceptions\RuntimeException; alias
40 throw new RuntimeException('Missing parameter for the endpoint ml.put_trained_model');
H A DStartDatafeed.php19 use Elasticsearch\Common\Exceptions\RuntimeException; alias
40 throw new RuntimeException('Missing parameter for the endpoint ml.start_datafeed');
H A DStopDatafeed.php19 use Elasticsearch\Common\Exceptions\RuntimeException; alias
40 throw new RuntimeException('Missing parameter for the endpoint ml.stop_datafeed');
H A DUpdateDatafeed.php19 use Elasticsearch\Common\Exceptions\RuntimeException; alias
40 throw new RuntimeException('Missing parameter for the endpoint ml.update_datafeed');
H A DUpdateFilter.php19 use Elasticsearch\Common\Exceptions\RuntimeException; alias
40 throw new RuntimeException('Missing parameter for the endpoint ml.update_filter');
H A DUpdateJob.php19 use Elasticsearch\Common\Exceptions\RuntimeException; alias
40 throw new RuntimeException('Missing parameter for the endpoint ml.update_job');
H A DFlushJob.php19 use Elasticsearch\Common\Exceptions\RuntimeException; alias
40 throw new RuntimeException('Missing parameter for the endpoint ml.flush_job');
H A DPutFilter.php19 use Elasticsearch\Common\Exceptions\RuntimeException; alias
40 throw new RuntimeException('Missing parameter for the endpoint ml.put_filter');
H A DCloseJob.php19 use Elasticsearch\Common\Exceptions\RuntimeException; alias
40 throw new RuntimeException('Missing parameter for the endpoint ml.close_job');
H A DPostCalendarEvents.php19 use Elasticsearch\Common\Exceptions\RuntimeException; alias
40 throw new RuntimeException('Missing parameter for the endpoint ml.post_calendar_events');
H A DPutCalendar.php19 use Elasticsearch\Common\Exceptions\RuntimeException; alias
40 throw new RuntimeException('Missing parameter for the endpoint ml.put_calendar');
H A DPutDatafeed.php19 use Elasticsearch\Common\Exceptions\RuntimeException; alias
40 throw new RuntimeException('Missing parameter for the endpoint ml.put_datafeed');
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Cluster/
H A DPutComponentTemplate.php19 use Elasticsearch\Common\Exceptions\RuntimeException; alias
40 throw new RuntimeException('Missing parameter for the endpoint cluster.put_component_template');
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/DataFrameTransformDeprecated/
H A DUpdateTransform.php19 use Elasticsearch\Common\Exceptions\RuntimeException; alias
40 throw new RuntimeException('Missing parameter for the endpoint data_frame_transform_deprecated.update_transform');
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Security/
H A DPutRole.php19 use Elasticsearch\Common\Exceptions\RuntimeException; alias
40 throw new RuntimeException('Missing parameter for the endpoint security.put_role');
H A DPutRoleMapping.php19 use Elasticsearch\Common\Exceptions\RuntimeException; alias
40 throw new RuntimeException('Missing parameter for the endpoint security.put_role_mapping');
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Slm/
H A DPutLifecycle.php19 use Elasticsearch\Common\Exceptions\RuntimeException; alias
40 throw new RuntimeException('Missing parameter for the endpoint slm.put_lifecycle');
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Snapshot/
H A DCreateRepository.php19 use Elasticsearch\Common\Exceptions\RuntimeException; alias
40 throw new RuntimeException('Missing parameter for the endpoint snapshot.create_repository');
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Transform/
H A DPutTransform.php19 use Elasticsearch\Common\Exceptions\RuntimeException; alias
40 throw new RuntimeException('Missing parameter for the endpoint transform.put_transform');
H A DUpdateTransform.php19 use Elasticsearch\Common\Exceptions\RuntimeException; alias
40 throw new RuntimeException('Missing parameter for the endpoint transform.update_transform');
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Ilm/
H A DPutLifecycle.php19 use Elasticsearch\Common\Exceptions\RuntimeException; alias
40 throw new RuntimeException('Missing parameter for the endpoint ilm.put_lifecycle');
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Indices/
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 DPutTemplate.php19 use Elasticsearch\Common\Exceptions\RuntimeException; alias
40 throw new RuntimeException('Missing parameter for the endpoint indices.put_template');
H A DSimulateIndexTemplate.php19 use Elasticsearch\Common\Exceptions\RuntimeException; alias
40 throw new RuntimeException('Missing parameter for the endpoint indices.simulate_index_template');
/plugin/structtasks/_test/
H A DStructtasksTest.php27 throw new \RuntimeException("$file does not exist");
34 throw new \RuntimeException("build of $schema from $file failed");

12345678910>>...24