The table below describes HTTP status codes that can be returned in response to a request to retrieve an object. For more information on HTTP status codes and the error codes that can accompany them, see Error codes.
Code | Meaning | Description |
---|---|---|
200 | Success |
The response body contains the object data. |
304 | Not Modified | If using If-Non-Match header and Etag matches, or If-Modified-Since. The response body may contain information regarding the precondition failure. |
403 | Forbidden | Authenticated user does not have permission to perform the requested operation |
404 | Not Found | The object you requested could not be retrieved. |
412 | Precondition Failed | If using If-Match header and Etag does not match, or if-Unmodified-Since. The response body may contain information regarding the precondition failure. |
© 2015 Hitachi Data Systems Corporation. All rights reserved.