FileTransferError object exception Property

2014-10-21 Thread Joshi, Pavankumar
Hello devs, I am testing mobilespec 3.6.3 on android 4.4.3 device. I have written a test case where "FileTransfer download" method fails and an error callback is called with FileTransferError object. I check that exception object is null. I have tested with multiple scenari

FileTransferError object exception Property

2014-10-21 Thread Joshi, Pavankumar
Hello devs, I am testing mobilespec 3.6.3 on android 4.4.3 device. I have written a test case where "FileTransfer download" method fails and an error callback is called with FileTransferError object. I check that always the exception object is null. I have tested with multiple scenari

Re: FileTransferError

2013-02-01 Thread Filip Maj
first time. > > > >On 31/01/2013, at 6:41 AM, Filip Maj wrote: > >> Ref issue: https://issues.apache.org/jira/browse/CB-2103 >> >> Tl;dr FileTransferError should have a response body property so that >>users >> can inspect what is returned from their

[jira] [Created] (CB-2338) Add "body" property to FileTransferError object on Bada

2013-02-01 Thread Filip Maj (JIRA)
Filip Maj created CB-2338: - Summary: Add "body" property to FileTransferError object on Bada Key: CB-2338 URL: https://issues.apache.org/jira/browse/CB-2338 Project: Apache Cordova Issue

[jira] [Created] (CB-2339) Add "body" property to FileTransferError object on webOS

2013-02-01 Thread Filip Maj (JIRA)
Filip Maj created CB-2339: - Summary: Add "body" property to FileTransferError object on webOS Key: CB-2339 URL: https://issues.apache.org/jira/browse/CB-2339 Project: Apache Cordova Issue

[jira] [Created] (CB-2340) Add "body" property to FileTransferError object on BlackBerry

2013-02-01 Thread Filip Maj (JIRA)
Filip Maj created CB-2340: - Summary: Add "body" property to FileTransferError object on BlackBerry Key: CB-2340 URL: https://issues.apache.org/jira/browse/CB-2340 Project: Apache Cordova

[jira] [Created] (CB-2337) Add "body" property to FileTransferError object on Windows Phone 8

2013-02-01 Thread Filip Maj (JIRA)
Filip Maj created CB-2337: - Summary: Add "body" property to FileTransferError object on Windows Phone 8 Key: CB-2337 URL: https://issues.apache.org/jira/browse/CB-2337 Project: Apache Cordova

[jira] [Created] (CB-2336) Add "body" property to FileTransferError object on Windows Phone 7

2013-02-01 Thread Filip Maj (JIRA)
Filip Maj created CB-2336: - Summary: Add "body" property to FileTransferError object on Windows Phone 7 Key: CB-2336 URL: https://issues.apache.org/jira/browse/CB-2336 Project: Apache Cordova

[jira] [Created] (CB-2335) Add "body" property to FileTransferError object on Windows 8

2013-02-01 Thread Filip Maj (JIRA)
Filip Maj created CB-2335: - Summary: Add "body" property to FileTransferError object on Windows 8 Key: CB-2335 URL: https://issues.apache.org/jira/browse/CB-2335 Project: Apache Cordova

[jira] [Created] (CB-2334) Add "body" property to FileTransferError object on iOS

2013-02-01 Thread Filip Maj (JIRA)
Filip Maj created CB-2334: - Summary: Add "body" property to FileTransferError object on iOS Key: CB-2334 URL: https://issues.apache.org/jira/browse/CB-2334 Project: Apache Cordova Issue

[jira] [Created] (CB-2333) Add "body" property to FileTransferError object on Android

2013-02-01 Thread Filip Maj (JIRA)
Filip Maj created CB-2333: - Summary: Add "body" property to FileTransferError object on Android Key: CB-2333 URL: https://issues.apache.org/jira/browse/CB-2333 Project: Apache Cordova

[jira] [Created] (CB-2332) Document new "body" property on FileTransferError

2013-02-01 Thread Filip Maj (JIRA)
Filip Maj created CB-2332: - Summary: Document new "body" property on FileTransferError Key: CB-2332 URL: https://issues.apache.org/jira/browse/CB-2332 Project: Apache Cordova Issue Type

[jira] [Updated] (CB-2103) FileTransferError should return response body

2013-02-01 Thread Filip Maj (JIRA)
Assignee: Filip Maj Description: FileTransferError does not currently have a response body property, which is necessary for debugging in some cases, e.g. uploading files to Amazon S3. Would be useful in addition to {{http_status}} and {{code}} to have a body property available for

[jira] [Created] (CB-2331) Add tests for FileTransferError to test response body

2013-02-01 Thread Filip Maj (JIRA)
Filip Maj created CB-2331: - Summary: Add tests for FileTransferError to test response body Key: CB-2331 URL: https://issues.apache.org/jira/browse/CB-2331 Project: Apache Cordova Issue Type: Sub

Re: FileTransferError

2013-01-30 Thread Tommy-Carlos Williams
+1 Especially helpful with say S3 I had to hack my cordovaLib while getting it right the first time. On 31/01/2013, at 6:41 AM, Filip Maj wrote: > Ref issue: https://issues.apache.org/jira/browse/CB-2103 > > Tl;dr FileTransferError should have a response body property so that us

Re: FileTransferError

2013-01-30 Thread Kerri Shotts
That would be an immense help in tracking errors down. ___ Kerri Shotts photoKandy Studios, LLC On the Web: http://www.photokandy.com/ Social Media: Twitter: @photokandy, http://twitter.com/photokandy Tumblr: http://photokandy.tumblr.com/

Re: FileTransferError

2013-01-30 Thread Giorgio Natili
+1 On 1/30/13 9:06 PM, "Shazron" wrote: >+1 > > >On Wed, Jan 30, 2013 at 11:41 AM, Filip Maj wrote: > >> Ref issue: https://issues.apache.org/jira/browse/CB-2103 >> >> Tl;dr FileTransferError should have a response body property so that >>users

Re: FileTransferError

2013-01-30 Thread Shazron
+1 On Wed, Jan 30, 2013 at 11:41 AM, Filip Maj wrote: > Ref issue: https://issues.apache.org/jira/browse/CB-2103 > > Tl;dr FileTransferError should have a response body property so that users > can inspect what is returned from their server. Makes sense to me. > > Any object

FileTransferError

2013-01-30 Thread Filip Maj
Ref issue: https://issues.apache.org/jira/browse/CB-2103 Tl;dr FileTransferError should have a response body property so that users can inspect what is returned from their server. Makes sense to me. Any objections? If no, I will tweak the issue a bit: set up relevant issues for cordova-js

[jira] [Updated] (CB-2103) FileTransferError should return response body

2012-12-31 Thread Shazron Abdullah (JIRA)
> FileTransferError should return response body > - > > Key: CB-2103 > URL: https://issues.apache.org/jira/browse/CB-2103 > Project: Apache Cordova > Issue Type: Improvement >

[jira] [Created] (CB-2103) FileTransferError should return response body

2012-12-31 Thread Ben Judson (JIRA)
Ben Judson created CB-2103: -- Summary: FileTransferError should return response body Key: CB-2103 URL: https://issues.apache.org/jira/browse/CB-2103 Project: Apache Cordova Issue Type: Improvement