Currently all errors in dml functions are forwarded to JavaScript exceptions. That is a problem, as the user should not be able to handle internal fatal erros. It makes sense to have only Application ...
This client library reports front-end JavaScript exceptions to Squash, the Squarish exception reporting and management system. Documentation is written in Codo format. HTML documentation can be ...
In JavaScript try/catch/finally are called exception handling statements. In JavaScript try/catch/finally statement manage some or all of the errors that might occur in a block of code.