From 1bc00a21db2d3d6a35caf561f20512a60cb8f0ae Mon Sep 17 00:00:00 2001 From: Ian Clelland Date: Wed, 11 Jun 2014 16:42:39 -0400 Subject: [PATCH] CB-6781: Update new docs to match AlexNennker's changes in PR30 --- doc/index.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/index.md b/doc/index.md index eb4db58..724c148 100644 --- a/doc/index.md +++ b/doc/index.md @@ -191,7 +191,7 @@ __Parameters__: uri, fileURL, function(entry) { - console.log("download complete: " + entry.fullPath); + console.log("download complete: " + entry.toURL()); }, function(error) { console.log("download error source " + error.source); @@ -249,6 +249,7 @@ A `FileTransferError` object is passed to an error callback when an error occurs - __target__: URL 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) +- __exception__: Either e.getMessage or e.toString (String) ### Constants