Details
-
New Feature
-
Resolution: Won't Do
-
Major - P3
-
None
-
None
-
All
Description
JavaScript within a browser and Node.js have concepts of error handling and exception handling.
Need mongo to provide similar support for error/exception handling.
A very trivial example: when running a cron to execute a script; I need any JavaScript syntax errors captured by my custom code. If mongo says a query was invalid, I need that also captured by my code so I can log it with contextual details.