In 4D Mobile architecture, what is the best practice for ensuring that Wakanda interactions with 4D do not error resulting in thread failure.
There can be many such interactions: query, entity reference col[0], .save, method calls, etc...
We want to trap all these errors and return our own message, rather than have the thread fail due to a Wakanda<->4D interaction failure.
Invoking an on-err-call function for all of these types of interactions would eliminate wrapping all calls in a try/catch statement.