ERROR CODE MEANING
               100       Continue. Request initiated and not rejected. The client can continue.           101       Switching Protocols. The server reports having received a request to change protocol and it is accepted.           102       In processing. Makes clear that the server is active and not inaccessible.(WebDav Extension).                                 Request processed           200       Request completed successfully.The page is found and displayed.           201       Created.Establishing a link between the client and the server in the form of URI on a newly created resource.           202       Accepted.The request is received and accepted but not yet processed..           203       Non-Authoritative information.The server response provides information that does not certify it. It could come from a third-party source.           204       No content.No information to return from the server.           205       Reset content. Request processed, the client  must ...
