- Previous
- Next
Error Handling
If the processing fails or if mandatory inputs are missing, a node-red-contrib-dominodb node terminates in error.
The error object is the incoming msg object with the additional msg.DDB_fatal
attribute representing the reason for the
error.
You can use a Node-RED Catch Node to catch the error.
- Previous
- Next