-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Make google-cloud-java API exception handling easier #2295
Copy link
Copy link
Closed
Labels
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.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.
Metadata
Metadata
Assignees
Labels
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.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.
Type
Fields
Give feedbackNo fields configured for issues without a type.
Users should have clear access to exceptions and their status codes in a transport (gRPC/HTTP) agnostic way, so that they may be handled appropriately in the client.
Currently, there is an inconsistent surface.
Libraries like Spanner provide SpannerException while others return BaseGrpcServiceException
@lesv