turnilo
turnilo copied to clipboard
Unify handling errors from server
- [ ] Recover whole error from server in
Ajax.query
- [ ] Show simple error message for user like in
ErrorView
- [ ] Send full error to Sentry
- [ ] Use this mechanism for BaseVisualisationQuery
- [ ] Use this mechanism for Legend
- [ ] Use this mechanism for PinboardDimensionPanel
- [ ] Use this mechanism for String Filter
- [ ] Use this mechanism for Boolean Filter
- [ ] Use this mechanism for Number Filter
Really we should report errors on dataCube executor level. Methods sending queries should not be aware of that.