mirror of
https://github.com/minio/minio.git
synced 2024-12-27 15:45:55 -05:00
Merge pull request #167 from harshavardhana/pr_out_add_new_error_response
This commit is contained in:
commit
7882c8c746
@ -29,6 +29,8 @@ The following table lists Minio error codes.
|
|||||||
| RequestTimeTooSkewed | The difference between the request time and the server's time is too large. | 403 Forbidden |
|
| RequestTimeTooSkewed | The difference between the request time and the server's time is too large. | 403 Forbidden |
|
||||||
| SignatureDoesNotMatch | The request signature we calculated does not match the signature you provided. | 403 Forbidden |
|
| SignatureDoesNotMatch | The request signature we calculated does not match the signature you provided. | 403 Forbidden |
|
||||||
| TooManyBuckets | You have attempted to create more buckets than allowed. | 400 Bad Request |
|
| TooManyBuckets | You have attempted to create more buckets than allowed. | 400 Bad Request |
|
||||||
|
| InvalidPolicyDocument | The content of the form does not meet the conditions specified in the policy document. | 400 Bad Request |
|
||||||
|
| NoSuchBucketPolicy | The specified bucket does not have a bucket policy. | 404 Not Found |
|
||||||
<br />
|
<br />
|
||||||
|
|
||||||
#### REST Error Responses
|
#### REST Error Responses
|
||||||
|
Loading…
Reference in New Issue
Block a user