Add content for errors (#3135)

pull/3077/head^2
Yuriy Vorobyov 2 years ago committed by GitHub
parent 2c2a24e6f0
commit 103065d852
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 8
      content/roadmaps/107-nodejs/content/103-nodejs-error-handling/103-error-types/readme.md

@ -1 +1,9 @@
# Error types
Programming errors refer to situations that prevent a program from working properly.
Experiencing different types of errors in programming is a huge part of the development process.
Knowing the difference in types of errors and the reasons for them will make it easier for you to identify the necessary part of the code and solve the problem correctly.
<ResourceGroupTitle>Free Content</ResourceGroupTitle>
<BadgeLink colorScheme='blue' badgeText='Official Docs' href='https://nodejs.org/api/errors.html'>Node.js Errors</BadgeLink>
<BadgeLink colorScheme='yellow' badgeText='Read' href='https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Error'>MDN: JavaScript Error Object</BadgeLink>

Loading…
Cancel
Save