Home
last modified time | relevance | path

Searched refs:getError (Results 151 – 175 of 188) sorted by path

12345678

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Vision/
H A DGoogleCloudVisionV1p1beta1AnnotateFileResponse.php44 public function getError() function in Google\\Service\\Vision\\GoogleCloudVisionV1p1beta1AnnotateFileResponse
H A DGoogleCloudVisionV1p1beta1AnnotateImageResponse.php90 public function getError() function in Google\\Service\\Vision\\GoogleCloudVisionV1p1beta1AnnotateImageResponse
H A DGoogleCloudVisionV1p2beta1AnnotateFileResponse.php44 public function getError() function in Google\\Service\\Vision\\GoogleCloudVisionV1p2beta1AnnotateFileResponse
H A DGoogleCloudVisionV1p2beta1AnnotateImageResponse.php90 public function getError() function in Google\\Service\\Vision\\GoogleCloudVisionV1p2beta1AnnotateImageResponse
H A DGoogleCloudVisionV1p3beta1AnnotateFileResponse.php44 public function getError() function in Google\\Service\\Vision\\GoogleCloudVisionV1p3beta1AnnotateFileResponse
H A DGoogleCloudVisionV1p3beta1AnnotateImageResponse.php90 public function getError() function in Google\\Service\\Vision\\GoogleCloudVisionV1p3beta1AnnotateImageResponse
H A DGoogleCloudVisionV1p4beta1AnnotateFileResponse.php44 public function getError() function in Google\\Service\\Vision\\GoogleCloudVisionV1p4beta1AnnotateFileResponse
H A DGoogleCloudVisionV1p4beta1AnnotateImageResponse.php90 public function getError() function in Google\\Service\\Vision\\GoogleCloudVisionV1p4beta1AnnotateImageResponse
H A DOperation.php65 public function getError() function in Google\\Service\\Vision\\Operation
/plugin/authgooglesheets/vendor/google/apiclient-services/src/WebRisk/
H A DGoogleLongrunningOperation.php65 public function getError() function in Google\\Service\\WebRisk\\GoogleLongrunningOperation
/plugin/authgooglesheets/vendor/google/apiclient-services/src/WorkflowExecutions/
H A DExecution.php109 public function getError() function in Google\\Service\\WorkflowExecutions\\Execution
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Workflows/
H A DOperation.php65 public function getError() function in Google\\Service\\Workflows\\Operation
/plugin/authgooglesheets/vendor/google/apiclient-services/src/YouTubeAnalytics/
H A DErrors.php58 public function getError() function in Google\\Service\\YouTubeAnalytics\\Errors
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/src/
H A DUploadedFile.php305 public function getError() function in GuzzleHttp\\Psr7\\UploadedFile
/plugin/authgooglesheets/vendor/psr/http-message/src/
H A DUploadedFileInterface.php92 public function getError(); function
/plugin/diagramsnet/lib/js/
H A Dorgchart.min.js8 …tem.Exception.ctor.call(this,n.message);this.errorStack=n;this.error=n},getError:function(){return…
/plugin/diagramsnet/lib/js/orgchart/
H A Dbridge.min.js8 …tem.Exception.ctor.call(this,n.message);this.errorStack=n;this.error=n},getError:function(){return…
/plugin/elasticsearch/vendor/ruflin/elastica/
H A DCHANGELOG.md880 - Revert getError changes in Response object and make it better BC compatible. See comment [here](https://github.com/ruflin/Elastica/commit/41a7a2075837320bc9bd3bca4150e05a1ec9a115#commitcomment-15136374).
928 - Elastica\Reponse::getError() now returns and array instead of a string
941 - Elastica\Reponse::getErrorMessage was added as getError is now an object
/plugin/elasticsearch/vendor/ruflin/elastica/src/Bulk/
H A DResponseSet.php43 public function getError(): string function in Elastica\\Bulk\\ResponseSet
47 return $bulkResponse->getError();
/plugin/elasticsearch/vendor/ruflin/elastica/src/Exception/Bulk/Response/
H A DActionException.php35 $error = $response->getError();
/plugin/elasticsearch/vendor/ruflin/elastica/src/Exception/Connection/
H A DHttpException.php32 $message = $this->getErrorMessage($this->getError());
71 public function getError(): int function in Elastica\\Exception\\Connection\\HttpException
/plugin/elasticsearch/vendor/ruflin/elastica/src/Exception/
H A DElasticsearchException.php64 public function getError(): array function in Elastica\\Exception\\ElasticsearchException
/plugin/elasticsearch/vendor/ruflin/elastica/src/
H A DResponse.php79 public function getError() function in Elastica\\Response
124 return $this->getError();
/plugin/googlesearch/
H A DGoogleAPI.php56 $err = $this->soapclient->getError();
84 $err = $soapclient->getError();
H A Dnusoap.php3246 if($err = $this->wsdl->getError()){
3651 if($errstr = $this->wsdl->getError()){
3836 if($err = $parser->getError()){
4259 if($err = $tr->getError() ){
4319 if($this->getError()){
6501 if($errstr = $this->wsdl->getError()){
6668 if($errstr = $this->getError()){
6793 if($err = $http->getError()){
6796 } elseif($this->getError()){
6841 if($errstr = $parser->getError()){

12345678