Relative Content

Tag Archive for quarkus

Issue with quarkus ServerExceptionMapper

I’m trying to configure an exception to return a http 400: bad request with a custom message in quarkus.
By default a BAD_REQUEST returns without a message, and that is not what I want.