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...
 
Top