-
Couldn't load subscription status.
- Fork 42
Open
Labels
Description
Right now, there are two modes of using the library:
- Return boolean on validations (returns false on first failed validation)
- Return list of all failed validations (iterate through all the failed validations)
We should also have a mode where no further validations are matched if one fails, but also get which one failed.