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