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) {