honestly, it's more frequent for me to see `unexpe...
# suitescript
j
honestly, it's more frequent for me to see
unexpected suitescript error
for things that aren't scripts 😕 like workflows or invalid formulas in custom fields. Sometimes I think around large swaths of their codebase netsuite just has something like
Copy code
try {
   // literally everything
} catch(exc) {
   throw new UnexpectedError(':)');
}