I perfectly understand why this error happened, in this case SSH service was disabled on router. My goal is to pass error information to the user through Respond Webhook, log error information into database…
do you want to pass the error even if the connection isn’t successful?!
In this case, I would wrap the SSH node inside a sub-workflow, then configure the Execute Sub-workflow node’s On Error setting to Continue (using error output),
This way, you’ll get the connection error in the Error branch, as shown here: