-
-
Notifications
You must be signed in to change notification settings - Fork 86
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
Get errors across all suits #677
Comments
Hey @shemayas, sorry for responding late. I completely missed this issue. I know it's been long, but can you please try and elaborate on what exactly it is you are trying to achieve? |
I'm using different suits of validation on one page and on submit I want to check that all of them don't have any errors. Is there a way to do that or do I need to loop on all my suits? |
https://vestjs.dev/docs/writing_your_suite/result_object#geterrors-and-getwarnings What problem of |
@davidNHK That gives you the errors for one suit, I asked if there is a way to get the errors of all the existing suits |
Is there a way to get the errors of all existing validations suits?
The text was updated successfully, but these errors were encountered: