[CB-790] Add HTTP status code to FileTransferError
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/7ac9a2d6 Tree: http://git-wip-us.apache.org/repos/asf/incubator-cordova-docs/tree/7ac9a2d6 Diff: http://git-wip-us.apache.org/repos/asf/incubator-cordova-docs/diff/7ac9a2d6 Branch: refs/heads/master Commit: 7ac9a2d688d36ca67d58e0f04db7bade95efba00 Parents: 2a4e41c Author: Don Coleman <dcole...@chariotsolutions.com> Authored: Wed May 23 16:03:21 2012 -0400 Committer: Don Coleman <dcole...@chariotsolutions.com> Committed: Wed May 23 16:03:21 2012 -0400 ---------------------------------------------------------------------- .../file/filetransfererror/filetransfererror.md | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-cordova-docs/blob/7ac9a2d6/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 edb49b5..766c133 100644 --- a/docs/en/edge/cordova/file/filetransfererror/filetransfererror.md +++ b/docs/en/edge/cordova/file/filetransfererror/filetransfererror.md @@ -28,6 +28,7 @@ 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) Constants ---------