How to return specific HTTP code and body via RPC API

Hi @nnylyj,

for list of html status code : List of HTTP status codes - Wikipedia
example of status code in frappe : frappe/exceptions.py at develop · frappe/frappe · GitHub

Thanks,
Makarand