The five families
- 1xx informational — request received, continuing (rarely seen directly).
- 2xx success — it worked:
200 OK,201 Created,204 No Content. - 3xx redirection — go elsewhere:
301permanent,302temporary,304 Not Modified. - 4xx client error — your request was wrong:
400,401,403,404,429. - 5xx server error — the server failed:
500,502,503,504.