[starting from version: 2.3]
It is triggered when some error appeared while loading the OLAP structure.
event
– Object. Has the following parameter:error
– String. The error message returned from the server side.flexmonster.on('olapstructureerror', function (e) { alert('Error with olap structure!' + e.error); });
Check out on JSFiddle.