AllErr¶
func AllErr(errs ...error) error
AllErr returns an error containing all non-nil errors from the list. Returns nil if all errors are nil. Multiple errors are joined using errors.Join (Go 1.20+).
func AllErr(errs ...error) error
AllErr returns an error containing all non-nil errors from the list. Returns nil if all errors are nil. Multiple errors are joined using errors.Join (Go 1.20+).