About HTTP Status Codes
HTTP status codes are three-digit integers returned by a server in response to a client request. The first digit defines the class: 1xx informational, 2xx success, 3xx redirection, 4xx client error, 5xx server error. Cacheability and safe/idempotent properties are defined in RFC 9110.