1.0.17 • Published 3 years ago

cehm v1.0.17

Weekly downloads
-
License
None
Repository
github
Last release
3 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

3 years ago

1.0.16

3 years ago

1.0.15

3 years ago

1.0.13

3 years ago

1.0.12

3 years ago

1.0.11

3 years ago

1.0.10

3 years ago

1.0.9

3 years ago

1.0.8

3 years ago

1.0.7

3 years ago

1.0.6

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago