iOS Question WriteDataWithResponse

How can we find out if WriteDataWithResponse was sucessful ?

I'm using

B4X:
Try
    manager.WriteDataWithResponse(svc, charact, order)
Catch
    Log("Exception - " & LastException)
End Try

The write is apparently failing, but the catch is never triggered...
 
Cookies are required to use this site. You must accept them to continue using the site. Learn more…