Home
last modified time | relevance | path

Searched refs:getErrorMessage (Results 26 – 48 of 48) sorted by path

12

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Testing/
H A DTestDetails.php42 public function getErrorMessage() function in Google\\Service\\Testing\\TestDetails
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ToolResults/
H A DTestIssue.php67 public function getErrorMessage() function in Google\\Service\\ToolResults\\TestIssue
/plugin/authgooglesheets/vendor/google/apiclient-services/src/VMMigrationService/
H A DMigrationError.php76 public function getErrorMessage() function in Google\\Service\\VMMigrationService\\MigrationError
/plugin/combo/ComboStrap/
H A DSqliteRequest.php109 $message = $this->getErrorMessage();
114 $message = $this->getErrorMessage();
123 function getErrorMessage(): string
108 public function getErrorMessage(): string global() function in ComboStrap\\SqliteRequest
/plugin/diagramsnet/lib/js/
H A Dapp.min.js10014 …ert">'+e+" ("+mxUtils.htmlEntities(b.message)+")</div>")}else{e=this.getErrorMessage(b);if(null==e…
10026 ….get("errorSavingFile"):null);else if(!this.isModified()){var d=this.getErrorMessage(b);null!=d&&6…
10029 …pyDialog(d,c,g):this.invalidChecksum?this.showRefreshDialog(d,c,this.getErrorMessage(b)):e?this.sh…
10030 …ngDocument")));this.synchronizeFile(d,c)}),this.getErrorMessage(b))};DrawioFile.prototype.getError…
H A Dviewer-static.min.js3054 …ert">'+c+" ("+mxUtils.htmlEntities(b.message)+")</div>")}else{c=this.getErrorMessage(b);if(null==c…
3066 ….get("errorSavingFile"):null);else if(!this.isModified()){var e=this.getErrorMessage(b);null!=e&&6…
3069 …pyDialog(e,k,g):this.invalidChecksum?this.showRefreshDialog(e,k,this.getErrorMessage(b)):c?this.sh…
3070 …ngDocument")));this.synchronizeFile(e,k)}),this.getErrorMessage(b))};DrawioFile.prototype.getError…
H A Dviewer.min.js3054 …ert">'+c+" ("+mxUtils.htmlEntities(b.message)+")</div>")}else{c=this.getErrorMessage(b);if(null==c…
3066 ….get("errorSavingFile"):null);else if(!this.isModified()){var e=this.getErrorMessage(b);null!=e&&6…
3069 …pyDialog(e,k,g):this.invalidChecksum?this.showRefreshDialog(e,k,this.getErrorMessage(b)):c?this.sh…
3070 …ngDocument")));this.synchronizeFile(e,k)}),this.getErrorMessage(b))};DrawioFile.prototype.getError…
/plugin/diagramsnet/lib/js/diagramly/
H A DDrawioFile.js1495 var msg = this.getErrorMessage(err);
1823 var msg = this.getErrorMessage(err);
1888 this.showRefreshDialog(success, error, this.getErrorMessage(err));
1901 }), this.getErrorMessage(err));
1908 DrawioFile.prototype.getErrorMessage = function(err) method in DrawioFile
H A DDriveClient.js1297 (file.getErrorMessage(e) || 'unknown');
H A DGitHubClient.js230 GitHubClient.prototype.getErrorMessage = function(req, defaultText) method in GitHubClient
324 …error({code: req.getStatus(), message: this.getErrorMessage(req, mxResources.get('fileNotFound'))}…
333 …error({code: req.getStatus(), message: this.getErrorMessage(req, mxResources.get('error') + ' ' + …
H A DGitLabClient.js262 error({message: this.getErrorMessage(req, mxResources.get('fileNotFound'))});
271 error({status: req.getStatus(), message: this.getErrorMessage(req,
/plugin/elasticsearch/vendor/ruflin/elastica/
H A DCHANGELOG.md941 - Elastica\Reponse::getErrorMessage was added as getError is now an object
/plugin/elasticsearch/vendor/ruflin/elastica/src/Exception/Bulk/Response/
H A DActionException.php20 parent::__construct($this->getErrorMessage($response));
33 public function getErrorMessage(BulkResponse $response): string function in Elastica\\Exception\\Bulk\\Response\\ActionException
/plugin/elasticsearch/vendor/ruflin/elastica/src/Exception/Connection/
H A DGuzzleException.php26 $message = $this->getErrorMessage($this->getGuzzleException());
30 public function getErrorMessage(TransferException $guzzleException): string function in Elastica\\Exception\\Connection\\GuzzleException
H A DHttpException.php32 $message = $this->getErrorMessage($this->getError());
44 public function getErrorMessage(int $error): string function in Elastica\\Exception\\Connection\\HttpException
/plugin/elasticsearch/vendor/ruflin/elastica/src/Exception/
H A DResponseException.php32 parent::__construct($response->getErrorMessage());
66 return new ElasticsearchException($response->getStatus(), $response->getErrorMessage());
/plugin/elasticsearch/vendor/ruflin/elastica/src/
H A DResponse.php122 public function getErrorMessage() function in Elastica\\Response
/plugin/findologicxmlexport/vendor/jms/serializer/src/Handler/
H A DFormErrorHandler.php96 return $visitor->getDocument()->createCDATASection($this->getErrorMessage($formError));
104 return $this->getErrorMessage($formError);
107 private function getErrorMessage(FormError $error): ?string function in JMS\\Serializer\\Handler\\FormErrorHandler
125 $errors[] = $this->getErrorMessage($error);
/plugin/jmol2/jmol/
H A DJmolApplet.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/jmol/ org/ ...
H A DJmolApplet0.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/obrador/ javax/ ...
H A DJmolAppletSigned.jarMETA-INF/MANIFEST.MF META-INF/SELFSIGN.SF META-INF/SELFSIGN ...
H A DJmolAppletSigned0.jarMETA-INF/MANIFEST.MF META-INF/SELFSIGN.SF META-INF/SELFSIGN ...
/plugin/sync/
H A Dadmin.php47 msg($this->getLang('xmlerr').' '.hsc($this->client->getErrorMessage()),-1);
60 msg($this->getLang('xmlerr').' '.hsc($this->client->getErrorMessage()),-1);
238 … class="error">'.$this->getLang('noconnect').'<br />'.hsc($this->client->getErrorMessage()).'</p>';
426 $this->client->getErrorMessage(),'pull_fail');
458 $this->client->getErrorMessage(),'push_fail');
473 $this->client->getErrorMessage(),'del_fail');
633 $this->client->getErrorMessage(),-1);
663 $this->client->getErrorMessage(),-1);
715 echo hsc($this->client->getErrorMessage());

12