Hey all!
Is there a standard pattern for handling exceptions in CPlusPlus nodes?
It seems that TD doesn’t catch exceptions by default, so we should make sure that we wrap our execute
, etc in try
/catch
and then return a message in getErrorString
?
(Also - it seems the forum doesn’t have any tags or categories for CPlusPlus)
Thanks
Elliot