202 Accepted (HTTP)
502 Bad Gateway (HTTP)
400 Bad Request (HTTP)
409 Conflict (HTTP)
100 Continue (HTTP)
201 Created (HTTP)
417 Expectation Failed (HTTP)
424 Failed Dependency (WebDAV)
403 Forbidden (HTTP)
302 Found (HTTP)
504 Gateway Timeout (HTTP)
410 Gone (HTTP)
505 HTTP Version Not Supported (HTTP)
507 Insufficient Storage (WebDAV)
500 Internal Server Error (HTTP)
shorter alias for %SOUP_STATUS_REQUESTED_RANGE_NOT_SATISFIABLE
411 Length Required (HTTP)
423 Locked (WebDAV)
405 Method Not Allowed (HTTP)
421 Misdirected Request
301 Moved Permanently (HTTP)
302 Moved Temporarily (old name, RFC 2068)
300 Multiple Choices (HTTP)
207 Multi-Status (WebDAV)
No status available. (Eg, the message has not been sent yet)
203 Non-Authoritative Information (HTTP)
406 Not Acceptable (HTTP)
306 [Unused] (HTTP)
510 Not Extended (RFC 2774)
404 Not Found (HTTP)
501 Not Implemented (HTTP)
304 Not Modified (HTTP)
204 No Content (HTTP)
200 Success (HTTP). Also used by many lower-level soup routines to indicate success.
206 Partial Content (HTTP)
402 Payment Required (HTTP)
308 Permanent Redirect (HTTP)
412 Precondition Failed (HTTP)
102 Processing (WebDAV)
407 Proxy Authentication Required (HTTP)
shorter alias for %SOUP_STATUS_PROXY_AUTHENTICATION_REQUIRED
416 Requested Range Not Satisfiable (HTTP)
413 Request Entity Too Large (HTTP)
408 Request Timeout (HTTP)
414 Request-URI Too Long (HTTP)
205 Reset Content (HTTP)
303 See Other (HTTP)
503 Service Unavailable (HTTP)
101 Switching Protocols (HTTP)
307 Temporary Redirect (HTTP)
401 Unauthorized (HTTP)
422 Unprocessable Entity (WebDAV)
415 Unsupported Media Type (HTTP)
305 Use Proxy (HTTP)
These represent the known HTTP status code values, plus various network and internal errors.
Note that no libsoup functions take or return this type directly; any function that works with status codes will accept unrecognized status codes as well.