Project

General

Profile

Actions

Task #12455

closed

Redesign error handler component

Added by Arshana Atapattu about 1 month ago. Updated 29 days ago.

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]
[1]

[2]
[2]
error msg in [2]
in Jap: 新しいアプリケーションの作成中にエラーが発生しました。
in English: An error occurred while creating a new application.


Files

Actions #1

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.

Actions

Also available in: Atom PDF