I noticed in the examples provided in http://docs.appery.io/documentation/b...
that even if we wanted to return an error in a server side script we use response.success. Is that right? Isn't there a response.error that we could use? I want to make sure that the onError events on the client are triggered....