HCP Tenant Management Help
Every error response body contains an HTTP status code and a description that provides more information about the error. The error codes themselves can be found with the response header. A single HTTP status code can correspond to multiple error codes.
The table below describes the error codes that can be returned in response to HSwift requests. For information about the HTTP status codes returned in response to specific requests, see the individual request descriptions Working with containers and Working with objects.
Error code | Description | HTTP Status Code |
---|---|---|
304 |
One of: •The request included an If-None-Match header, and the ETag for the specified object matched a value specified by the header. •The request included an If-Modified-Since header, and the specified object was not modified after the date and time specified by the header. |
Not modified |
401 | Token Expired. Token Invalid. No Token Provided. | Unauthorized |
403 | Authenticated user does not have permission to perform requested operation. | Forbidden |
404 | The resource identified in the URL could not be found on the server. | Not Found |
405 | The HTTP method is not supported | Method Not Allowed |
412 |
One of: •The request included an If-Match header, and the ETag for the specified object doesn't not match any of the values specified by the header. •The request included an If-Unmodified-Since header, and the specified object was modified after the date and time specified by the header. |
Precondition Failed |
500 |
An internal error occurred. If this error persists, contact your tenant administrator. |
Not Implemented |
503 |
HCP is temporarily unable to handle the request, probably due to system overload, maintenance, or upgrade. Try the request again, gradually increasing the delay between each successive attempt. If this error persists, contact your tenant administrator. |
Service Unavailable |
Trademarks and Legal Disclaimer
© 2015, 2019 Hitachi Vantara Corporation. All rights reserved.