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
If define error handler only a class annotation, the member value errorCodes return a empy collection of error codes and the builder only build the default generic error
public class AnnotationErrorDecoder implements ErrorDecoder {
private final Map<String, MethodErrorHandler> errorHandlerMap;
errorhandlermap have a empty map of errros
The text was updated successfully, but these errors were encountered:
If define error handler only a class annotation, the member value errorCodes return a empy collection of error codes and the builder only build the default generic error
public class AnnotationErrorDecoder implements ErrorDecoder {
private final Map<String, MethodErrorHandler> errorHandlerMap;
errorhandlermap have a empty map of errros
The text was updated successfully, but these errors were encountered: