Home
last modified time | relevance | path

Searched refs:getErrorMessage (Results 1 – 25 of 48) sorted by relevance

12

/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/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/Exception/Connection/
H A DHttpException.php32 $message = $this->getErrorMessage($this->getError());
44 public function getErrorMessage(int $error): string function in Elastica\\Exception\\Connection\\HttpException
H A DGuzzleException.php26 $message = $this->getErrorMessage($this->getGuzzleException());
30 public function getErrorMessage(TransferException $guzzleException): string function in Elastica\\Exception\\Connection\\GuzzleException
/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/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/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());
/plugin/authgooglesheets/vendor/google/apiclient-services/src/GKEHub/
H A DConfigManagementInstallError.php37 public function getErrorMessage() function in Google\\Service\\GKEHub\\ConfigManagementInstallError
H A DConfigManagementSyncError.php58 public function getErrorMessage() function in Google\\Service\\GKEHub\\ConfigManagementSyncError
/plugin/authgooglesheets/vendor/google/apiclient-services/src/OSConfig/
H A DOSPolicyAssignmentReportOSPolicyComplianceOSPolicyResourceComplianceOSPolicyResourceConfigStep.php41 public function getErrorMessage() function in Google\\Service\\OSConfig\\OSPolicyAssignmentReportOSPolicyComplianceOSPolicyResourceComplianceOSPolicyResourceConfigStep
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ServiceUsage/
H A DEnableFailure.php41 public function getErrorMessage() function in Google\\Service\\ServiceUsage\\EnableFailure
/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/CloudSearch/
H A DErrorMessage.php39 public function getErrorMessage() function in Google\\Service\\CloudSearch\\ErrorMessage
H A DRepositoryError.php45 public function getErrorMessage() function in Google\\Service\\CloudSearch\\RepositoryError
H A DProcessingError.php58 public function getErrorMessage() function in Google\\Service\\CloudSearch\\ProcessingError
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dataflow/
H A DValidateResponse.php39 public function getErrorMessage() function in Google\\Service\\Dataflow\\ValidateResponse
/plugin/authgooglesheets/vendor/google/apiclient-services/src/GameServices/
H A DOperationStatus.php73 public function getErrorMessage() function in Google\\Service\\GameServices\\OperationStatus
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Acceleratedmobilepageurl/
H A DAmpUrlError.php59 public function getErrorMessage() function in Google\\Service\\Acceleratedmobilepageurl\\AmpUrlError
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Directory/
H A DDirectoryChromeosdevicesCommandResult.php45 public function getErrorMessage() function in Google\\Service\\Directory\\DirectoryChromeosdevicesCommandResult
/plugin/authgooglesheets/vendor/google/apiclient-services/src/DatabaseMigrationService/
H A DMigrationJobVerificationError.php73 public function getErrorMessage() function in Google\\Service\\DatabaseMigrationService\\MigrationJobVerificationError
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Script/
H A DExecutionError.php44 public function getErrorMessage() function in Google\\Service\\Script\\ExecutionError
/plugin/authgooglesheets/vendor/google/apiclient-services/src/DisplayVideo/
H A DScriptError.php77 public function getErrorMessage() function in Google\\Service\\DisplayVideo\\ScriptError
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Sheets/
H A DDataExecutionStatus.php63 public function getErrorMessage() function in Google\\Service\\Sheets\\DataExecutionStatus
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AndroidProvisioningPartner/
H A DPerDeviceStatusInBatch.php77 public function getErrorMessage() function in Google\\Service\\AndroidProvisioningPartner\\PerDeviceStatusInBatch
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ServiceControl/
H A DViolationInfo.php77 public function getErrorMessage() function in Google\\Service\\ServiceControl\\ViolationInfo

12