Is there a full list of error messages of nodes? Yes, I’m using the Try-Catch method of trapping error messages of the Unzip File (Legacy) node. I’ve come across 2 error messages I can pass back to the user.
But I’m working to anticipating the error message for the user → in “plain speak”. We don’t know all what KNIME error messages the user might come across that KNIME is responds to.
We do not have any documentation internally with such a list on error codes. You could try and think of the different possibilities you may come across and purposely hit those errors so you can store them in a table to be checked later.