These HTTP Status codes are returned by the server to the client software to determine the outcome of a request.
The first digit of the status code specifies one of five classes of response.

1xx Informational
2xx Success
3xx Redirection
4xx Client Error
5xx Server Error

Each Status-Code is described below.

200: request completed (OK)
201: object created, reason = new URI
202: async completion [...]