tesseract-olap / tesseract-ui

Interface for exploration/debugging of tesseract cube servers.
MIT License
5 stars 1 forks source link

[explorer] Improve user-facing error messages #35

Open frabarz opened 3 years ago

frabarz commented 3 years ago

The current codebase is set to show the raw error message from axios to the user when an error happens during a query request. This message depends on the browser, is usually in English only, and is too cryptic for final users, which are not directed to the steps to solve the problem (if they can do something about it).

image

A new set of error messages, focused on offering solutions to the user, should be created and documented for internationalization.