1.0.17 • Published 4 years ago

cehm v1.0.17

Weekly downloads
-
License
None
Repository
github
Last release
4 years ago

Complete Error Handling Module

Begin with -

  1. yarn install

To execute -

  1. npx tsc
  2. node dist/app.js

Common HTTP Status code classes -

  1. 1xxs – Informational responses: The server is thinking through the request.
  2. 2xxs – Success! The request was successfully completed and the server gave the browser the expected response.
  3. 3xxs – Redirection: You got redirected somewhere else. The request was received, but there’s a redirect of some kind.
  4. 4xxs – Client errors: Page not found. The site or page couldn’t be reached. (The request was made, but the page isn’t valid — this is an error on the website’s side of the conversation and often appears when a page doesn’t exist on the site.)
  5. 5xxs – Server errors: Failure. A valid request was made by the client but the server failed to complete the request.

Publishing

npm publish

1.0.17

4 years ago

1.0.16

4 years ago

1.0.15

4 years ago

1.0.13

4 years ago

1.0.12

4 years ago

1.0.11

4 years ago

1.0.10

4 years ago

1.0.9

4 years ago

1.0.8

4 years ago

1.0.7

4 years ago

1.0.6

4 years ago

1.0.5

4 years ago

1.0.4

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago