-
Type:
New Feature
-
Resolution: Won't Do
-
Priority:
Major - P3
-
Affects Version/s: None
-
Component/s: Diagnostics, JavaScript, Stability
-
None
-
Environment:All
-
None
-
3
-
None
-
None
-
None
-
None
-
None
-
None
-
None
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.