You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by sh...@apache.org on 2013/02/20 07:46:47 UTC

docs commit: [CB-2413] Docs for FileTransfer.download/upload callback should say invoked with FileTransferError object, not FileError object

Updated Branches:
  refs/heads/master 96d41fcda -> 3fd5dba5b


[CB-2413] Docs for FileTransfer.download/upload callback should say invoked with FileTransferError object, not FileError object


Project: http://git-wip-us.apache.org/repos/asf/cordova-docs/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-docs/commit/3fd5dba5
Tree: http://git-wip-us.apache.org/repos/asf/cordova-docs/tree/3fd5dba5
Diff: http://git-wip-us.apache.org/repos/asf/cordova-docs/diff/3fd5dba5

Branch: refs/heads/master
Commit: 3fd5dba5bd096be2fc352423b8dc15098a7f3815
Parents: 96d41fc
Author: Shazron Abdullah <sh...@apache.org>
Authored: Tue Feb 19 22:46:38 2013 -0800
Committer: Shazron Abdullah <sh...@apache.org>
Committed: Tue Feb 19 22:46:38 2013 -0800

----------------------------------------------------------------------
 .../phonegap/file/filetransfer/filetransfer.md     |    4 ++--
 .../phonegap/file/filetransfer/filetransfer.md     |    4 ++--
 .../phonegap/file/filetransfer/filetransfer.md     |    4 ++--
 .../cordova/file/filetransfer/filetransfer.md      |    4 ++--
 .../cordova/file/filetransfer/filetransfer.md      |    4 ++--
 .../cordova/file/filetransfer/filetransfer.md      |    4 ++--
 .../cordova/file/filetransfer/filetransfer.md      |    4 ++--
 .../cordova/file/filetransfer/filetransfer.md      |    4 ++--
 .../cordova/file/filetransfer/filetransfer.md      |    4 ++--
 .../cordova/file/filetransfer/filetransfer.md      |    4 ++--
 .../cordova/file/filetransfer/filetransfer.md      |    4 ++--
 .../cordova/file/filetransfer/filetransfer.md      |    4 ++--
 .../cordova/file/filetransfer/filetransfer.md      |    4 ++--
 .../cordova/file/filetransfer/filetransfer.md      |    4 ++--
 .../cordova/file/filetransfer/filetransfer.md      |    4 ++--
 .../cordova/file/filetransfer/filetransfer.md      |    4 ++--
 .../cordova/file/filetransfer/filetransfer.md      |    4 ++--
 .../cordova/file/filetransfer/filetransfer.md      |    4 ++--
 .../cordova/file/filetransfer/filetransfer.md      |    4 ++--
 .../cordova/file/filetransfer/filetransfer.md      |    4 ++--
 .../cordova/file/filetransfer/filetransfer.md      |    4 ++--
 .../cordova/file/filetransfer/filetransfer.md      |    4 ++--
 .../cordova/file/filetransfer/filetransfer.md      |    4 ++--
 .../cordova/file/filetransfer/filetransfer.md      |    4 ++--
 .../edge/cordova/file/filetransfer/filetransfer.md |    4 ++--
 25 files changed, 50 insertions(+), 50 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/3fd5dba5/docs/en/1.5.0/phonegap/file/filetransfer/filetransfer.md
----------------------------------------------------------------------
diff --git a/docs/en/1.5.0/phonegap/file/filetransfer/filetransfer.md b/docs/en/1.5.0/phonegap/file/filetransfer/filetransfer.md
index 320c4f4..c609d54 100644
--- a/docs/en/1.5.0/phonegap/file/filetransfer/filetransfer.md
+++ b/docs/en/1.5.0/phonegap/file/filetransfer/filetransfer.md
@@ -55,7 +55,7 @@ __Parameters:__
 - __filePath__ - Full path of the file on the device
 - __server__ - URL of the server to receive the file
 - __successCallback__ - A callback that is called with a Metadata object. _(Function)_
-- __errorCallback__ - A callback that is called if an error occurs retrieving the Metadata. Invoked with a FileError object. _(Function)_
+- __errorCallback__ - A callback that is called if an error occurs retrieving the Metadata. Invoked with a FileTransferError object. _(Function)_
 - __options__ - Optional parameters such as file name and mimetype
 
 __Quick Example__
@@ -160,7 +160,7 @@ __Parameters:__
 - __source__ - URL of the server to receive the file
 - __target__ - Full path of the file on the device
 - __successCallback__ - A callback that is called with a FileEntry object. _(Function)_
-- __errorCallback__ - A callback that is called if an error occurs retrieving the Metadata. Invoked with a FileError object. _(Function)_
+- __errorCallback__ - A callback that is called if an error occurs retrieving the Metadata. Invoked with a FileTransferError object. _(Function)_
 
 __Quick Example__
 

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/3fd5dba5/docs/en/1.5.0rc1/phonegap/file/filetransfer/filetransfer.md
----------------------------------------------------------------------
diff --git a/docs/en/1.5.0rc1/phonegap/file/filetransfer/filetransfer.md b/docs/en/1.5.0rc1/phonegap/file/filetransfer/filetransfer.md
index 320c4f4..c609d54 100644
--- a/docs/en/1.5.0rc1/phonegap/file/filetransfer/filetransfer.md
+++ b/docs/en/1.5.0rc1/phonegap/file/filetransfer/filetransfer.md
@@ -55,7 +55,7 @@ __Parameters:__
 - __filePath__ - Full path of the file on the device
 - __server__ - URL of the server to receive the file
 - __successCallback__ - A callback that is called with a Metadata object. _(Function)_
-- __errorCallback__ - A callback that is called if an error occurs retrieving the Metadata. Invoked with a FileError object. _(Function)_
+- __errorCallback__ - A callback that is called if an error occurs retrieving the Metadata. Invoked with a FileTransferError object. _(Function)_
 - __options__ - Optional parameters such as file name and mimetype
 
 __Quick Example__
