I am inside Catalyst controller, which responds to an ajax call, there is an situation that server dont like and want to send some custom message as part of response to browser, it cannot be res->status(100, 200 ...).
Does catalyst have any feature to send some code to the Ajax call resolver, just like 'response.data' or 'response.status'