/home/desid573/cf.desidrivers.com.au/google/api/src/Google/Service
NameSizeModeActions
Exception.php18830644editdlrm
README.md1930644editdlrm
Resource.php98080644editdlrm
Edit: /home/desid573/cf.desidrivers.com.au/google/api/src/Google/Service/Exception.php (1883B)
= 0) { parent::__construct($message, $code, $previous); } else { parent::__construct($message, $code); } $this->errors = $errors; } /** * An example of the possible errors returned. * * { * "domain": "global", * "reason": "authError", * "message": "Invalid Credentials", * "locationType": "header", * "location": "Authorization", * } * * @return [{string, string}] List of errors return in an HTTP response or []. */ public function getErrors() { return $this->errors; } }