Home
last modified time | relevance | path

Searched refs:responseCode (Results 1 – 5 of 5) sorted by relevance

/plugin/authgooglesheets/vendor/google/apiclient-services/src/GroupsMigration/
H A DGroups.php29 public $responseCode; variable in Google\\Service\\GroupsMigration\\Groups
48 public function setResponseCode($responseCode) argument
50 $this->responseCode = $responseCode;
57 return $this->responseCode;
/plugin/evesso/phpoauthlib/src/OAuth/Common/Http/Client/
H A DCurlClient.php126 $responseCode = curl_getinfo($ch, CURLINFO_HTTP_CODE);
133 throw new TokenResponseException('Failed to request resource.', $responseCode);
135 throw new TokenResponseException('cURL Error # '.$errNo.': '.$errStr, $responseCode);
/plugin/oauth/vendor/lusitanian/oauth/src/OAuth/Common/Http/Client/
H A DCurlClient.php126 $responseCode = curl_getinfo($ch, CURLINFO_HTTP_CODE);
133 throw new TokenResponseException('Failed to request resource.', $responseCode);
135 throw new TokenResponseException('cURL Error # '.$errNo.': '.$errStr, $responseCode);
/plugin/authgoogle/google/contrib/
H A DGoogle_PagespeedonlineService.php96 public $responseCode; variable in Google_Result
136 public function setResponseCode( $responseCode) { argument
137 $this->responseCode = $responseCode;
140 return $this->responseCode;
/plugin/swiftmail/Swift/Plugin/
H A DEasySwiftResponseTracker.php44 $this->target->responseCode = $e->getCode();