horizon/releasenotes/notes/refactor-error-messages-26c53bb3fe57fe72.yaml
manchandavishal 5081359295 Refactor error messages.
Error messages can come from different projects(cinder, keystone,
nova, etc.),but we are currently catching all the exceptions and
return a generic error message and it hard for the user to determine
the source of error. Horizon team decided to add a collapse-able box
for error messages which shows the detailed error message on the
horizon UI during shanghai summit[1]. This patch do the same.

Partially-Implements blueprint refactor-error-messages

[1] https://etherpad.openstack.org/p/horizon-u-ptg#110

Change-Id: If0bd24540562b8f1330ac6cb7db5f1d354e1d1b7
2020-08-28 13:20:09 +00:00

10 lines
477 B
YAML

---
features:
- |
[`blueprint refactor-error-messages <https://blueprints.launchpad.net/horizon/+spec/refactor-error-messages>`_]
User can see detailed error message on the horizon UI.
This blueprint adds a hyperlink "details" in the alert box.
So now when an exception occurs a user can click on this hyperlink
"details" which shows original error message included in a corresponding
error. This may help a user to understand what happens in detail.