Home
last modified time | relevance | path

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

/plugin/authgooglesheets/vendor/google/apiclient/src/Http/
H A DREST.php128 throw new GoogleServiceException($body, $code, null, self::getResponseErrors($body));
170 private static function getResponseErrors($body) function in Google\\Http\\REST