-
Notifications
You must be signed in to change notification settings - Fork 795
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Improve messages for multiple errors #2873
Comments
'invalid_value' is not of type 'array'
'invalid_value' is not of type 'array'
'invalid_value' is not of type 'array'
'invalid_value' is not of type 'array' Error messages should be deduplicated based on Maybe one for the long list but we could investigate if it make sense to show the error messages of all leaves in this error tree that we're traversing to get the relevant error messages. Or should it be dependent on what kind of object the user provided as a value, e.g. if a string such as |
I also saw some duplicated rounds of messages in #2896 |
Based on feedback from @joelostblom in #2842 (comment):
Also see subsequent comments in that thread. #2842 (comment) is also relevant.
The text was updated successfully, but these errors were encountered: