Create operational error file (#2379)

* created operational error file

* Update content/roadmaps/107-nodejs/content/103-nodejs-error-handling/103-error-types/operational errors

Co-authored-by: Kamran Ahmed <kamranahmed.se@gmail.com>
revert-2341-remove_nodejs_errors
Manohar Kumar P 2 years ago committed by GitHub
parent db29c1df91
commit 6b72d95e4b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      content/roadmaps/107-nodejs/content/103-nodejs-error-handling/103-error-types/operational errors

@ -0,0 +1,3 @@
# Operational Errors
Operational errors represent run-time problems experienced by correctly written programs. they are not really bugs but are problems attached to something else in our program. Examples of such errors can be a failure to connect to a database, failure to resolve hostname, request-timeout, invalid input from the user, and so on.
Loading…
Cancel
Save