Home
last modified time | relevance | path

Searched refs:error (Results 451 – 475 of 1814) sorted by last modified time

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

/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Handler/
H A DElasticsearchHandler.php179 * @param mixed[] $error
181 protected function createExceptionFromError(array $error): ElasticsearchRuntimeException argument
183 …$previous = isset($error['caused_by']) ? $this->createExceptionFromError($error['caused_by']) : nu…
185 … return new ElasticsearchRuntimeException($error['type'] . ': ' . $error['reason'], 0, $previous);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/NetworkServices/
H A DOperation.php58 public function setError(Status $error) argument
60 $this->error = $error;
67 return $this->error;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/VMMigrationService/
H A DUtilizationReport.php91 public function setError(Status $error) argument
93 $this->error = $error;
100 return $this->error;
H A DDatacenterConnector.php146 public function setError(Status $error) argument
148 $this->error = $error;
155 return $this->error;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Eventarc/
H A DGoogleLongrunningOperation.php58 public function setError(GoogleRpcStatus $error) argument
60 $this->error = $error;
67 return $this->error;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Vision/
H A DGoogleCloudVisionV1p4beta1AnnotateFileResponse.php37 public function setError(Status $error) argument
39 $this->error = $error;
46 return $this->error;
H A DGoogleCloudVisionV1p4beta1AnnotateImageResponse.php83 public function setError(Status $error) argument
85 $this->error = $error;
92 return $this->error;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudMemorystoreforMemcached/
H A DOperation.php58 public function setError(Status $error) argument
60 $this->error = $error;
67 return $this->error;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ManagedServiceforMicrosoftActiveDirectoryConsumerAPI/
H A DOperation.php58 public function setError(Status $error) argument
60 $this->error = $error;
67 return $this->error;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/FirebaseHosting/
H A DOperation.php58 public function setError(Status $error) argument
60 $this->error = $error;
67 return $this->error;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/FirebaseManagement/
H A DOperation.php58 public function setError(Status $error) argument
60 $this->error = $error;
67 return $this->error;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Monitoring/
H A DCollectdValueError.php32 public function setError(Status $error) argument
34 $this->error = $error;
41 return $this->error;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudResourceManager/
H A DOperation.php58 public function setError(Status $error) argument
60 $this->error = $error;
67 return $this->error;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/WorkflowExecutions/
H A DExecution.php102 public function setError(Error $error) argument
104 $this->error = $error;
111 return $this->error;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Transcoder/
H A DJob.php108 public function setError(Status $error) argument
110 $this->error = $error;
117 return $this->error;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/NetworkManagement/
H A DOperation.php58 public function setError(Status $error) argument
60 $this->error = $error;
67 return $this->error;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Storagetransfer/
H A DOperation.php58 public function setError(Status $error) argument
60 $this->error = $error;
67 return $this->error;
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/Handler/
H A DStreamHandler.php80 $error = null argument
87 $error,
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/
H A DMessageFormatter.php69 \Exception $error = null
75 function (array $matches) use ($request, $response, $error, &$cache) {
151 $result = $error ? $error->getMessage() : 'NULL';
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/
H A DREADME.md528 error handler that checks for errors and throws an exception instead.
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudBuild/
H A DOperation.php58 public function setError(Status $error) argument
60 $this->error = $error;
67 return $this->error;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudIdentity/
H A DOperation.php58 public function setError(Status $error) argument
60 $this->error = $error;
67 return $this->error;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudComposer/
H A DOperation.php58 public function setError(Status $error) argument
60 $this->error = $error;
67 return $this->error;
/plugin/authgooglesheets/vendor/google/apiclient/src/Service/
H A DResource.php89 $this->client->getLogger()->error(
144 $this->client->getLogger()->error(
162 $this->client->getLogger()->error(
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudDomains/
H A DOperation.php58 public function setError(Status $error) argument
60 $this->error = $error;
67 return $this->error;

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