Task #12455
closedRedesign error handler component
0%
Description
The errors that are coming from backend are handle(exceptions) in a generic way.
When language switch to any language other than English it shows the generic error(not the detailed error)
To fix this need to redesign error handler component.
Ex for the above behavior:
With English language: [1]
any language except English: [2]
Can be reproduced by creating a app with same package name(for enterprise apk) when there is already a app exists with the same package name.
EX: https://roadmap.entgra.net/issues/12225
[1]
[2]
error msg in [2]
in Jap: 新しいアプリケーションの作成中にエラーが発生しました。
in English: An error occurred while creating a new application.
Files
Updated by Rajitha Kumara 29 days ago
- Status changed from New to Closed
Behavior is acceptable for the current implementation of the error handler. When receiving a error response, the same message which receiving from the backend is displaying for the English locale, otherwise the predefined translated message will appear based on the response status.