-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
Description
Currently, error message resources are managed using property names.
-
To improve maintainability and consistency, Introduce error codes for each error message, similar to the approach used in Doma. These error codes will serve as identifiers and will be used to manage error messages more efficiently.
-
Separate user-facing UI messages from error message resources to ensure clearer responsibility and easier localization management.