From 2527338f4334eb43abaaee712354c5110f6bb6d4 Mon Sep 17 00:00:00 2001 From: Andrey Kurdyumov Date: Mon, 5 Jan 2015 14:23:53 +0600 Subject: [PATCH] Document "body" property on FileTransferError --- doc/index.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/doc/index.md b/doc/index.md index 07cfdc9..82b0d50 100644 --- a/doc/index.md +++ b/doc/index.md @@ -265,6 +265,9 @@ 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) + +- __body__ Response body. This attribute is only available when a response is received from the HTTP connection. (String) + - __exception__: Either e.getMessage or e.toString (String) ### Constants