[starting from version: 2.3]
It is triggered for "microsoft analysis services" and "api" data source types:
"microsoft analysis services"
"api"
olapstructureerror
To track when the structure starts loading, use loadingolapstructure. To make sure that structure was loaded, use olapstructureloaded.
pivot.on('olapstructureerror', function (e) { alert('Error with olap structure!' + e.error);});
Check out on JSFiddle.
olapstructureloadedloadingolapstructureunauthorizederror
In this guide