Home
last modified time | relevance | path

Searched refs:InvalidException (Results 26 – 50 of 50) sorted by last modified time

12

/plugin/elasticsearch/vendor/ruflin/elastica/src/
H A DResultSet.php5 use Elastica\Exception\InvalidException; alias
127 * @throws Exception\InvalidException if an aggregation by the given name cannot be found
137 throw new InvalidException("This result set does not contain an aggregation named {$name}.");
296 * @throws Exception\InvalidException If offset doesn't exist
304 throw new InvalidException('Offset does not exist.');
315 * @throws Exception\InvalidException
320 throw new InvalidException('ResultSet is a collection of Result only.');
324 throw new InvalidException('Offset does not exist.');
H A DAbstractUpdateAction.php5 use Elastica\Exception\InvalidException; alias
62 * @throws InvalidException
110 * @throws InvalidException
141 * @throws InvalidException
172 * @throws InvalidException
204 * @throws InvalidException
236 * @throws InvalidException
276 * @throws InvalidException
304 * @throws InvalidException
338 * @throws InvalidException
[all...]
H A DBulk.php12 use Elastica\Exception\InvalidException;
203 * @throws InvalidException
224 throw new InvalidException('Invalid bulk data, source must follow action metadata');
227 throw new InvalidException('Invalid bulk data, should be array of array, Document or Bulk/Action');
294 * @throws InvalidException
305 * @throws InvalidException
322 throw new InvalidException('No response found for action #'.$key);
11 use Elastica\Exception\InvalidException; global() alias
H A DConnection.php5 use Elastica\Exception\InvalidException; alias
247 * @throws InvalidException If invalid transport type
305 * @throws InvalidException
317 throw new InvalidException('Config key is not set: '.$key);
326 * @throws Exception\InvalidException
340 throw new InvalidException('Invalid data type');
H A DDocument.php6 use Elastica\Exception\InvalidException; alias
81 * @throws InvalidException If the given field does not exist
88 throw new InvalidException("Field {$key} does not exist");
99 * @throws InvalidException if the current document is a serialized data
104 throw new InvalidException('Document data is serialized data. Data creation is forbidden.');
122 * @throws InvalidException if the given field does not exist
127 throw new InvalidException("Field {$key} does not exist");
261 * @throws InvalidException If invalid data has been provided
273 throw new InvalidException('Failed to create document. Invalid data passed.');
/plugin/elasticsearch/vendor/ruflin/elastica/src/Script/
H A DAbstractScript.php6 use Elastica\Exception\InvalidException; alias
59 * @throws InvalidException
79 throw new InvalidException('Failed to create script. Invalid data passed.');
123 throw new InvalidException('Script params must be an array');
142 throw new InvalidException('Failed to create script. Invalid data passed.');
/plugin/elasticsearch/vendor/ruflin/elastica/src/Transport/
H A DAbstractTransport.php7 use Elastica\Exception\InvalidException; alias
94 * @throws InvalidException
129 throw new InvalidException('Invalid transport');
/plugin/elasticsearch/vendor/ruflin/elastica/
H A DCHANGELOG.md846 - `Elastica\Exception\InvalidException` will be thrown if you try using an
/plugin/elasticsearch/vendor/ruflin/elastica/src/Aggregation/
H A DAbstractAggregation.php5 use Elastica\Exception\InvalidException; alias
63 * @throws InvalidException
70 throw new InvalidException('Global aggregators can only be placed as top level aggregators');
H A DAbstractSimpleAggregation.php5 use Elastica\Exception\InvalidException; alias
39 throw new InvalidException('Either the field param or the script param should be set');
H A DBucketScript.php5 use Elastica\Exception\InvalidException; alias
68 * @throws InvalidException If buckets path or script is not set
73 throw new InvalidException('Buckets path is required');
76 throw new InvalidException('Script parameter is required');
H A DAvgBucket.php5 use Elastica\Exception\InvalidException; alias
43 * @throws InvalidException If buckets path or script is not set
48 throw new InvalidException('Buckets path is required');
H A DGeoDistance.php5 use Elastica\Exception\InvalidException; alias
63 * @throws InvalidException
70 throw new InvalidException('Either fromValue or toValue must be set. Both cannot be null.');
H A DIpRange.php5 use Elastica\Exception\InvalidException; alias
44 * @throws InvalidException
51 throw new InvalidException('Either fromValue or toValue must be set. Both cannot be null.');
H A DNormalizeAggregation.php5 use Elastica\Exception\InvalidException; alias
58 * @throws InvalidException If buckets path or method are not set
63 throw new InvalidException('Buckets path is required');
67 throw new InvalidException('Method parameter is required');
H A DPercentilesBucket.php5 use Elastica\Exception\InvalidException; alias
32 * @throws InvalidException If buckets path or script is not set
37 throw new InvalidException('Buckets path is required');
H A DRange.php5 use Elastica\Exception\InvalidException; alias
23 * @throws InvalidException
30 throw new InvalidException('Either fromValue or toValue must be set. Both cannot be null.');
/plugin/elasticsearch/vendor/ruflin/elastica/src/Connection/Strategy/
H A DStrategyFactory.php5 use Elastica\Exception\InvalidException; alias
17 * @throws InvalidException
41 throw new InvalidException('Can\'t create strategy instance by given argument');
/plugin/elasticsearch/vendor/ruflin/elastica/src/Query/
H A DGeoBoundingBox.php5 use Elastica\Exception\InvalidException; alias
31 * @throws InvalidException If $coordinates doesn't have two elements
38 throw new InvalidException('expected $coordinates to be an array with two elements');
H A DSpanFirst.php5 use Elastica\Exception\InvalidException; alias
35 * @throws InvalidException If not valid query
62 * @throws InvalidException If not valid query
69 throw new InvalidException('Invalid parameter. Has to be array or instance of Elastica\Query\AbstractSpanQuery');
H A DTermsSet.php5 use Elastica\Exception\InvalidException; alias
25 throw new InvalidException('TermsSet field name has to be set');
H A DAbstractGeoDistance.php5 use Elastica\Exception\InvalidException; alias
83 * @throws InvalidException
95 throw new InvalidException('$location[\'lat\'] has to be set');
102 throw new InvalidException('$location[\'lon\'] has to be set');
107 throw new InvalidException('$location has to be an array (latitude/longitude) or a string (geohash)');
157 * @throws InvalidException
169 throw new InvalidException('Latitude has to be set');
175 throw new InvalidException('Longitude has to be set');
180 throw new InvalidException('Invalid location type');
H A DBoolQuery.php5 use Elastica\Exception\InvalidException; alias
104 * @throws InvalidException If not valid query
111 throw new InvalidException('Invalid parameter. Has to be array or instance of Elastica\Query\AbstractQuery');
/plugin/elasticsearch/vendor/ruflin/elastica/src/Exception/
H A DInvalidException.php10 class InvalidException extends \InvalidArgumentException implements ExceptionInterface class
/plugin/elasticsearch/vendor/ruflin/elastica/src/Suggest/
H A DAbstractSuggest.php5 use Elastica\Exception\InvalidException; alias
103 * @throws InvalidException If name is empty
110 throw new InvalidException('Suggest name has to be set');

12