@@ -160,7 +160,7 @@ __Parameters:__
 - __source__ - URL of the server to receive the file
 - __target__ - Full path of the file on the device
 - __successCallback__ - A callback that is called with a FileEntry object. _(Function)_
-- __errorCallback__ - A callback that is called if an error occurs retrieving the Metadata. Invoked with a FileError object. _(Function)_
+- __errorCallback__ - A callback that is called if an error occurs retrieving the Metadata. Invoked with a FileTransferError object. _(Function)_
 
 __Quick Example__
 

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/3fd5dba5/docs/en/1.6.0rc1/phonegap/file/filetransfer/filetransfer.md
----------------------------------------------------------------------
diff --git a/docs/en/1.6.0rc1/phonegap/file/filetransfer/filetransfer.md b/docs/en/1.6.0rc1/phonegap/file/filetransfer/filetransfer.md
index 50c5d9c..579895b 100644
--- a/docs/en/1.6.0rc1/phonegap/file/filetransfer/filetransfer.md
+++ b/docs/en/1.6.0rc1/phonegap/file/filetransfer/filetransfer.md
@@ -55,7 +55,7 @@ __Parameters:__
 - __filePath__ - Full path of the file on the device
 - __server__ - URL of the server to receive the file
 - __successCallback__ - A callback that is called with a Metadata object. _(Function)_
-- __errorCallback__ - A callback that is called if an error occurs retrieving the Metadata. Invoked with a FileError object. _(Function)_
+- __errorCallback__ - A callback that is called if an error occurs retrieving the Metadata. Invoked with a FileTransferError object. _(Function)_
 - __options__ - Optional parameters such as file name and mimetype
 
 __Quick Example__
@@ -160,7 +160,7 @@ __Parameters:__
 - __source__ - URL of the server to receive the file
 - __target__ - Full path of the file on the device
 - __successCallback__ - A callback that is called with a FileEntry object. _(Function)_
-- __errorCallback__ - A callback that is called if an error occurs retrieving the Metadata. Invoked with a FileError object. _(Function)_
+- __errorCallback__ - A callback that is called if an error occurs retrieving the Metadata. Invoked with a FileTransferError object. _(Function)_
 
 __Quick Example__
 

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/3fd5dba5/docs/en/1.6.1/cordova/file/filetransfer/filetransfer.md
----------------------------------------------------------------------
diff --git a/docs/en/1.6.1/cordova/file/filetransfer/filetransfer.md b/docs/en/1.6.1/cordova/file/filetransfer/filetransfer.md
index ee61076..27536b1 100644
--- a/docs/en/1.6.1/cordova/file/filetransfer/filetransfer.md
+++ b/docs/en/1.6.1/cordova/file/filetransfer/filetransfer.md
@@ -55,7 +55,7 @@ __Parameters:__
 - __filePath__ - Full path of the file on the device
 - __server__ - URL of the server to receive the file
 - __successCallback__ - A callback that is called with a Metadata object. _(Function)_
-- __errorCallback__ - A callback that is called if an error occurs retrieving the Metadata. Invoked with a FileError object. _(Function)_
+- __errorCallback__ - A callback that is called if an error occurs retrieving the Metadata. Invoked with a FileTransferError object. _(Function)_
 - __options__ - Optional parameters such as file name and mimetype
 
 __Quick Example__
@@ -160,7 +160,7 @@ __Parameters:__
 - __source__ - URL of the server to receive the file
 - __target__ - Full path of the file on the device
 - __successCallback__ - A callback that is called with a FileEntry object. _(Function)_
-- __errorCallback__ - A callback that is called if an error occurs retrieving the Metadata. Invoked with a FileError object. _(Function)_
+- __errorCallback__ - A callback that is called if an error occurs retrieving the Metadata. Invoked with a FileTransferError object. _(Function)_
 
 __Quick Example__
 

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/3fd5dba5/docs/en/1.7.0/cordova/file/filetransfer/filetransfer.md
----------------------------------------------------------------------
diff --git a/docs/en/1.7.0/cordova/file/filetransfer/filetransfer.md b/docs/en/1.7.0/cordova/file/filetransfer/filetransfer.md
index 990f7ee..5a52943 100644
--- a/docs/en/1.7.0/cordova/file/filetransfer/filetransfer.md
+++ b/docs/en/1.7.0/cordova/file/filetransfer/filetransfer.md
@@ -55,7 +55,7 @@ __Parameters:__
 - __filePath__ - Full path of the file on the device
 - __server__ - URL of the server to receive the file
 - __successCallback__ - A callback that is called with a Metadata object. _(Function)_
-- __errorCallback__ - A callback that is called if an error occurs retrieving the Metadata. Invoked with a FileError object. _(Function)_
+- __errorCallback__ - A callback that is called if an error occurs retrieving the Metadata. Invoked with a FileTransferError object. _(Function)_
 - __options__ - Optional parameters such as file name and mimetype
 
 __Quick Example__
@@ -160,7 +160,7 @@ __Parameters:__
 - __source__ - URL of the server to receive the file
 - __target__ - Full path of the file on the device
 - __successCallback__ - A callback that is called with a FileEntry object. _(Function)_
-- __errorCallback__ - A callback that is called if an error occurs retrieving the Metadata. Invoked with a FileError object. _(Function)_
+- __errorCallback__ - A callback that is called if an error occurs retrieving the Metadata. Invoked with a FileTransferError object. _(Function)_
 
 __Quick Example__
 

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/3fd5dba5/docs/en/1.7.0rc1/cordova/file/filetransfer/filetransfer.md
----------------------------------------------------------------------
diff --git a/docs/en/1.7.0rc1/cordova/file/filetransfer/filetransfer.md b/docs/en/1.7.0rc1/cordova/file/filetransfer/filetransfer.md
index 990f7ee..5a52943 100644
--- a/docs/en/1.7.0rc1/cordova/file/filetransfer/filetransfer.md
+++ b/docs/en/1.7.0rc1/cordova/file/filetransfer/filetransfer.md
@@ -55,7 +55,7 @@ __Parameters:__
 - __filePath__ - Full path of the file on the device
 - __server__ - URL of the server to receive the file
 - __successCallback__ - A callback that is called with a Metadata object. _(Function)_
