node-red-contrib-mssql-plus icon indicating copy to clipboard operation
node-red-contrib-mssql-plus copied to clipboard

Node Error output

Open simetec opened this issue 4 months ago • 1 comments

When I trigger the Function node with a boolean input, the node outputs msg.payload set to true even if the function hits an error (e.g., database connection failure or the DB is not connected). I also can’t intercept the error with a catch node.

simetec avatar Sep 01 '25 10:09 simetec

Hi, can you paste a minimal reproducible flow?

Please also confirm the Nord red version, node.js version, and the version of mssql-plus version you are using.

Steve-Mcl avatar Sep 01 '25 11:09 Steve-Mcl