Roadmap to becoming a developer in 2022
 
 
 
 
 
dawgaw a05df16d1d
Fix typo in link (#3211)
2 years ago
..
103-error-types Fix typo in link (#3211) 2 years ago
100-stack-trace.md Update content for got and stack-trace (#2284) 3 years ago
101-using-debugger.md Updated 101-using-debugger.md (#2465) 3 years ago
102-uncaught-exceptions.md Add content for error handling in node.js (#2492) 3 years ago
104-async-errors.md fixes typo and spacing (#2622) 3 years ago
readme.md Add error handling content (#2362) 3 years ago

readme.md

Error Handling

Error handling is a way to find bugs and solve them as quickly as humanly possible. The errors in Node.js can be either operation or programmer errors. Read the articles linked below to understand how to handle different types of errors in Node.js

Free Content Node.js Error Handling Best Practices Error handling in Node.js