Home
last modified time | relevance | path

Searched refs:error (Results 501 – 525 of 1814) sorted by last modified time

1...<<21222324252627282930>>...73

/plugin/authgooglesheets/vendor/google/apiclient-services/src/ArtifactRegistry/
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/Spanner/
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/NetworkManagement/
H A DReachabilityDetails.php39 public function setError(Status $error) argument
41 $this->error = $error;
48 return $this->error;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/VMMigrationService/
H A DCutoverJob.php100 public function setError(Status $error) argument
102 $this->error = $error;
109 return $this->error;
H A DMigratingVm.php167 public function setError(Status $error) argument
169 $this->error = $error;
176 return $this->error;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ServiceUsage/
H A DOperation.php58 public function setError(Status $error) argument
60 $this->error = $error;
67 return $this->error;
/plugin/authgooglesheets/vendor/google/auth/src/Cache/
H A DItem.php113 $error = sprintf(
119 throw new TypeError($error);
136 $error = sprintf($message, get_class($this), gettype($time));
138 throw new TypeError($error);
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/
H A DCHANGELOG.md146 * Feature: Middleware now uses an exception factory, including more error
198 * Added a more explicit error message when trying to use `form_params` and
208 * Added a better error message for when `body` is provided as an array. Please
368 error and end events event though the response is unusable. This has been
441 * Removed the concept of "throwImmediately" from exceptions and error events.
498 * Fixed an error in the HistoryPlugin that caused the same request and response
499 to be logged multiple times when an HTTP protocol error occurs.
649 * cURL error code 18 is now retried automatically in the BackoffPlugin
650 * Fixed a cURL error when URLs contain fragments
906 * Bug fix: Fixed "array to string" error when validating a union of types in a service description
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudHealthcare/
H A DSchematizedData.php29 public $error; variable in Google\\Service\\CloudHealthcare\\SchematizedData
48 public function setError($error) argument
50 $this->error = $error;
57 return $this->error;
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/Handler/
H A DCurlFactory.php190 'cURL error %s: %s (%s) for %s',
192 $ctx['error'],
199 $error = isset($connectionErrors[$easy->errno])
203 return \GuzzleHttp\Promise\rejection_for($error);
/plugin/authgooglesheets/vendor/guzzlehttp/promises/
H A DREADME.md248 > PHP Fatal error: Uncaught exception 'GuzzleHttp\Promise\RejectionException' with message 'The pr…
/plugin/authgooglesheets/vendor/google/apiclient-services/src/StreetViewPublish/
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/TPU/
H A DOperation.php58 public function setError(Status $error) argument
60 $this->error = $error;
67 return $this->error;
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/src/
H A DUploadedFile.php39 private $error; variable in GuzzleHttp\\Psr7\\UploadedFile
108 * @param int $error
112 private function setError($error) argument
114 if (false === is_int($error)) {
120 if (false === in_array($error, UploadedFile::$errors)) {
126 $this->error = $error;
204 return $this->error === UPLOAD_ERR_OK;
307 return $this->error;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Contactcenterinsights/
H A DGoogleLongrunningOperation.php58 public function setError(GoogleRpcStatus $error) argument
60 $this->error = $error;
67 return $this->error;
/plugin/authgooglesheets/vendor/psr/log/Psr/Log/
H A DAbstractLogger.php67 public function error($message, array $context = array()) function in Psr\\Log\\AbstractLogger
/plugin/authgooglesheets/vendor/psr/log/
H A DREADME.md45 $this->logger->error('Oh no!', array('exception' => $exception));
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Networkconnectivity/
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/Datastore/
H A DGoogleLongrunningOperation.php58 public function setError(Status $error) argument
60 $this->error = $error;
67 return $this->error;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/DatabaseMigrationService/
H A DMigrationJob.php204 public function setError(Status $error) argument
206 $this->error = $error;
213 return $this->error;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/DeploymentManager/
H A DOperation.php175 public function setError(OperationError $error) argument
177 $this->error = $error;
184 return $this->error;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudVideoIntelligence/
H A DGoogleCloudVideointelligenceV1beta2VideoAnnotationResults.php63 public function setError(GoogleRpcStatus $error) argument
65 $this->error = $error;
72 return $this->error;
H A DGoogleCloudVideointelligenceV1p2beta1VideoAnnotationResults.php63 public function setError(GoogleRpcStatus $error) argument
65 $this->error = $error;
72 return $this->error;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/DisplayVideo/
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/SQLAdmin/
H A DOperation.php110 public function setError(OperationErrors $error) argument
112 $this->error = $error;
119 return $this->error;

1...<<21222324252627282930>>...73