Class type Ext_data_proxy_Server.events


class type events = object .. end
Inherits
method _exception : 'a 'b 'c.
((#Ext_data_proxy_Proxy.t as 'a) Js.t ->
'b Js.t -> Ext_data_Operation.t Js.t -> 'c Js.t -> unit)
Js.callback Js.writeonly_prop

Fires when the server returns an exception. This event may also be listened to in the event that a request has timed out or has been aborted.

Parameters: