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
Current validation implementations throw on the first error, rather than finding all validation errors and listing them. Instead, an exception with all the errors could be raised or alternatively a Validation object (or similar) could be returned.
When introducing schemas/constraints for validating, we should also review the associated validation framework & implementations and make sure the API has support for handling all validation errors, like Validator.iter_errors
Current validation implementations throw on the first error, rather than finding all validation errors and listing them. Instead, an exception with all the errors could be raised or alternatively a
Validation
object (or similar) could be returned.Originally posted by @joshmoore in #157 (comment)
The text was updated successfully, but these errors were encountered: