Gather every error from a list of parsed results without short-circuiting (unlike Result.all, which stops at the first failure). Returns all accumulated errors so a section parser can report every invalid field in one pass.
Result.all
Gather every error from a list of parsed results without short-circuiting (unlike
Result.all, which stops at the first failure). Returns all accumulated errors so a section parser can report every invalid field in one pass.