Home
last modified time | relevance | path

Searched refs:error (Results 401 – 425 of 1814) sorted by last modified time

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

/plugin/authgooglesheets/vendor/google/apiclient-services/src/HangoutsChat/
H A DChatAppLogEntry.php64 public function setError(Status $error) argument
66 $this->error = $error;
73 return $this->error;
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/
H A DUPGRADING.md196 The concept of "throwImmediately" has been removed from exceptions and error
319 concept of the HTTP layer. Instead, you must use the `complete` and `error`
510 - `error` is now an event that emits a `GuzzleHttp\Event\ErrorEvent`.
511 - `request.exception` has been removed. Use `error`.
/plugin/authgooglesheets/vendor/monolog/monolog/
H A DCHANGELOG.md17 …* Fixed error handler signature to accept a null $context which happens with internal PHP errors (…
65 * Fixed internal type error when mbstring is missing
82 * Fixed GitProcessor type error when there is no git repo present
104 …* Fixed type error in BrowserConsoleHandler when the context array of log records was not associat…
109 …* BC Break: Logger methods log/debug/info/notice/warning/error/critical/alert/emergency now have e…
170 * Fixed GitProcessor type error when there is no git repo present
213 * Added ability to customize error handling at the Logger level using Logger::setExceptionHandler
274 * Added the $context to context information when the ErrorHandler handles a regular php error
339 …* Fixed duplicate logging of fatal errors when both error and fatal error handlers are registered …
473 * Added Monolog\ErrorHandler helper class to register a Logger as exception/error/fatal handler
[all …]
H A DREADME.md40 $log->error('Bar');
/plugin/authgooglesheets/vendor/google/apiclient-services/src/IDS/
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/Iam/
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/Container/
H A DOperation.php121 public function setError(Status $error) argument
123 $this->error = $error;
130 return $this->error;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/IdentityToolkit/
H A DUploadAccountResponse.php33 public function setError($error) argument
35 $this->error = $error;
42 return $this->error;
/plugin/authgooglesheets/vendor/google/apiclient/src/Http/
H A DMediaFileUpload.php326 foreach ($body['error']['errors'] as $error) {
327 $message .= "{$error['domain']}, {$error['message']};";
332 $error = "Failed to start the resumable upload (HTTP {$message})";
333 $this->client->getLogger()->error($error);
335 throw new GoogleException($error);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Logging/
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/CloudDeploy/
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/AIPlatformNotebooks/
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/Apigateway/
H A DApigatewayOperation.php58 public function setError(ApigatewayStatus $error) argument
60 $this->error = $error;
67 return $this->error;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudAsset/
H A DMoveAnalysis.php62 public function setError(Status $error) argument
64 $this->error = $error;
71 return $this->error;
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/Document/
H A DGoogleCloudDocumentaiV1Document.php101 public function setError(GoogleRpcStatus $error) argument
103 $this->error = $error;
110 return $this->error;
H A DGoogleCloudDocumentaiV1beta1Document.php101 public function setError(GoogleRpcStatus $error) argument
103 $this->error = $error;
110 return $this->error;
H A DGoogleCloudDocumentaiV1beta2Document.php103 public function setError(GoogleRpcStatus $error) argument
105 $this->error = $error;
112 return $this->error;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dataproc/
H A DClusterOperation.php29 public $error; variable in Google\\Service\\Dataproc\\ClusterOperation
52 public function setError($error) argument
54 $this->error = $error;
61 return $this->error;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Datastream/
H A DPrivateConnection.php82 public function setError(Error $error) argument
84 $this->error = $error;
91 return $this->error;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/DatabaseMigrationService/
H A DOperation.php58 public function setError(Status $error) argument
60 $this->error = $error;
67 return $this->error;
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Net/
H A DSFTP.php819 $error = $this->status_codes[$status];
823 $this->sftp_errors[] = "$error: $message";
825 $this->sftp_errors[] = $error;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/PolicySimulator/
H A DGoogleCloudPolicysimulatorV1ReplayResult.php70 public function setError(GoogleRpcStatus $error) argument
72 $this->error = $error;
79 return $this->error;
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/CloudVideoIntelligence/
H A DGoogleCloudVideointelligenceV1VideoAnnotationResults.php63 public function setError(GoogleRpcStatus $error) argument
65 $this->error = $error;
72 return $this->error;

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