Common API error codes
Example common API error codes
Response status
| Status code | Description |
|---|---|
| 500,400,other codes possible |
computeFault |
| 501 | notImplemented |
| 503 | serverCapacityUnavailable |
| 503 | serviceUnavailable |
| 400 | badRequest |
| 401 | unauthorized |
| 403 | forbidden |
| 403 | resizeNotAllowed |
| 404 | itemNotFound |
| 405 | badMethod |
| 409 | backupOrResizeInProgress |
| 409 | buildInProgress |
| 409 | conflictingRequest |
| 413 | overLimit |
| 413 | badMediaType |
CAUTION:
- If the user has insufficient privileges to issue the target API when issuing the API for showing (Show) or deleting (Delete) resources, the status code 404 may be returned.
- If the user has insufficient privileges to issue the target API when issuing the API for updating (Update) resources, the status code 403 may be returned.
- If the user has insufficient privileges to issue the target API when issuing the retrieve resource list (List) API, the status code 200 may be returned. If this happen, a null array will be returned in the body section. Also, if there are resources with the shared attribute set to "True", information on the target resources only will be returned.