Home
last modified time | relevance | path

Searched refs:InvalidException (Results 1 – 25 of 50) sorted by path

12

/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/
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 DClient.php10 use Elastica\Exception\InvalidException;
69 * @throws InvalidException
78 throw new InvalidException('Config parameter must be an array or a string.');
123 * @throws InvalidException if the given key is not found in the configuration
211 * @throws InvalidException If docs is empty
220 throw new InvalidException('Array has to consist of at least one element');
244 * @throws InvalidException If docs is empty
253 throw new InvalidException('Array has to consist of at least one element');
340 * @throws InvalidException
349 throw new InvalidException('Arra
9 use Elastica\Exception\InvalidException; global() alias
[all...]
H A DClientConfiguration.php5 use Elastica\Exception\InvalidException; alias
74 throw new InvalidException(\sprintf('DSN "%s" is invalid.', $dsnString), 0, $e);
111 * @throws InvalidException if the given key is not found in the configuration
122 throw new InvalidException('Config key is not set: '.$key);
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/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 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 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 DDerivative.php5 use Elastica\Exception\InvalidException; alias
41 * @throws InvalidException If buckets path or script is not set
46 throw new InvalidException('Buckets path is required');
H A DFilter.php5 use Elastica\Exception\InvalidException; alias
35 * @throws InvalidException If filter is not set
40 throw new InvalidException('Filter is required');
H A DFilters.php5 use Elastica\Exception\InvalidException; alias
38 throw new InvalidException('Mix named and anonymous keys are not allowed');
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.');
H A DSerialDiff.php5 use Elastica\Exception\InvalidException; alias
62 * @throws InvalidException If buckets path is not set
67 throw new InvalidException('Buckets path is required');
H A DStatsBucket.php5 use Elastica\Exception\InvalidException; alias
41 * @throws InvalidException If buckets path or script is not set
46 throw new InvalidException('Buckets path is required');
H A DSumBucket.php5 use Elastica\Exception\InvalidException; alias
41 * @throws InvalidException If buckets path or script is not set
46 throw new InvalidException('Buckets path is required');
H A DWeightedAvg.php5 use Elastica\Exception\InvalidException; alias
24 throw new InvalidException('Weighted Average aggregation with a value mixing field and script is not possible.');
44 throw new InvalidException('Weighted Average aggregation with a value mixing field and script is not possible.');
60 throw new InvalidException('Weighted Average aggregation with a weight mixing field and script is not possible.');
80 throw new InvalidException('Weighted Average aggregation with a weight mixing field and script is not possible.');
/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/Exception/
H A DInvalidException.php10 class InvalidException extends \InvalidArgumentException implements ExceptionInterface class

12