Replies: 1 comment
-
|
Are there any related error messages? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I implemented a custom error resolver based on the documentation, but it's not effective. I hope to get some help. Here's the code:
通过文档自己实现了一下自定义错误解析器,但无法生效,希望能够得到帮助,代码如下:
`public class EExceptionValuesResolver implements DictionaryValuesResolver {
}`
----------------------------------config-----------------------------------------
"errorCodeDictionaries": [
{
"title": "error code",
"valuesResolverClass": "com.capgemini.mail.constant.EExceptionValuesResolver"
}
]
Beta Was this translation helpful? Give feedback.
All reactions