/home/techb158/immovalet.com/vendor/google/apiclient/src/Service
NameSizeModeActions
Exception.php18710644editdlrm
README.md1930644editdlrm
Resource.php100770644editdlrm
Edit: /home/techb158/immovalet.com/vendor/google/apiclient/src/Service/Exception.php (1871B)
= 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; } }