{{!--
Handle bean validation missing a required request body.

@param responseBuilderVar the name of the local variable holding the ResponseBuilder object
@param operation the CodegenOperation
--}}
return {{responseBuilderVar}}.status({{javax}}.ws.rs.core.Response.Status.BAD_REQUEST).build();
