Home
last modified time | relevance | path

Searched refs:errorMessage (Results 26 – 50 of 80) sorted by relevance

1234

/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudMachineLearningEngine/
H A DGoogleCloudMlV1Job.php33 public $errorMessage; variable in Google\\Service\\CloudMachineLearningEngine\\GoogleCloudMlV1Job
98 public function setErrorMessage($errorMessage) argument
100 $this->errorMessage = $errorMessage;
107 return $this->errorMessage;
H A DGoogleCloudMlV1Version.php44 public $errorMessage; variable in Google\\Service\\CloudMachineLearningEngine\\GoogleCloudMlV1Version
201 public function setErrorMessage($errorMessage) argument
203 $this->errorMessage = $errorMessage;
210 return $this->errorMessage;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/OSConfig/
H A DPatchJob.php45 public $errorMessage; variable in Google\\Service\\OSConfig\\PatchJob
145 public function setErrorMessage($errorMessage) argument
147 $this->errorMessage = $errorMessage;
154 return $this->errorMessage;
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Handler/
H A DStreamHandler.php39 private $errorMessage = null; variable in Monolog\\Handler\\StreamHandler
136 $this->errorMessage = null;
146 …'The stream or file "%s" could not be opened in append mode: '.$this->errorMessage, $url) . Utils:…
183 $this->errorMessage = preg_replace('{^(fopen|mkdir)\(.*?\): }', '', $msg);
211 $this->errorMessage = null;
216 …'There is no existing directory at "%s" and it could not be created: '.$this->errorMessage, $dir));
/plugin/authgooglesheets/vendor/google/apiclient/src/
H A DService.php40 $errorMessage = 'constructor must be array or instance of Google\Client';
42 throw new TypeError($errorMessage);
44 trigger_error($errorMessage, E_USER_ERROR);
/plugin/dw2pdf/vendor/setasign/fpdi/src/PdfParser/Type/
H A DPdfType.php57 * @param string $errorMessage
61 protected static function ensureType($type, $value, $errorMessage) argument
65 $errorMessage,
/plugin/swarmwebhook/webhooks/
H A DZapier.php85 $errorMessage = $e->getMessage();
86 dbglog($errorMessage);
87 http_status(500, $errorMessage);
H A DIFTTT.php101 $errorMessage = $e->getMessage();
102 dbglog($errorMessage);
103 return new Response(500, $errorMessage);
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/
H A DUtils.php49 $errorMessage = 'IDN conversion failed';
51 $errorMessage .= ' (errors: ' . implode(', ', $errors) . ')';
54 throw new InvalidArgumentException($errorMessage);
/plugin/combo/ComboStrap/
H A DErrorHandler.php16 set_error_handler(function($errorNumber, $errorMessage, $errorFile, $errorLine) {
22 (new ExceptionPhpError($errorMessage, 0, $errorNumber ))
H A DExceptionReporter.php35 $errorMessage = $this->e->getMessage();
40 <p>$errorMessage</p>
/plugin/command/ext/
H A Dabstract.php15 &$errorMessage) // STATIC argument
22 $errorMessage = "_INVALID_DT_PARAMETERS_";
H A Ddt.php15 &$errorMessage) // STATIC argument
26 $errorMessage = "_INVALID_DT_PARAMETERS_";
/plugin/authgooglesheets/vendor/google/apiclient-services/src/IdentityToolkit/
H A DVerifyAssertionResponse.php62 public $errorMessage; variable in Google\\Service\\IdentityToolkit\\VerifyAssertionResponse
309 public function setErrorMessage($errorMessage) argument
311 $this->errorMessage = $errorMessage;
318 return $this->errorMessage;
/plugin/pureldap/vendor/freedsx/socket/src/FreeDSx/Socket/
H A DSocket.php49 protected $errorMessage;
208 $this->errorMessage
237 $this->errorMessage,
246 $this->errorMessage
48 protected $errorMessage; global() variable in FreeDSx\\Socket\\Socket
H A DSocketServer.php103 $this->errorMessage,
112 $this->errorMessage
/plugin/jcapture/src/com/hammurapi/jcapture/
H A DRecordingControlsFrame.java257 errorMessage = iResponse.getStatusLine(); in uploadMovie()
267 errorMessage=e.toString(); in uploadMovie()
269 errorMessage=errorMessage + ",\n recording was saved to "+savedTo.getAbsolutePath(); in uploadMovie()
277 private Object errorMessage; in uploadMovie()
291 errorMessage, in uploadMovie()
H A DCaptureFrame.java262 errorMessage = iResponse.getStatusLine(); in capture()
268 errorMessage=e.toString(); in capture()
275 private Object errorMessage; in capture()
289 errorMessage, in capture()
/plugin/authfacebook/lib/Exceptions/
H A DFacebookResponseException.php56 $errorMessage = $this->get('message', 'Unknown error from Graph.');
59 parent::__construct($errorMessage, $errorCode, $previousException);
/plugin/quickstats/GEOIP/vendor/maxmind/web-service-common/src/WebService/Http/
H A DCurlRequest.php95 $errorMessage = curl_error($curl);
98 "cURL error ({$errno}): {$errorMessage}",
/plugin/gist/
H A Dgist.php11 function getCachedData($embedding, $params, $paramHash, $content, &$errorMessage) argument
/plugin/bez/scripts/
H A Dtask.js60 inlineErrorMessageCallback: function($input, errorMessage, config) { argument
65 if (errorMessage) {
66 //customDisplayInlineErrorMessage($input, errorMessage);
67 $input.attr('title', errorMessage);
/plugin/nspages/printers/
H A Dprinter.php62 private function printError($errorMessage){ argument
64 $this->renderer->cdata($errorMessage);
/plugin/pureldap/vendor/freedsx/sasl/src/FreeDSx/Sasl/Encoder/
H A DDigestMD5Encoder.php322 protected function parseRegex(string $regex, string $errorMessage) argument
325 throw new SaslEncodingException($errorMessage);
/plugin/sequencediagram/bower_components/lodash/vendor/firebug-lite/skin/xp/
H A Dhtml.css245 .logRow-errorMessage > .hasTwisty > .errorTitle,
258 .logRow-errorMessage > .hasTwisty.opened > .errorTitle,

1234