Don Coleman created CB-790:
------------------------------
Summary: 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
{
"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
}
--
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