-- __errorCallback__ - A callback that is called if an error occurs retrieving the Metadata. Invoked with a FileError object. _(Function)_
+- __errorCallback__ - A callback that is called if an error occurs retrieving the Metadata. Invoked with a FileTransferError object. _(Function)_
 - __options__ - Optional parameters such as file name and mimetype
 
 __Quick Example__
@@ -160,7 +160,7 @@ __Parameters:__
 - __source__ - URL of the server to receive the file
 - __target__ - Full path of the file on the device
 - __successCallback__ - A callback that is called with a FileEntry object. _(Function)_
-- __errorCallback__ - A callback that is called if an error occurs retrieving the Metadata. Invoked with a FileError object. _(Function)_
+- __errorCallback__ - A callback that is called if an error occurs retrieving the Metadata. Invoked with a FileTransferError object. _(Function)_
 
 __Quick Example__
 

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/3fd5dba5/docs/en/1.8.0/cordova/file/filetransfer/filetransfer.md
----------------------------------------------------------------------
diff --git a/docs/en/1.8.0/cordova/file/filetransfer/filetransfer.md b/docs/en/1.8.0/cordova/file/filetransfer/filetransfer.md
index ed33205..e805cd9 100644
--- a/docs/en/1.8.0/cordova/file/filetransfer/filetransfer.md
+++ b/docs/en/1.8.0/cordova/file/filetransfer/filetransfer.md
@@ -55,7 +55,7 @@ __Parameters:__
 - __filePath__ - Full path of the file on the device
 - __server__ - URL of the server to receive the file
 - __successCallback__ - A callback that is called with a Metadata object. _(Function)_
-- __errorCallback__ - A callback that is called if an error occurs retrieving the Metadata. Invoked with a FileError object. _(Function)_
+- __errorCallback__ - A callback that is called if an error occurs retrieving the Metadata. Invoked with a FileTransferError object. _(Function)_
 - __options__ - Optional parameters such as file name and mimetype
 
 __Quick Example__
@@ -160,7 +160,7 @@ __Parameters:__
 - __source__ - URL of the server to receive the file
 - __target__ - Full path of the file on the device
 - __successCallback__ - A callback that is called with a FileEntry object. _(Function)_
-- __errorCallback__ - A callback that is called if an error occurs retrieving the Metadata. Invoked with a FileError object. _(Function)_
+- __errorCallback__ - A callback that is called if an error occurs retrieving the Metadata. Invoked with a FileTransferError object. _(Function)_
 
 __Quick Example__
 

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/3fd5dba5/docs/en/1.8.0rc1/cordova/file/filetransfer/filetransfer.md
----------------------------------------------------------------------
diff --git a/docs/en/1.8.0rc1/cordova/file/filetransfer/filetransfer.md b/docs/en/1.8.0rc1/cordova/file/filetransfer/filetransfer.md
index ed33205..e805cd9 100644
--- a/docs/en/1.8.0rc1/cordova/file/filetransfer/filetransfer.md
+++ b/docs/en/1.8.0rc1/cordova/file/filetransfer/filetransfer.md
@@ -55,7 +55,7 @@ __Parameters:__
 - __filePath__ - Full path of the file on the device
 - __server__ - URL of the server to receive the file
 - __successCallback__ - A callback that is called with a Metadata object. _(Function)_
-- __errorCallback__ - A callback that is called if an error occurs retrieving the Metadata. Invoked with a FileError object. _(Function)_
+- __errorCallback__ - A callback that is called if an error occurs retrieving the Metadata. Invoked with a FileTransferError object. _(Function)_
 - __options__ - Optional parameters such as file name and mimetype
 
 __Quick Example__
@@ -160,7 +160,7 @@ __Parameters:__
 - __source__ - URL of the server to receive the file
 - __target__ - Full path of the file on the device
 - __successCallback__ - A callback that is called with a FileEntry object. _(Function)_
-- __errorCallback__ - A callback that is called if an error occurs retrieving the Metadata. Invoked with a FileError object. _(Function)_
+- __errorCallback__ - A callback that is called if an error occurs retrieving the Metadata. Invoked with a FileTransferError object. _(Function)_
 
 __Quick Example__
 

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/3fd5dba5/docs/en/1.8.1/cordova/file/filetransfer/filetransfer.md
----------------------------------------------------------------------
diff --git a/docs/en/1.8.1/cordova/file/filetransfer/filetransfer.md b/docs/en/1.8.1/cordova/file/filetransfer/filetransfer.md
index 4e62766..4e3fb42 100644
--- a/docs/en/1.8.1/cordova/file/filetransfer/filetransfer.md
+++ b/docs/en/1.8.1/cordova/file/filetransfer/filetransfer.md
@@ -55,7 +55,7 @@ __Parameters:__
 - __filePath__ - Full path of the file on the device
 - __server__ - URL of the server to receive the file
 - __successCallback__ - A callback that is called with a Metadata object. _(Function)_
-- __errorCallback__ - A callback that is called if an error occurs retrieving the Metadata. Invoked with a FileError object. _(Function)_
+- __errorCallback__ - A callback that is called if an error occurs retrieving the Metadata. Invoked with a FileTransferError object. _(Function)_
 - __options__ - Optional parameters such as file name and mimetype
 
 __Quick Example__
@@ -160,7 +160,7 @@ __Parameters:__
 - __source__ - URL of the server to receive the file
 - __target__ - Full path of the file on the device
 - __successCallback__ - A callback that is called with a FileEntry object. _(Function)_
