How to catch errors from GlideEvaluator/GlideScopedEvaluator
I would like to get/catch errors from evaluated code and store themExample code:The example is very short, I did use the GlideEvaluator for this example, although GlideScopedEvaluator has the same issue.try{ var result = GlideEvaluator.evaluate...