Error capturing

I have a project that uses among others Home Assistant devices and scenes. When using a scene, sometimes an Home Assistant device (used in an action) gives a time-out (get message on screen). It’s not that the entire Home Assistant can’t be reached, just a specific device (normally can be resolved by restarting the device).

The problem is that the entire scene is stopped and the remaining actions are ignored. Is there a way to capture these errors and thus execute remaining actions? In a plugin I could use “try…catch”, but AFAIK there is no such thing for an action.