-
Notifications
You must be signed in to change notification settings - Fork 69
Closed
Labels
priority: p2Moderately-important priority. Fix may not be included in next release.Moderately-important priority. Fix may not be included in next release.type: feature request‘Nice-to-have’ improvement, new feature or different behavior or design.‘Nice-to-have’ improvement, new feature or different behavior or design.
Description
We should provide customers a more detailed error message when there is a timeout for LROs. Customers are seeing CancellationException with no message or additional info and have no idea how to proceed. It may be perceived as an error on their end when it is just a timeout from Gax. We should specify that they can try to update the Retry configurations.
Possible fix:
Update the CancellationException() to throw a more detailed error message:
Line 80 in aeea0d1
| throw new CancellationException(); |
(Stretch)
Update the google-cloud-java README docs with more information and link it from the CancellationException.
Metadata
Metadata
Assignees
Labels
priority: p2Moderately-important priority. Fix may not be included in next release.Moderately-important priority. Fix may not be included in next release.type: feature request‘Nice-to-have’ improvement, new feature or different behavior or design.‘Nice-to-have’ improvement, new feature or different behavior or design.