Status code returned with the response of a HTTP request.
Codes of this Type
Short Name | Identifier | Short Description |
---|
OK | 200 | The request has been processed successfully. |
Created | 201 | The request has been processed successfully and one or more resources have been created. |
No Content | 204 | The request has been processed successfully and there is not content to return in the response. |
Bad Request | 400 | The request of the client is not correct and therefore cannot be processed. |
Unauthorized | 401 | The request cannot be processed until the client has authenticated successfully. Currently the client has not sufficient privileges to have this request processed. |
Not Found | 404 | The requested resource could not be found. |
Conflict | 409 | Signals that the request cannot be processed successfully since the resource is in conflict with the provided representation |
Internal Error | 500 | The request cannot be processed successfully due to an error on the server side. |