jkabot
03/29/2018, 6:22 PMunexpected 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
try {
// literally everything
} catch(exc) {
throw new UnexpectedError(':)');
}