-
Notifications
You must be signed in to change notification settings - Fork 1.7k
RetryErrors obscure actual errors. #3083
Copy link
Copy link
Closed
googleapis/gax-python
#168Labels
api: visionIssues related to the Cloud Vision API.Issues related to the Cloud Vision API.priority: p1Important issue which blocks shipping the next release. Will be fixed prior to next release.Important issue which blocks shipping the next release. Will be fixed prior to next release.
Metadata
Metadata
Assignees
Labels
api: visionIssues related to the Cloud Vision API.Issues related to the Cloud Vision API.priority: p1Important issue which blocks shipping the next release. Will be fixed prior to next release.Important issue which blocks shipping the next release. Will be fixed prior to next release.
@daspecster Please take a look at this issue.
Instead of raising a retry error saying that we got an error that was not classified as transient, can we just re-raise the original error? What is there now is a nightmare for debugging.