OPI Blog
Learn from experts in their fields

Browsing Tags: errorhandler

RestTemplate Status Code Handling
I was writing a  Spring Boot microservice that called an external service. If the service returned a `500`, the payload of the response had an error code that we wanted to send back to the ...