/home/desid573/cf.desidrivers.com.au/site/google/api/src/Google/Service
Edit: /home/desid573/cf.desidrivers.com.au/site/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;
}
}