[
https://issues.apache.org/jira/browse/CB-790?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Filip Maj resolved CB-790.
--------------------------
Resolution: Fixed
Docs, JS, Android, BB, iOS and WP7 have been updated.
> Add HTTP status code to FileTransferError
> -----------------------------------------
>
> Key: CB-790
> URL: https://issues.apache.org/jira/browse/CB-790
> Project: Apache Cordova
> Issue Type: Improvement
> Components: CordovaJS
> Affects Versions: 1.7.0
> Reporter: Don Coleman
> Assignee: Filip Maj
> Priority: Minor
> Fix For: 1.9.0
>
>
> Add HTTP status code to FileTransferError
> <pre>
> {
> "code": FILE_NOT_FOUND_ERR,
> "source": "http://example.com/missing.txt",
> "target": "file:///mnt/sdcard/foo.txt",
> "http_status": 404
> }
> {
> "code": CONNECTION_ERR,
> "source": "http://example.com/protected.txt",
> "target": "file:///mnt/sdcard/bar.txt",
> "http_status": 401
> }
> {
> "code": CONNECTION_ERR,
> "source": "http://example.com/admin.txt",
> "target": "file:///mnt/sdcard/baz.txt",
> "http_status": 403
> }
> </pre>
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira