<@U775SBDAS> If you `catch` an Exception, that mea...
# suitescript
e
@Akbeard If you
catch
an Exception, that means you're trapping it in the script, so NetSuite would never display it in the UI. You would have to not
catch
the error and let it bubble all the way up