This table lists the range of HTTP response codes the API may produce for error cases:
Code | Description |
---|---|
200 | Operation was successful. |
201 | Resource created. |
202 | The resource was successfully accepted. This is returned on an activation request. It does not mean that the activation was successful. It means that the API will act upon the request. |
204 | Successful deletion. |
400 | Bad Request. |
401 | Unauthorized request. |
403 | Access is forbidden. The client does not have access to the requested resource. |
404 | Resource not found. |
409 | There is a conflict in the resource (for instance in an attempt to delete an entity that is still active). |
412 | Precondition failed. |
500 | Internal server error. |