Aggregate outcome of a batch validation.
⚠️ Distinct from the { valid, error } shape the single-value validators return: this one collects all the failures rather than stopping at the first, and its errors array is empty — not absent — when everything passed.
{ valid, error }
errors
Aggregate outcome of a batch validation.
⚠️ Distinct from the
{ valid, error }shape the single-value validators return: this one collects all the failures rather than stopping at the first, and itserrorsarray is empty — not absent — when everything passed.