You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The main concept behind specifying the error attributes in `properties` file is [*Error key*](https://github.com/officiallysingh/spring-boot-problem-handler#error-key), which is mandatory to be unique for each error scenario.
330
+
The main concept behind specifying the error attributes in `properties` file is **Error key**, which is mandatory to be unique for each error scenario.
331
331
**It is either derived or specified by application** while throwing exception and used to externalize the error attributes in `properties` file.
332
332
333
333
For example if error key for some exception is `some.error.key`, then error response attributes can be specified in `properties` file as follows.
0 commit comments