`getStackTrace` returns `String[]` so in `nlapiLog...
# suitescript
e
getStackTrace
returns
String[]
so in
nlapiLogExecution
you may need to play around with the formatting, maybe try
JSON.stringify(err.getStackTrace())
👍 1