Hi, any idea why I am getting the complete stack t...
# suitescript
s
Hi, any idea why I am getting the complete stack trace in the error message instead of what is set against the details parameter in this JSON? I am using the below code to set the error message in suite script.
result.setStatus(reason);
result.setStatusDetails(errorMessage);
m
You'll probably get better answers in #C29HR0BFG
s
😀