Marco Napolitano 11 Months Ago - Edited Nice post, but... how do you manage specific HTTP return status code? I'm trying on LR 7.4.3.112 and all the generated methods return a DTO object; but inside my business logic I need to return a 200 status code as much as a 401, 404, or 204. I mapped them inside the YAML file but how to return them in the code? Do I need a specific type of Exception? Unfortunately I can't return a javax.ws.rs.core.Response object. So how? Thanks Marco Please sign in to reply. Reply as... Cancel