HTTP response status codes indicate whether a specific HTTP request has been successfully completed. Responses are grouped in five classes:
- Informational responses (1XX)
- Successful responses (2XX)
- Redirections (3XX)
- Client errors (4XX)
- Server errors (5XX)