202 Accepted (HTTP)
502 Bad Gateway (HTTP)
400 Bad Request (HTTP)
Message was cancelled locally
Unable to connect to remote host
Unable to connect to proxy
Unable to resolve destination host name
Unable to resolve proxy host name
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
A network error occurred, or the other end closed the connection unexpectedly
411 Length Required (HTTP)
423 Locked (WebDAV)
Malformed data (usually a programmer error)
405 Method Not Allowed (HTTP)
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)
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)
SSL/TLS negotiation failed
101 Switching Protocols (HTTP)
307 Temporary Redirect (HTTP)
Used internally
There were too many redirections
Used internally
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.
Prior to 2.44 this type was calledSoupKnownStatusCode , but the individual values
have always had the names they have now.