Google_Error
The Google Pagespeed Insights Google Error class.
Defined (1)
The class is defined in the following location(s).
- /google-api/src/contrib/Google_CalendarService.php
- class Google_Error extends Google_Model {
- public $domain;
- public $reason;
- public function setDomain($domain) {
- $this->domain = $domain;
- }
- public function getDomain() {
- return $this->domain;
- }
- public function setReason($reason) {
- $this->reason = $reason;
- }
- public function getReason() {
- return $this->reason;
- }
- }