dojox.grid.data.DojoData.processError
dojo.require("dojox.grid._data.model");
defined in dojox/grid/_data/model.js
Hook function to trap error messages from the store and emit them. Intended for connecting to and handling the error object or at least reporting it.
Usage
function (error, request) (view source)
parameter | type | description |
---|---|---|
error | error object returned by the store when a problem occurred. | |
request | request object that caused the error. |