ealush / vest

Vest ✅ Declarative validations framework

Home Page:https://vestjs.dev/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Get errors across all suits

shemayas opened this issue · comments

Is there a way to get the errors of all existing validations suits?

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?

@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