HTTP status code
HTTP status codes are a series of numerical codes used by servers to inform clients about the result of request processing. These status codes are divided into five main categories: informational status codes, success status codes, redirection status codes, client error status codes, and server error status codes. Each category has specific meanings that help clients understand the status of their requests.
1. Informational responses (100 – 199)
2. Successful responses (200 – 299)
3. Redirection messages (300 – 399)
4. Client error responses (400 – 499)
5. Server error responses (500 – 599)