googleapis / google-api-go-client

Auto-generated Google APIs for Go.
https://pkg.go.dev/google.golang.org/api
BSD 3-Clause "New" or "Revised" License
3.99k stars 1.12k forks source link

fix(gensupport): wrap chunk upload err for retries #2657

Closed tritone closed 3 months ago

tritone commented 3 months ago

This makes it easier to debug whether and/or how many retries happened before a failure with a chunk upload.

tritone commented 3 months ago

@tulsishah I can't add you as a reviewer in this repo but PTAL. This should help us understand how many retries are able to happen before the deadline.

tritone commented 3 months ago

Should we also add this error message here?

This was already added in googleapis/google-cloud-go#9767