Handling Multiple Algorithm Errors in Product Matching

I'm working on a project which is wants to use race to run multiple algorithms for matching products.

So method 1 is comparing unique identifiers. Method 2 is comparing specific attributes, etc.

Those methods might all fail. Would race return all errors thrown or just a single?

If just one, which one?

Is there an alternative function I could use to get all the errors?
Was this page helpful?