The table below describes HTTP status codes that can be returned in response to a request to store an object. For more information on HTTP status codes and the error codes that can accompany them, see Error codes.
Code | Meaning | Description |
---|---|---|
201 | Created |
The object has been added to the container. |
408 | Request Timeout | The request has timed out and not completed. It is no longer trying to resent the request. |
409 | Conflict | The object already exists and versioning is not enabled. |
411 | Length Required | Indicates a missing Transfer-Encoding or Content-Length request header. |
412 | Precondition Failed | If using "If-None-Match: *" header and an object already exists at the specified path. |
422 | Unprocessable Entity | MD5 checksum of the data that is written to the object store does not match the optional ETag value. |
© 2015 Hitachi Data Systems Corporation. All rights reserved.