googleapis / googleapis/google-cloud-java
BaseServiceException should be checked
Open
priority: p2
semver: major
type: cleanup
- Dominant language
- Java
- Stars
- 2.1k
- Forks
- 1.2k
- Avg merge
- 1d 23h
- Merged PRs (30d)
- 154
Description
This indicates a failure in an external service that the program can't control, and that the client should provide an error handler for. That's exactly what checked exceptions are intended for.
This is an incompatible change.
Contributor guide
Assessment
This issue has not been assessed yet.