In spring MVC, one can throw ResponseStatusException to create a custom error response. How to use the same approach with spring webflux?
ResponseStatusException
This code responds