📄️ Retry on Error
You want to automatically retry an action after an error.
📄️ Trigger on Error
You want to trigger a flow when node throws an error
The Catch node can be used to establish a flow to handle errors if a node alerts the runtime to them. Take node. A Catch node will prevent an error from being logged in the Debug sidebar. The message provided by the node reporting the mistake will be the message sent by the Catch.
You want to automatically retry an action after an error.
You want to trigger a flow when node throws an error