qlik-demo-team / qdt-components

React Components to be used with Angular 10, React 16 and Vue 2. Connects with the Capability API and Engine API.
MIT License
92 stars 50 forks source link

Custom Error Messages in 3.0 #241

Closed Dudleytmc closed 3 years ago

Dudleytmc commented 3 years ago

I've read in a couple of different places that starting with version 3.0, we'd be able to override Qlik's error message behavior and create our own. Currently you can get stuck in a loop if there is an issue with the Qlik server where the error keeps popping up as a modal dialog and makes using the rest of the application impossible.

Is there an example anywhere on how to override this behavior in 3.0?

yianni-ververis commented 3 years ago

Just pass in the config a timeoutMessage

https://github.com/qlik-demo-team/qdt-components/blob/master/src/qdtEnigma.js#L71