Fail Fast
FailFast strategy goes through all Rules of a Form in order, and stops validation as soon as a single error is encountered, and populates the resulting Input.Invalid with that single error. So the list of errors will always contain just one element.