-- __errorCallback__ - A callback that is called if an error occurs retrieving the Metadata. Invoked with a FileError object. _(Function)_
+- __errorCallback__ - A callback that is called if an error occurs retrieving the Metadata. Invoked with a FileTransferError object. _(Function)_
 
 __Quick Example__
 

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/3fd5dba5/docs/en/1.9.0/cordova/file/filetransfer/filetransfer.md
----------------------------------------------------------------------
diff --git a/docs/en/1.9.0/cordova/file/filetransfer/filetransfer.md b/docs/en/1.9.0/cordova/file/filetransfer/filetransfer.md
index a354c04..9a8a3ef 100644
--- a/docs/en/1.9.0/cordova/file/filetransfer/filetransfer.md
+++ b/docs/en/1.9.0/cordova/file/filetransfer/filetransfer.md
@@ -55,7 +55,7 @@ __Parameters:__
 - __filePath__ - Full path of the file on the device
 - __server__ - URL of the server to receive the file
 - __successCallback__ - A callback that is called with a Metadata object. _(Function)_
-- __errorCallback__ - A callback that is called if an error occurs retrieving the Metadata. Invoked with a FileError object. _(Function)_
+- __errorCallback__ - A callback that is called if an error occurs retrieving the Metadata. Invoked with a FileTransferError object. _(Function)_
 - __options__ - Optional parameters such as file name and mimetype
 
 __Quick Example__
@@ -194,7 +194,7 @@ __Parameters:__
 - __source__ - URL of the server to receive the file
 - __target__ - Full path of the file on the device
 - __successCallback__ - A callback that is called with a FileEntry object. _(Function)_
-- __errorCallback__ - A callback that is called if an error occurs retrieving the Metadata. Invoked with a FileError object. _(Function)_
+- __errorCallback__ - A callback that is called if an error occurs retrieving the Metadata. Invoked with a FileTransferError object. _(Function)_
 
 __Quick Example__
 

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/3fd5dba5/docs/en/1.9.0rc1/cordova/file/filetransfer/filetransfer.md
----------------------------------------------------------------------
diff --git a/docs/en/1.9.0rc1/cordova/file/filetransfer/filetransfer.md b/docs/en/1.9.0rc1/cordova/file/filetransfer/filetransfer.md
index 72a621e..680d143 100644
--- a/docs/en/1.9.0rc1/cordova/file/filetransfer/filetransfer.md
+++ b/docs/en/1.9.0rc1/cordova/file/filetransfer/filetransfer.md
@@ -55,7 +55,7 @@ __Parameters:__
 - __filePath__ - Full path of the file on the device
 - __server__ - URL of the server to receive the file
 - __successCallback__ - A callback that is called with a Metadata object. _(Function)_
-- __errorCallback__ - A callback that is called if an error occurs retrieving the Metadata. Invoked with a FileError object. _(Function)_
+- __errorCallback__ - A callback that is called if an error occurs retrieving the Metadata. Invoked with a FileTransferError object. _(Function)_
 - __options__ - Optional parameters such as file name and mimetype
 
 __Quick Example__
@@ -160,7 +160,7 @@ __Parameters:__
 - __source__ - URL of the server to receive the file
 - __target__ - Full path of the file on the device
 - __successCallback__ - A callback that is called with a FileEntry object. _(Function)_
-- __errorCallback__ - A callback that is called if an error occurs retrieving the Metadata. Invoked with a FileError object. _(Function)_
+- __errorCallback__ - A callback that is called if an error occurs retrieving the Metadata. Invoked with a FileTransferError object. _(Function)_
 
 __Quick Example__
 

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/3fd5dba5/docs/en/2.0.0/cordova/file/filetransfer/filetransfer.md
----------------------------------------------------------------------
diff --git a/docs/en/2.0.0/cordova/file/filetransfer/filetransfer.md b/docs/en/2.0.0/cordova/file/filetransfer/filetransfer.md
index 867cc94..896818c 100644
--- a/docs/en/2.0.0/cordova/file/filetransfer/filetransfer.md
+++ b/docs/en/2.0.0/cordova/file/filetransfer/filetransfer.md
@@ -55,7 +55,7 @@ __Parameters:__
 - __filePath__ - Full path of the file on the device
 - __server__ - URL of the server to receive the file (must already be encoded using encodeURI())
 - __successCallback__ - A callback that is called with a Metadata object. _(Function)_
-- __errorCallback__ - A callback that is called if an error occurs retrieving the Metadata. Invoked with a FileError object. _(Function)_
+- __errorCallback__ - A callback that is called if an error occurs retrieving the Metadata. Invoked with a FileTransferError object. _(Function)_
 - __options__ - Optional parameters such as file name and mimetype
 
 __Quick Example__
@@ -194,7 +194,7 @@ __Parameters:__
 - __source__ - URL of the server to download the file (must already be encoded using encodeURI())
 - __target__ - Full path of the file on the device
 - __successCallback__ - A callback that is called with a FileEntry object. _(Function)_
-- __errorCallback__ - A callback that is called if an error occurs retrieving the Metadata. Invoked with a FileError object. _(Function)_
+- __errorCallback__ - A callback that is called if an error occurs retrieving the Metadata. Invoked with a FileTransferError object. _(Function)_
 
 __Quick Example__
 

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/3fd5dba5/docs/en/2.0.0rc1/cordova/file/filetransfer/filetransfer.md
----------------------------------------------------------------------
diff --git a/docs/en/2.0.0rc1/cordova/file/filetransfer/filetransfer.md b/docs/en/2.0.0rc1/cordova/file/filetransfer/filetransfer.md
index 1966d43..842fbac 100644
--- a/docs/en/2.0.0rc1/cordova/file/filetransfer/filetransfer.md
+++ b/docs/en/2.0.0rc1/cordova/file/filetransfer/filetransfer.md
@@ -55,7 +55,7 @@ __Parameters:__
 - __filePath__ - Full path of the file on the device
 - __server__ - URL of the server to receive the file
 - __successCallback__ - A callback that is called with a Metadata object. _(Function)_
