func google.golang.org/api/internal/gensupport.shouldRetry
4 uses
google.golang.org/api/internal/gensupport (current package)
resumable.go#L209: if !shouldRetry(status, err) {
resumable.go#L233: func shouldRetry(status int, err error) bool {
resumable.go#L255: return shouldRetry(status, err.Unwrap())
send.go#L148: if req.GetBody == nil || !shouldRetry(status, err) {
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |