Table C-1. HTTP Status Code Groupings
Code Range | Response Meaning |
---|---|
100-199 | Informational |
200-299 | Client request successful |
300-399 | Client request redirected, further action necessary |
400-499 | Client request incomplete |
500-599 | Server error |
Table C-2. HTTP Status Code Constants
Field Summary | |
---|---|
static int |
SC_ACCEPTED
202 Accepted (HTTP/1.0 ) |
static int |
SC_BAD_GATEWAY
502 Bad Gateway (HTTP/1.0 ) |
static int |
SC_BAD_REQUEST
400 Bad Request (HTTP/1.1) |
static int |
SC_CONFLICT
409 Conflict (HTTP/1.1) |
static int |
SC_CONTINUE
201 Created (HTTP/1.0 ) |
static int |
SC_EXPECTATION_FAILED
403 Forbidden (HTTP/1.0 ) |
static int |
SC_GATEWAY_TIMEOUT
410 Gone (HTTP/1.1) |
static int |
SC_HTTP_VERSION_NOT_SUPPORTED
505 HTTP Version Not Supported (HTTP/1.1) |
static int |
SC_INSUFFICIENT_SPACE_ON_RESOURCE
500 Server Error (HTTP/1.0 ) |
static int |
SC_LENGTH_REQUIRED
423 Locked (WebDAV) |
static int |
SC_METHOD_FAILURE
Static constant for a 420 error. |
static int |
SC_METHOD_NOT_ALLOWED
301 Moved Permanently (HTTP/1.0 ) |
static int |
SC_MOVED_TEMPORARILY
302 Moved Temporarily (Sometimes Found) (HTTP/1.0 ) |
static int |
SC_MULTI_STATUS
204 No Content (HTTP/1.0 ) |
static int |
SC_NON_AUTHORITATIVE_INFORMATION
203 Non Authoritative Information (HTTP/1.1) |
static int |
SC_NOT_ACCEPTABLE
406 Not Acceptable (HTTP/1.1) |
static int |
SC_NOT_FOUND
404 Not Found (HTTP/1.0 ) |
static int |
SC_NOT_IMPLEMENTED
501 Not Implemented (HTTP/1.0 ) |
static int |
SC_NOT_MODIFIED
304 Not Modified (HTTP/1.0 ) |
static int |
SC_OK
200 OK (HTTP/1.0 ) |
static int |
SC_PARTIAL_CONTENT
206 Partial Content (HTTP/1.1) |
static int |
SC_PAYMENT_REQUIRED
402 Payment Required (HTTP/1.1) |
static int |
SC_PRECONDITION_FAILED
412 Precondition Failed (HTTP/1.1) |
static int |
SC_PROCESSING
102 Processing (WebDAV) |
static int |
SC_PROXY_AUTHENTICATION_REQUIRED
407 Proxy Authentication Required (HTTP/1.1) |
static int |
SC_REQUEST_TIMEOUT
408 Request Timeout (HTTP/1.1) |
static int |
SC_REQUEST_TOO_LONG
413 Request Entity Too Large (HTTP/1.1) |
static int |
SC_REQUEST_URI_TOO_LONG
414 Request-URI Too Long (HTTP/1.1) |
static int |
SC_REQUESTED_RANGE_NOT_SATISFIABLE
416 Requested Range Not Satisfiable (HTTP/1.1) |
static int |
SC_RESET_CONTENT
205 Reset Content (HTTP/1.1) |
static int |
SC_SEE_OTHER
303 See Other (HTTP/1.1) |
static int |
SC_SERVICE_UNAVAILABLE
503 Service Unavailable (HTTP/1.0) |
static int |
SC_SWITCHING_PROTOCOLS
101 Switching Protocols (HTTP/1.1) |
static int |
SC_TEMPORARY_REDIRECT
307 Temporary Redirect (HTTP/1.1) |
static int |
SC_UNAUTHORIZED
401 Unauthorized (HTTP/1.0 ) |
static int |
SC_UNPROCESSABLE_ENTITY
422 Unprocessable Entity (WebDAV) |
static int |
SC_UNSUPPORTED_MEDIA_TYPE
415 Unsupported Media Type (HTTP/1.1) |
static int |
SC_USE_PROXY
305 Use Proxy (HTTP/1.1) |
No comments:
Post a Comment