-- __errorCallback__ - A callback that is called if an error occurs retrieving the Metadata. Invoked with a FileError object. _(Function)_
+- __errorCallback__ - A callback that is called if an error occurs retrieving the Metadata. Invoked with a FileTransferError object. _(Function)_
 - __options__ - Optional parameters such as file name and mimetype
 
 __Quick Example__
@@ -194,7 +194,7 @@ __Parameters:__
 - __source__ - URL of the server to receive the file
 - __target__ - Full path of the file on the device
 - __successCallback__ - A callback that is called with a FileEntry object. _(Function)_
-- __errorCallback__ - A callback that is called if an error occurs retrieving the Metadata. Invoked with a FileError object. _(Function)_
+- __errorCallback__ - A callback that is called if an error occurs retrieving the Metadata. Invoked with a FileTransferError object. _(Function)_
 
 __Quick Example__
 

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/3fd5dba5/docs/en/2.1.0/cordova/file/filetransfer/filetransfer.md
----------------------------------------------------------------------
diff --git a/docs/en/2.1.0/cordova/file/filetransfer/filetransfer.md b/docs/en/2.1.0/cordova/file/filetransfer/filetransfer.md
index 884ad49..71537a7 100644
--- a/docs/en/2.1.0/cordova/file/filetransfer/filetransfer.md
+++ b/docs/en/2.1.0/cordova/file/filetransfer/filetransfer.md
@@ -55,7 +55,7 @@ __Parameters:__
 - __filePath__ - Full path of the file on the device
 - __server__ - URL of the server to receive the file (must already be encoded using encodeURI())
 - __successCallback__ - A callback that is called with a Metadata object. _(Function)_
-- __errorCallback__ - A callback that is called if an error occurs retrieving the Metadata. Invoked with a FileError object. _(Function)_
+- __errorCallback__ - A callback that is called if an error occurs retrieving the Metadata. Invoked with a FileTransferError object. _(Function)_
 - __options__ - Optional parameters such as file name and mimetype
 
 __Quick Example__
@@ -194,7 +194,7 @@ __Parameters:__
 - __source__ - URL of the server to download the file (must already be encoded using encodeURI())
 - __target__ - Full path of the file on the device
 - __successCallback__ - A callback that is called with a FileEntry object. _(Function)_
-- __errorCallback__ - A callback that is called if an error occurs retrieving the Metadata. Invoked with a FileError object. _(Function)_
+- __errorCallback__ - A callback that is called if an error occurs retrieving the Metadata. Invoked with a FileTransferError object. _(Function)_
 
 __Quick Example__
 

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/3fd5dba5/docs/en/2.1.0rc1/cordova/file/filetransfer/filetransfer.md
----------------------------------------------------------------------
diff --git a/docs/en/2.1.0rc1/cordova/file/filetransfer/filetransfer.md b/docs/en/2.1.0rc1/cordova/file/filetransfer/filetransfer.md
index 884ad49..71537a7 100644
--- a/docs/en/2.1.0rc1/cordova/file/filetransfer/filetransfer.md
+++ b/docs/en/2.1.0rc1/cordova/file/filetransfer/filetransfer.md
@@ -55,7 +55,7 @@ __Parameters:__
 - __filePath__ - Full path of the file on the device
 - __server__ - URL of the server to receive the file (must already be encoded using encodeURI())
 - __successCallback__ - A callback that is called with a Metadata object. _(Function)_
-- __errorCallback__ - A callback that is called if an error occurs retrieving the Metadata. Invoked with a FileError object. _(Function)_
+- __errorCallback__ - A callback that is called if an error occurs retrieving the Metadata. Invoked with a FileTransferError object. _(Function)_
 - __options__ - Optional parameters such as file name and mimetype
 
 __Quick Example__
@@ -194,7 +194,7 @@ __Parameters:__
 - __source__ - URL of the server to download the file (must already be encoded using encodeURI())
 - __target__ - Full path of the file on the device
 - __successCallback__ - A callback that is called with a FileEntry object. _(Function)_
-- __errorCallback__ - A callback that is called if an error occurs retrieving the Metadata. Invoked with a FileError object. _(Function)_
+- __errorCallback__ - A callback that is called if an error occurs retrieving the Metadata. Invoked with a FileTransferError object. _(Function)_
 
 __Quick Example__
 

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/3fd5dba5/docs/en/2.1.0rc2/cordova/file/filetransfer/filetransfer.md
----------------------------------------------------------------------
diff --git a/docs/en/2.1.0rc2/cordova/file/filetransfer/filetransfer.md b/docs/en/2.1.0rc2/cordova/file/filetransfer/filetransfer.md
index 884ad49..71537a7 100644
--- a/docs/en/2.1.0rc2/cordova/file/filetransfer/filetransfer.md
+++ b/docs/en/2.1.0rc2/cordova/file/filetransfer/filetransfer.md
@@ -55,7 +55,7 @@ __Parameters:__
 - __filePath__ - Full path of the file on the device
 - __server__ - URL of the server to receive the file (must already be encoded using encodeURI())
 - __successCallback__ - A callback that is called with a Metadata object. _(Function)_
-- __errorCallback__ - A callback that is called if an error occurs retrieving the Metadata. Invoked with a FileError object. _(Function)_
+- __errorCallback__ - A callback that is called if an error occurs retrieving the Metadata. Invoked with a FileTransferError object. _(Function)_
 - __options__ - Optional parameters such as file name and mimetype
 
 __Quick Example__
@@ -194,7 +194,7 @@ __Parameters:__
 - __source__ - URL of the server to download the file (must already be encoded using encodeURI())
 - __target__ - Full path of the file on the device
 - __successCallback__ - A callback that is called with a FileEntry object. _(Function)_
