[starting from version: 2.3]
It is triggered when some error occurred during the loading of data. Please use olapstructureerror
for OLAP data sources.
Data passed to the handler
params
– Object. It has the following parameter:
error
– String. The error message from the response returned from the server-side.Example
flexmonster.on('dataerror', function (e) { alert('Error with data!' + e.error); });
Open the example on JSFiddle.
See also