Home
last modified time | relevance | path

Searched refs:error (Results 276 – 300 of 1814) sorted by last modified time

1...<<11121314151617181920>>...73

/plugin/elasticsearch/vendor/ezimuel/ringphp/src/Client/
H A DCurlFactory.php118 : sprintf('cURL error %s: %s',
120 isset($response['curl']['error'])
121 ? $response['curl']['error']
124 $error = isset($response['curl']['errno'])
134 'error' => $error,
516 * was not set, then the request is retried if possible. This error
518 * "Connection died, retrying a fresh connect" error, tried to rewind the
520 * error, causing the request to be sent through curl_multi_info_read()
521 * without an error statu
[all...]
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/
H A DCHANGELOG.md58 - Show generic error messages when server returns no response
135 a custom error handler.
339 Note: I'm considering PutTemplate removal a bugfix, since the API doesn't exist in ES Core anymore. Using the endpoint throws an error,
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/
H A Dbreaking-changes.asciidoc15 operator suppresses the error message, however, it is still possible to catch it
16 by using a custom error handler:
H A Drelease-notes.asciidoc129 * Show generic error messages when server returns no response
232 using a custom error handler.
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/build/Elasticsearch/Namespaces/
H A DIlmNamespace.asciidoc55 $params['only_errors'] = (boolean) filters the indices included in the response to ones in an ILM error state, implies only_managed
H A DIndicesNamespace.asciidoc980 $params['explain'] = (boolean) Return detailed information about the error
/plugin/elasticsearch/vendor/psr/log/Psr/Log/
H A DAbstractLogger.php10 * messages regardless of the error level has to implement.
67 public function error($message, array $context = array()) function in Psr\\Log\\AbstractLogger
H A DLoggerInterface.php66 public function error($message, array $context = array()); function
H A DLoggerTrait.php11 * messages regardless of the error level has to implement.
68 public function error($message, array $context = array()) function
/plugin/elasticsearch/vendor/ruflin/elastica/
H A DCHANGELOG.md433 * Added a transport class for mocking a HTTP 403 error codes, useful for testing response failures in inheriting clients [#1529](https://github.com/ruflin/Elastica/pull/1529)
684 - `\Elastica\JSON::stringify` throws `\Elastica\Exception\JSONParseException` on error
785 - Set HTTP headers on each request preventing server error if persistent connection is enabled and compression enabled and later disabled for the same connection.
797 - Get the root reason from Elasticsearch's error JSON, when available [#1111](https://github.com/ruflin/Elastica/pull/1111)
809 - Fix fatal error on `Query::addScriptField()` if scripts were already set via `setScriptFields()` [#1086](https://github.com/ruflin/Elastica/pull/1086)
898 - Elastica\Query\Filtered triggers E_USER_DEPRECATED error because filtered query is deprecated since ES 2.0.0-beta1. Use BoolQuery instead.
899 - Elastica\QueryBuilder\DSL\Query::filtered() triggers E_USER_DEPRECATED error because filtered query is deprecated since ES 2.0.0-beta1. Use bool() instead.
914 - Elastica\Query\Builder trigger E_USER_DEPRECATED error when you try use it.
915 - Elastica\Filter\Bool and Elastica\Query\Bool trigger E_USER_DEPRECATED error when you try use them.
916 - Elastica\Query\Fuzzy:addField method trigger E_USER_DEPRECATED error
[all...]
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/
H A DClientBuilder.php772 $this->logger->error("Could not parse host: ".print_r($host, true));
788 $this->logger->error("Required 'host' was not defined in extended format: ".print_r($host, true));
/plugin/elasticsearch/vendor/psr/log/
H A DREADME.md45 $this->logger->error('Oh no!', array('exception' => $exception));
/plugin/elasticsearch/vendor/react/promise/
H A DCHANGELOG.md172 * Fix stack error when resolving a promise in its own fulfillment or
H A DREADME.md171 Neither its state nor its result (or error) can be modified.
239 ultimate error.
241 It will cause a fatal error if either `$onFulfilled` or `$onRejected` throw or
603 computeAwesomeResultAsynchronously(function ($error, $result) use ($deferred) {
604 if ($error) {
605 $deferred->reject($error);
790 error (either a thrown exception or returned rejection) escapes the
792 rethrown in an uncatchable way causing a fatal error.
/plugin/elasticsearch/vendor/ruflin/elastica/src/Exception/Bulk/Response/
H A DActionException.php35 $error = $response->getError();
52 return "{$opType}: {$path} caused {$error}";
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Connections/
H A DConnection.php270 if (isset($response['error']) === true) {
271 if ($response['error'] instanceof ConnectException || $response['error'] instanceof RingException) {
311 $exception = new TransportException($response['error']->getMessage());
339 // No error, deserialize
454 'error' => $exception->getMessage(),
574 $message = $response['error']->getMessage();
712 $this->log->error($exceptionText);
713 $this->log->error($exception->getTraceAsString());
741 "Unknown %d error fro
[all...]
/plugin/elasticsearch/
H A Dcli.php76 $this->error($e->getMessage());
88 $this->error('No command provided');
/plugin/elasticsearch/vendor/ezimuel/ringphp/
H A DCHANGELOG.md83 - Adding more error information to PHP stream wrapper exceptions.
96 - Setting debug to `false` does not enable debug output. error occurs.
H A DMakefile35 $(if $(TAG),,$(error TAG is not defined. Pass via "make tag TAG=4.2.1"))
/plugin/structnotification/
H A Dadmin.php255 foreach ($errors as $error) {
256 $msg = $this->getLang($error);
257 if (!$msg) $msg = $error;
258 msg($error, -1);
/plugin/achart/assets/
H A Dapexcharts.min.js6error("It is a possibility that you may have not included 'data' property in series.");if("rangeBa…
/plugin/ckgedit/ckeditor/
H A DCHANGES.md29 * Fixed: Wrong error message formatting when the service ID is invalid.
218 …* Fixed: JavaScript error in the console: "Cannot read property 'split' of undefined" in SCAYT and…
287 * Fixed: User Dictionary cannot be created in WSC due to `You already have the dictionary` error.
289 * Fixed: SCAYT/WSC causes the `Uncaught TypeError` error in the browser console.
363 …/github.com/ckeditor/ckeditor-dev/issues/867): Fixed: Typing into a selected table throws an error.
724 * [#13632](https://dev.ckeditor.com/ticket/13632): Introduce error logging mechanism.
725 * [#13730](https://dev.ckeditor.com/ticket/13730): Switch to the new error logging mechanism.
762 …(https://dev.ckeditor.com/ticket/13453): Fixed: Drag&drop of entire editor content throws an error.
814 …tps://ckeditor.com/cke4/addon/uploadimage) plugin should log an error, not throw an error when upl…
1000 * [#12850](https://dev.ckeditor.com/ticket/12850): [IEQM] Fixed: An error is thrown after focusing …
[all …]
H A Dckeditor.js.unc317 CKEDITOR.error = function(a, d) {
319 type: "error",
5840 for (; p = F.pop();) CKEDITOR.error("editor-plugin-required", {
14585 l.addEventListener("error",
17052 g.error && g.error.message && (f.message = g.error.message);
17104 a.changeStatus("error")
17126 "error" != b.status && (b.message = b.lang.filetools.networkError,
17127 b.changeStatus("error"))
17172 return !!this.status.match(/^(?:loaded|uploaded|error|abort)$/)
17294 alert(b.error ? b.error.message : a.sender.message)
[all …]
/plugin/ckgedit/ckeditor/plugins/image/dialogs/
H A Dimage.js.unc250 original.removeListener( 'error', onImgLoadErrorEvent );
273 original.removeListener( 'error', onImgLoadErrorEvent );
505 this.originalElement.removeListener( 'error', onImgLoadErrorEvent );
552 original.on( 'error', onImgLoadErrorEvent, dialog );
/plugin/ckgedit/fckeditor/editor/filemanager/browser/default/js/
H A Dbrowser.js177 case 1 : // Custom error. Message placed in the "text" attribute.

1...<<11121314151617181920>>...73