| Value | Meaning | 
|---|---|
| Ok200 | |
| Created201 | |
| Accepted202 | |
| NoContent204 | |
| ResetContent205 | |
| PartialContent206 | |
| MultipleChoices300 | |
| MovedPermanently301 | |
| MovedTemporarily302 | |
| NotModified304 | |
| BadRequest400 | |
| Unauthorized401 | |
| Forbidden403 | |
| NotFound404 | |
| RangeNotSatisfiable407 | |
| InternalServerError500 | |
| NotImplemented501 | |
| BadGateway502 | |
| ServiceNotAvailable503 | |
| GatewayTimeout504 | |
| VersionNotSupported505 | |
| InvalidResponse1000 | |
| ConnectionFailed1001 | 
Enumerate all the valid status codes for a response.