Web component, timedout and error 1117

Hi...
I'm trying to capture error 1117 on a web component. I have deliberately ended my server and set my web component timeout to 10 seconds. I have a "when timedout" event that web component that displays a notifier message. My app does exactly what I have asked it to do... but I'm still getting the Error 1117 just before I get the notifier message!

Have I missed a setting somewhere?

You can add a When Screen1.ErrorOccured event block to filter those out by error code.

Thanks, I'll look into that :+1: