HTTP status codes |
Description |
---|---|
200 |
Success This indicates that the request was properly processed. |
201 |
Created This indicates that the request was properly processed and a new resource was successfully created. |
204 |
No content This indicates that the request was accepted but there was no information to return. |
400 |
Bad request This indicates that the specification of the request header, the query parameters, or the request body was invalid. |
401 |
Unauthorized This indicates that the request header did not include the Authorization header or that authentication by using the information specified in the Authorization header failed. |
403 |
Forbidden This indicates that you do not have permission to perform the operation. |
404 |
Not found This indicates that the resource specified in the URL could not be found or that you do not have permission to read the resource. |
409 |
Conflict This indicates that the request could not be completed because of a conflict with the current state of the resource. |
500 |
Unexpected error This indicates that an unexpected error occurred. |
503 |
Service Unavailable This indicates that you cannot access the service because of a temporary problem with the server. If you wait a while and then retry the operation, you might be able to access the service. |
The REST API uses the following standard HTTP status codes to indicate the
processing results.