Hi have a simple spring controller that returns ResponseStatusException in case of error.
@RestController @RequestMapping("/process") public class P