-- __errorCallback__ - A callback that is called if an error occurs retrieving the Metadata. Invoked with a FileError object. _(Function)_
+- __errorCallback__ - A callback that is called if an error occurs retrieving the Metadata. Invoked with a FileTransferError object. _(Function)_
 
 __Quick Example__
 

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/3fd5dba5/docs/en/2.2.0/cordova/file/filetransfer/filetransfer.md
----------------------------------------------------------------------
diff --git a/docs/en/2.2.0/cordova/file/filetransfer/filetransfer.md b/docs/en/2.2.0/cordova/file/filetransfer/filetransfer.md
index 8b5f733..9edbf74 100644
--- a/docs/en/2.2.0/cordova/file/filetransfer/filetransfer.md
+++ b/docs/en/2.2.0/cordova/file/filetransfer/filetransfer.md
@@ -56,7 +56,7 @@ __Parameters:__
 - __filePath__ - Full path of the file on the device
 - __server__ - URL of the server to receive the file (must already be encoded using encodeURI())
 - __successCallback__ - A callback that is called with a Metadata object. _(Function)_
-- __errorCallback__ - A callback that is called if an error occurs retrieving the Metadata. Invoked with a FileError object. _(Function)_
+- __errorCallback__ - A callback that is called if an error occurs retrieving the Metadata. Invoked with a FileTransferError object. _(Function)_
 - __options__ - Optional parameters such as file name and mimetype
 
 __Quick Example__
@@ -196,7 +196,7 @@ __Parameters:__
 - __source__ - URL of the server to download the file (must already be encoded using encodeURI())
 - __target__ - Full path of the file on the device
 - __successCallback__ - A callback that is called with a FileEntry object. _(Function)_
-- __errorCallback__ - A callback that is called if an error occurs retrieving the Metadata. Invoked with a FileError object. _(Function)_
+- __errorCallback__ - A callback that is called if an error occurs retrieving the Metadata. Invoked with a FileTransferError object. _(Function)_
 
 __Quick Example__
 

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/3fd5dba5/docs/en/2.2.0rc1/cordova/file/filetransfer/filetransfer.md
----------------------------------------------------------------------
diff --git a/docs/en/2.2.0rc1/cordova/file/filetransfer/filetransfer.md b/docs/en/2.2.0rc1/cordova/file/filetransfer/filetransfer.md
index 001aa29..3c39a72 100644
--- a/docs/en/2.2.0rc1/cordova/file/filetransfer/filetransfer.md
+++ b/docs/en/2.2.0rc1/cordova/file/filetransfer/filetransfer.md
@@ -55,7 +55,7 @@ __Parameters:__
 - __filePath__ - Full path of the file on the device
 - __server__ - URL of the server to receive the file (must already be encoded using encodeURI())
 - __successCallback__ - A callback that is called with a Metadata object. _(Function)_
-- __errorCallback__ - A callback that is called if an error occurs retrieving the Metadata. Invoked with a FileError object. _(Function)_
+- __errorCallback__ - A callback that is called if an error occurs retrieving the Metadata. Invoked with a FileTransferError object. _(Function)_
 - __options__ - Optional parameters such as file name and mimetype
 
 __Quick Example__
@@ -194,7 +194,7 @@ __Parameters:__
 - __source__ - URL of the server to download the file (must already be encoded using encodeURI())
 - __target__ - Full path of the file on the device
 - __successCallback__ - A callback that is called with a FileEntry object. _(Function)_
-- __errorCallback__ - A callback that is called if an error occurs retrieving the Metadata. Invoked with a FileError object. _(Function)_
+- __errorCallback__ - A callback that is called if an error occurs retrieving the Metadata. Invoked with a FileTransferError object. _(Function)_
 
 __Quick Example__
 

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/3fd5dba5/docs/en/2.2.0rc2/cordova/file/filetransfer/filetransfer.md
----------------------------------------------------------------------
diff --git a/docs/en/2.2.0rc2/cordova/file/filetransfer/filetransfer.md b/docs/en/2.2.0rc2/cordova/file/filetransfer/filetransfer.md
index 172da94..b2f0ea1 100644
--- a/docs/en/2.2.0rc2/cordova/file/filetransfer/filetransfer.md
+++ b/docs/en/2.2.0rc2/cordova/file/filetransfer/filetransfer.md
@@ -56,7 +56,7 @@ __Parameters:__
 - __filePath__ - Full path of the file on the device
 - __server__ - URL of the server to receive the file (must already be encoded using encodeURI())
 - __successCallback__ - A callback that is called with a Metadata object. _(Function)_
-- __errorCallback__ - A callback that is called if an error occurs retrieving the Metadata. Invoked with a FileError object. _(Function)_
+- __errorCallback__ - A callback that is called if an error occurs retrieving the Metadata. Invoked with a FileTransferError object. _(Function)_
 - __options__ - Optional parameters such as file name and mimetype
 
 __Quick Example__
@@ -192,7 +192,7 @@ __Parameters:__
 - __source__ - URL of the server to download the file (must already be encoded using encodeURI())
 - __target__ - Full path of the file on the device
 - __successCallback__ - A callback that is called with a FileEntry object. _(Function)_
-- __errorCallback__ - A callback that is called if an error occurs retrieving the Metadata. Invoked with a FileError object. _(Function)_
+- __errorCallback__ - A callback that is called if an error occurs retrieving the Metadata. Invoked with a FileTransferError object. _(Function)_
 
 __Quick Example__
 

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/3fd5dba5/docs/en/2.3.0/cordova/file/filetransfer/filetransfer.md
----------------------------------------------------------------------
diff --git a/docs/en/2.3.0/cordova/file/filetransfer/filetransfer.md b/docs/en/2.3.0/cordova/file/filetransfer/filetransfer.md
index 91504ab..05606e5 100644
--- a/docs/en/2.3.0/cordova/file/filetransfer/filetransfer.md
+++ b/docs/en/2.3.0/cordova/file/filetransfer/filetransfer.md
@@ -57,7 +57,7 @@ __Parameters:__
 - __filePath__ - Full path of the file on the device
 - __server__ - URL of the server to receive the file (must already be encoded using encodeURI())
 - __successCallback__ - A callback that is called with a Metadata object. _(Function)_
