Skip to content

Commit

Permalink
explain error
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenplusplus committed Dec 5, 2014
1 parent f26b6cd commit 3df8817
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/storage/file.js
Original file line number Diff line number Diff line change
Expand Up @@ -213,8 +213,8 @@ File.prototype.copy = function(destination, callback) {
*
* In the unlikely event there is a mismatch between what you downloaded and the
* version in your Bucket, your error handler will receive an error with code
* 911. If you receive this error, the best recourse is to try downloading the
* file again.
* "CONTENT_DOWNLOAD_MISMATCH". If you receive this error, the best recourse is
* to try downloading the file again.
*
* @param {object=} options - Configuration object.
* @param {string|boolean} options.validation - Possible values: `"md5"`,
Expand Down

0 comments on commit 3df8817

Please sign in to comment.