issues
search
googleapis
/
google-api-java-client
Google APIs Client Library for Java
Apache License 2.0
1.35k
stars
698
forks
source link
chore: Add metadata field to GoogleJsonError ErrorInfo class.
#2496
Closed
ruomengz
closed
5 months ago
ruomengz
commented
5 months ago
The HTTP error contains a metadata field, which is dropped by the library. See
https://cloud.google.com/apis/design/errors#http_mapping
Fixes b/346332757