Return-Path: X-Original-To: apmail-cordova-commits-archive@www.apache.org Delivered-To: apmail-cordova-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 29677E081 for ; Wed, 29 May 2013 17:34:09 +0000 (UTC) Received: (qmail 83760 invoked by uid 500); 29 May 2013 17:34:09 -0000 Delivered-To: apmail-cordova-commits-archive@cordova.apache.org Received: (qmail 83699 invoked by uid 500); 29 May 2013 17:34:09 -0000 Mailing-List: contact commits-help@cordova.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cordova.apache.org Delivered-To: mailing list commits@cordova.apache.org Received: (qmail 83665 invoked by uid 99); 29 May 2013 17:34:08 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 29 May 2013 17:34:08 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id 1BB9F89CDA0; Wed, 29 May 2013 17:34:08 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: agrieve@apache.org To: commits@cordova.apache.org Date: Wed, 29 May 2013 17:34:08 -0000 Message-Id: <4929415dc68d4bcaa219be7537d03e72@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [1/2] docs commit: [CB-2332] Document FileTransferError.body Updated Branches: refs/heads/2.8.x 92a033591 -> e91f9971d refs/heads/master 5dc7ea29f -> 29585ce7f [CB-2332] Document FileTransferError.body Project: http://git-wip-us.apache.org/repos/asf/cordova-docs/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-docs/commit/29585ce7 Tree: http://git-wip-us.apache.org/repos/asf/cordova-docs/tree/29585ce7 Diff: http://git-wip-us.apache.org/repos/asf/cordova-docs/diff/29585ce7 Branch: refs/heads/master Commit: 29585ce7f395bf0e0f8f9ebd6a4aa7e87ba678a8 Parents: 5dc7ea2 Author: Andrew Grieve Authored: Wed May 29 13:32:52 2013 -0400 Committer: Andrew Grieve Committed: Wed May 29 13:32:52 2013 -0400 ---------------------------------------------------------------------- .../file/filetransfererror/filetransfererror.md | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/29585ce7/docs/en/edge/cordova/file/filetransfererror/filetransfererror.md ---------------------------------------------------------------------- diff --git a/docs/en/edge/cordova/file/filetransfererror/filetransfererror.md b/docs/en/edge/cordova/file/filetransfererror/filetransfererror.md index 52e8eff..568c161 100644 --- a/docs/en/edge/cordova/file/filetransfererror/filetransfererror.md +++ b/docs/en/edge/cordova/file/filetransfererror/filetransfererror.md @@ -29,6 +29,7 @@ Properties - __source__ URI to the source (String) - __target__ URI 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) +- __body__ Response body. This attribute is only available when a response is received from the HTTP connection. Available only on Android, iOS. (String) Constants ---------