...
The storage cluster can return the following responses when the content length header does not match the actual content length, the specified content cannot be written to the cluster, or if there is a problem with the WRITE request itself.
400 Bad Request | The response below indicates a problem with the WRITE request, such as missing mandatory headers, invalid message body, or any other violation of HTTP/1.1 by the POST request. The reason for the error is included in the message body of the response.
| |||||
---|---|---|---|---|---|---|
411 Length Required | The response below indicates the WRITE request did not supply the actual content-length, which is required.
| |||||
412 Precondition Failed | The response indicates the named object already exists or the bucket or domain cannot be found. | |||||
507 Insufficient Storage | The response below indicates the WRITE request did not succeed because the storage cluster did not have sufficient resources to fulfill it. The specific resource constraint is described in the entity (message-body) of the response.
|