Actions
Task #12455
closedRedesign error handler component
Status:
Closed
Priority:
High
Assignee:
-
Start date:
22/01/2025
Due date:
% Done:
0%
Estimated time:
Type:
Platform
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
Actions