-
Notifications
You must be signed in to change notification settings - Fork 74
Closed
Labels
type: cleanupAn internal cleanup or hygiene concern.An internal cleanup or hygiene concern.
Description
Currently the REST transport uses response.raise_for_status() and returns the exception object from requests.
Line 206 in cc55a18
| response.raise_for_status() |
For consistency with existing libraries the response should be converted into a GoogleAPICallError.
Metadata
Metadata
Assignees
Labels
type: cleanupAn internal cleanup or hygiene concern.An internal cleanup or hygiene concern.