Updated Branches: refs/heads/master 9616db4be -> 1ea7d5a9f
[CB-790] proofread the FileTransferError documentation Project: http://git-wip-us.apache.org/repos/asf/incubator-cordova-docs/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-cordova-docs/commit/1ea7d5a9 Tree: http://git-wip-us.apache.org/repos/asf/incubator-cordova-docs/tree/1ea7d5a9 Diff: http://git-wip-us.apache.org/repos/asf/incubator-cordova-docs/diff/1ea7d5a9 Branch: refs/heads/master Commit: 1ea7d5a9f28fb18e6fa2fc8d81a4e3d3c291d165 Parents: 9616db4 Author: Fil Maj <[email protected]> Authored: Mon Jun 18 16:09:47 2012 -0700 Committer: Fil Maj <[email protected]> Committed: Mon Jun 18 16:09:47 2012 -0700 ---------------------------------------------------------------------- .../file/filetransfererror/filetransfererror.md | 10 +++++----- 1 files changed, 5 insertions(+), 5 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-cordova-docs/blob/1ea7d5a9/docs/en/edge/cordova/file/filetransfererror/filetransfererror.md ---------------------------------------------------------------------- diff --git a/docs/en/edge/cordova/file/filetransfererror/filetransfererror.md b/docs/en/edge/cordova/file/filetransfererror/filetransfererror.md index 766c133..a643bf3 100644 --- a/docs/en/edge/cordova/file/filetransfererror/filetransfererror.md +++ b/docs/en/edge/cordova/file/filetransfererror/filetransfererror.md @@ -25,10 +25,10 @@ A `FileTransferError` object is returned via the error callback when an error oc Properties ---------- -- __code__ One of the predefined error codes listed below. (int) -- __source__ URI to the source (string) -- __target__ URI to the target (string) -- __http_status__ HTTP status code. This attribute is only available when a response code is received from the HTTP connection. (int) +- __code__ One of the predefined error codes listed below. (Number) +- __source__ URI to the source (String) +- __target__ URI to the target (String) +- __http_status__ HTTP status code. This attribute is only available when a response code is received from the HTTP connection. (Number) Constants --------- @@ -40,4 +40,4 @@ Constants Description ----------- -The `FileTransferError` object is returned via the error callback when an error occurs when uploading a file. +The `FileTransferError` object is returned via the error callback when an error occurs when uploading or downloading a file.
