TupleToUserSetMultiError is an error wrapping multiple validation errors returned by TupleToUserSet.ValidateAll() if the designated constraints aren't met.
| 2887 | // returned by TupleToUserSet.ValidateAll() if the designated constraints |
| 2888 | // aren't met. |
| 2889 | type TupleToUserSetMultiError []error |
| 2890 | |
| 2891 | // Error returns a concatenation of all the error messages it wraps. |
| 2892 | func (m TupleToUserSetMultiError) Error() string { |