Custom error message

:bullseye: What is your goal?

Customising error messages.

:thinking: What is the problem & what have you tried?

I have a module that sometimes throws. I would like to customise the error message to include some information from other modules, while retaining the current workflow behaviour. (ie aborting the scenario, or whatever it is that happens)

Hey there,

right click the module that sometimes throws errors and create your own error handling logic instead of using the built in ones. Then you can collect whatever info you require and send it however you like. I prefer slack messages over emails for example.