-- __errorCallback__ - A callback that is called if an error occurs retrieving the Metadata. Invoked with a FileError object. _(Function)_
+- __errorCallback__ - A callback that is called if an error occurs retrieving the Metadata. Invoked with a FileTransferError object. _(Function)_
 - __options__ - Optional parameters such as file name and mimetype
 - __trustAllHosts__ - Optional parameter, defaults to false. If set to true then it will accept all security certificates. This is useful as Android rejects self signed security certificates. Not recommended for production use. Only supported on Android. _(boolean)_
 
@@ -197,7 +197,7 @@ __Parameters:__
 - __source__ - URL of the server to download the file (must already be encoded using encodeURI())
 - __target__ - Full path of the file on the device
 - __successCallback__ - A callback that is called with a FileEntry object. _(Function)_
-- __errorCallback__ - A callback that is called if an error occurs retrieving the Metadata. Invoked with a FileError object. _(Function)_
+- __errorCallback__ - A callback that is called if an error occurs retrieving the Metadata. Invoked with a FileTransferError object. _(Function)_
 - __trustAllHosts__ - Optional parameter, defaults to false. If set to true then it will accept all security certificates. This is useful as Android rejects self signed security certificates. Not recommended for production use. Only supported on Android. _(boolean)_
 
 __Quick Example__

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/3fd5dba5/docs/en/2.3.0rc1/cordova/file/filetransfer/filetransfer.md
----------------------------------------------------------------------
diff --git a/docs/en/2.3.0rc1/cordova/file/filetransfer/filetransfer.md b/docs/en/2.3.0rc1/cordova/file/filetransfer/filetransfer.md
index c9c2440..d9efb55 100644
--- a/docs/en/2.3.0rc1/cordova/file/filetransfer/filetransfer.md
+++ b/docs/en/2.3.0rc1/cordova/file/filetransfer/filetransfer.md
@@ -57,7 +57,7 @@ __Parameters:__
 - __filePath__ - Full path of the file on the device
 - __server__ - URL of the server to receive the file (must already be encoded using encodeURI())
 - __successCallback__ - A callback that is called with a Metadata object. _(Function)_
-- __errorCallback__ - A callback that is called if an error occurs retrieving the Metadata. Invoked with a FileError object. _(Function)_
+- __errorCallback__ - A callback that is called if an error occurs retrieving the Metadata. Invoked with a FileTransferError object. _(Function)_
 - __options__ - Optional parameters such as file name and mimetype
 - __trustAllHosts__ - Optional parameter, defaults to false. If set to true then it will accept all security certificates. This is useful as Android rejects self signed security certificates. Not recommended for production use. Only supported on Android. _(boolean)_
 
@@ -197,7 +197,7 @@ __Parameters:__
 - __source__ - URL of the server to download the file (must already be encoded using encodeURI())
 - __target__ - Full path of the file on the device
 - __successCallback__ - A callback that is called with a FileEntry object. _(Function)_
-- __errorCallback__ - A callback that is called if an error occurs retrieving the Metadata. Invoked with a FileError object. _(Function)_
+- __errorCallback__ - A callback that is called if an error occurs retrieving the Metadata. Invoked with a FileTransferError object. _(Function)_
 - __trustAllHosts__ - Optional parameter, defaults to false. If set to true then it will accept all security certificates. This is useful as Android rejects self signed security certificates. Not recommended for production use. Only supported on Android. _(boolean)_
 
 __Quick Example__

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/3fd5dba5/docs/en/2.3.0rc2/cordova/file/filetransfer/filetransfer.md
----------------------------------------------------------------------
diff --git a/docs/en/2.3.0rc2/cordova/file/filetransfer/filetransfer.md b/docs/en/2.3.0rc2/cordova/file/filetransfer/filetransfer.md
index a3294bf..28e7b9d 100644
--- a/docs/en/2.3.0rc2/cordova/file/filetransfer/filetransfer.md
+++ b/docs/en/2.3.0rc2/cordova/file/filetransfer/filetransfer.md
@@ -57,7 +57,7 @@ __Parameters:__
 - __filePath__ - Full path of the file on the device
 - __server__ - URL of the server to receive the file (must already be encoded using encodeURI())
 - __successCallback__ - A callback that is called with a Metadata object. _(Function)_
-- __errorCallback__ - A callback that is called if an error occurs retrieving the Metadata. Invoked with a FileError object. _(Function)_
+- __errorCallback__ - A callback that is called if an error occurs retrieving the Metadata. Invoked with a FileTransferError object. _(Function)_
 - __options__ - Optional parameters such as file name and mimetype
 - __trustAllHosts__ - Optional parameter, defaults to false. If set to true then it will accept all security certificates. This is useful as Android rejects self signed security certificates. Not recommended for production use. Only supported on Android. _(boolean)_
 
@@ -197,7 +197,7 @@ __Parameters:__
 - __source__ - URL of the server to download the file (must already be encoded using encodeURI())
 - __target__ - Full path of the file on the device
 - __successCallback__ - A callback that is called with a FileEntry object. _(Function)_
-- __errorCallback__ - A callback that is called if an error occurs retrieving the Metadata. Invoked with a FileError object. _(Function)_
+- __errorCallback__ - A callback that is called if an error occurs retrieving the Metadata. Invoked with a FileTransferError object. _(Function)_
 - __trustAllHosts__ - Optional parameter, defaults to false. If set to true then it will accept all security certificates. This is useful as Android rejects self signed security certificates. Not recommended for production use. Only supported on Android. _(boolean)_
 
 __Quick Example__

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/3fd5dba5/docs/en/2.4.0/cordova/file/filetransfer/filetransfer.md
----------------------------------------------------------------------
diff --git a/docs/en/2.4.0/cordova/file/filetransfer/filetransfer.md b/docs/en/2.4.0/cordova/file/filetransfer/filetransfer.md
index 7d7efbb..01a440d 100644
--- a/docs/en/2.4.0/cordova/file/filetransfer/filetransfer.md
+++ b/docs/en/2.4.0/cordova/file/filetransfer/filetransfer.md
@@ -57,7 +57,7 @@ __Parameters:__
 - __filePath__ - Full path of the file on the device
 - __server__ - URL of the server to receive the file (must already be encoded using encodeURI())
 - __successCallback__ - A callback that is called with a Metadata object. _(Function)_
