Closed marcos-lg closed 1 year ago
If a ResponseStatusException is thrown it's caught and always returns a ServiceUnavailableException:
ResponseStatusException
ServiceUnavailableException
https://github.com/gbif/occurrence/blob/c372fba61c38cefac94749a96a620a089aa3afe9/occurrence-download-service/src/main/java/org/gbif/occurrence/download/service/DownloadRequestServiceImpl.java#L191
Fixed and deployed to prod
If a
ResponseStatusException
is thrown it's caught and always returns aServiceUnavailableException
:https://github.com/gbif/occurrence/blob/c372fba61c38cefac94749a96a620a089aa3afe9/occurrence-download-service/src/main/java/org/gbif/occurrence/download/service/DownloadRequestServiceImpl.java#L191