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
After I have defined the dto, how should I customize the error message for some attribute validation, for example, I have a username attribute, the minimum length is 6, if the length is not reached, the error message provided to the user is that the username must be more than 6 characters
Question
After I have defined the dto, how should I customize the error message for some attribute validation, for example, I have a username attribute, the minimum length is 6, if the length is not reached, the error message provided to the user is that the username must be more than 6 characters
But now the error message is this:
thanks!!!
The text was updated successfully, but these errors were encountered: