Is having a try-catch around everything in a RESTl...
# suitescript
w
Is having a try-catch around everything in a RESTlet to be able to see what the inparams were when it gave an error a bad idea?
catch(e) { log.error(RESTlet input); throw e }