[resolved] Use tLogCatcher & tDie to add custom error message and send email
TOS Version: 3.1.0M1 I am trying to use tLogCatcher to catch all the Exceptions and Errors. In the main job , whenever there is an error ( onComponentError ) , it invokes a tDie. So the LogCatcher is getting 2 hits and hence its sending 2 emails. I would like to just send 1 email with both the Original and custom message. What is the best way to add custom error messages before sending an email.