Saturday, September 21, 2013

SERVLET Error Code List


HTTP status  code are divided  into 5 parts...
====================================
 1XX - Informational
 2XX - Success
 3XX - Redirection
 4XX - Cllient Error
 5XX - server Error

====================================

 1XX - Informational
----------------------

100- specifies that the request has been recieved and not yet rejected by the server

101- specifies that the request protocal is being switched, that is, the server is changing
    the application level protocol used on this connection.



====================================

 2XX - Success

----------------------

200 - ok
201 - created
202 - accepted
203 - Non-Authoritive information
204 - No content
205 - reset Content
206 - partial Content

====================================

 3XX - Redirection

----------------------

300 multiple choice
301 moved permanently
302 found
303 see other
304 not modified
305 Use Proxy
307 temporary redirect

====================================

 4XX - Client Error

----------------------

400 bad request
401 Unauthorized
402 payment required
403 forbidden
404 Not found
405 Method not allowed
406 not acceptable
407 Proxy Authentication required
408 request time out
409 conflict
410 gone
411 Length Required
412 Precondition failed
413 request entity too large
414 requested URI too large
415 Unsupported media type
416 requested range not satisfy able
417 expectation failed


====================================

 5XX - Server Error

----------------------

500 internal server error
501 not implemented
502 bad gateway
503 Service unavailable
504 gateway Time-out
505 HTTP version not supported