Error
eventsFired when a request to the remote service fails.
The event handler function context (available via the this keyword) will be set to the data source instance.
If the
schema.errorsoption is set and the server response contains that field, then theerrorevent will be fired. The
errors field of the event argument will contain the errors returned by the server.
Event Data
e.errorThrown Object (optional)
An optional exception.
e.sender kendo.data.DataSource
The data source instance which fired the event.
e.status String
A string describing the type of the error.
e.xhr Object
The current jqXHR.