Since last Architect update (2.1.0 B676), "operation" argument is removed, why ?
How can I catch "operation.error" property when store load fails ?
Printable View
Since last Architect update (2.1.0 B676), "operation" argument is removed, why ?
How can I catch "operation.error" property when store load fails ?
What framework?
ExtJS 4.1.3.425
Even in the API's doc the parameter doesn't appear anymore :
http://docs.sencha.com/ext-js/4-1/#!...ore-event-load
Bump
This is more of a framework question than an Architect question, but I think the store's load event does not include the Operation object because an Operation is closely tied to a Proxy, and the load event can be fired by stores that do not have a proxy.
You should take my advice with a grain of salt, and follow up in the Ext JS forums if it doesn't work, but I would look into the 'exception' event fired by the proxy: http://docs.sencha.com/ext-js/4-1/#!...vent-exception