What is the recommended practice for handling non-DFC errors that occur in TBO code?
Specifically - on doSave() and doCheckin() methods. These methods will throw only DfExceptions not the generic Exception.
Do you:
- create a custom DfException with the error and throw that back?
- just log the non-DFC exception.
Thanks for all replies!