-- __errorCallback__ - A callback that is called if an error occurs retrieving the Metadata. Invoked with a FileError object. _(Function)_
+- __errorCallback__ - A callback that is called if an error occurs retrieving the Metadata. Invoked with a FileTransferError object. _(Function)_
 - __options__ - Optional parameters such as file name and mimetype
 - __trustAllHosts__ - Optional parameter, defaults to false. If set to true then it will accept all security certificates. This is useful as Android rejects self signed security certificates. Not recommended for production use. Supported on Android and iOS. _(boolean)_
 
@@ -197,7 +197,7 @@ __Parameters:__
 - __source__ - URL of the server to download the file (must already be encoded using encodeURI())
 - __target__ - Full path of the file on the device
 - __successCallback__ - A callback that is called with a FileEntry object. _(Function)_
-- __errorCallback__ - A callback that is called if an error occurs retrieving the Metadata. Invoked with a FileError object. _(Function)_
+- __errorCallback__ - A callback that is called if an error occurs retrieving the Metadata. Invoked with a FileTransferError object. _(Function)_
 - __trustAllHosts__ - Optional parameter, defaults to false. If set to true then it will accept all security certificates. This is useful as Android rejects self signed security certificates. Not recommended for production use. Supported on Android and iOS. _(boolean)_
 
 __Quick Example__

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/3fd5dba5/docs/en/2.4.0rc1/cordova/file/filetransfer/filetransfer.md
----------------------------------------------------------------------
diff --git a/docs/en/2.4.0rc1/cordova/file/filetransfer/filetransfer.md b/docs/en/2.4.0rc1/cordova/file/filetransfer/filetransfer.md
index 7d7efbb..01a440d 100644
--- a/docs/en/2.4.0rc1/cordova/file/filetransfer/filetransfer.md
+++ b/docs/en/2.4.0rc1/cordova/file/filetransfer/filetransfer.md
@@ -57,7 +57,7 @@ __Parameters:__
 - __filePath__ - Full path of the file on the device
 - __server__ - URL of the server to receive the file (must already be encoded using encodeURI())
 - __successCallback__ - A callback that is called with a Metadata object. _(Function)_
-- __errorCallback__ - A callback that is called if an error occurs retrieving the Metadata. Invoked with a FileError object. _(Function)_
+- __errorCallback__ - A callback that is called if an error occurs retrieving the Metadata. Invoked with a FileTransferError object. _(Function)_
 - __options__ - Optional parameters such as file name and mimetype
 - __trustAllHosts__ - Optional parameter, defaults to false. If set to true then it will accept all security certificates. This is useful as Android rejects self signed security certificates. Not recommended for production use. Supported on Android and iOS. _(boolean)_
 
@@ -197,7 +197,7 @@ __Parameters:__
 - __source__ - URL of the server to download the file (must already be encoded using encodeURI())
 - __target__ - Full path of the file on the device
 - __successCallback__ - A callback that is called with a FileEntry object. _(Function)_
-- __errorCallback__ - A callback that is called if an error occurs retrieving the Metadata. Invoked with a FileError object. _(Function)_
+- __errorCallback__ - A callback that is called if an error occurs retrieving the Metadata. Invoked with a FileTransferError object. _(Function)_
 - __trustAllHosts__ - Optional parameter, defaults to false. If set to true then it will accept all security certificates. This is useful as Android rejects self signed security certificates. Not recommended for production use. Supported on Android and iOS. _(boolean)_
 
 __Quick Example__

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/3fd5dba5/docs/en/edge/cordova/file/filetransfer/filetransfer.md
----------------------------------------------------------------------
diff --git a/docs/en/edge/cordova/file/filetransfer/filetransfer.md b/docs/en/edge/cordova/file/filetransfer/filetransfer.md
index 7d7efbb..01a440d 100644
--- a/docs/en/edge/cordova/file/filetransfer/filetransfer.md
+++ b/docs/en/edge/cordova/file/filetransfer/filetransfer.md
@@ -57,7 +57,7 @@ __Parameters:__
 - __filePath__ - Full path of the file on the device
 - __server__ - URL of the server to receive the file (must already be encoded using encodeURI())
 - __successCallback__ - A callback that is called with a Metadata object. _(Function)_
-- __errorCallback__ - A callback that is called if an error occurs retrieving the Metadata. Invoked with a FileError object. _(Function)_
+- __errorCallback__ - A callback that is called if an error occurs retrieving the Metadata. Invoked with a FileTransferError object. _(Function)_
 - __options__ - Optional parameters such as file name and mimetype
 - __trustAllHosts__ - Optional parameter, defaults to false. If set to true then it will accept all security certificates. This is useful as Android rejects self signed security certificates. Not recommended for production use. Supported on Android and iOS. _(boolean)_
 
@@ -197,7 +197,7 @@ __Parameters:__
 - __source__ - URL of the server to download the file (must already be encoded using encodeURI())
 - __target__ - Full path of the file on the device
 - __successCallback__ - A callback that is called with a FileEntry object. _(Function)_
-- __errorCallback__ - A callback that is called if an error occurs retrieving the Metadata. Invoked with a FileError object. _(Function)_
+- __errorCallback__ - A callback that is called if an error occurs retrieving the Metadata. Invoked with a FileTransferError object. _(Function)_
 - __trustAllHosts__ - Optional parameter, defaults to false. If set to true then it will accept all security certificates. This is useful as Android rejects self signed security certificates. Not recommended for production use. Supported on Android and iOS. _(boolean)_
 
 __Quick Example__