June 8, 2015
2:11 p.m.
Hi, When you offer a ReST API, you may have errors on the server side. I wonder how you manage that. In Zinc-Rest implementation, I did not see a common mechanism to handle Error(s) occurring server side to convert them to HTTP Internal Server Error (500) error code for example. It looks like a good practice but I would like to know about your practices. Do you just deactivate the debugger? Do you catch Errors? other? Thanks, Christophe.