Document "body" property on FileTransferError

This commit is contained in:
Andrey Kurdyumov 2015-01-05 14:23:53 +06:00
parent 2bfbd2c782
commit 2527338f43

View File

@ -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