[ https://issues.apache.org/jira/browse/CB-790?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Don Coleman updated CB-790: --------------------------- Description: 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> was: Add HTTP status code to FileTransferError { "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 } > 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: Android, BlackBerry, CordovaJS, iOS, mobile-spec, WP7 > Affects Versions: 1.7.0 > Reporter: Don Coleman > Assignee: Joe Bowser > Priority: Minor > > 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