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), updating (Update), 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 listing (List) resources, the status code 200 will be returned and a null array will be set in the body. If there are resources with the shared attribute set to "True", information on the target resources only will be returned.