AggregateError

1 · David Walsh · Sept. 17, 2021, 3:28 p.m.
One of the big themes of the web these days is concurrency, which leads to accomplishing tasks asynchronously. In doing so, the possibility of multiple errors can occur. Instead of providing a generic error, optimally you’d provide a wealth of error information. TheAggregateError error lets developers throw multiple errors within one single Error. Let’s see […] The post AggregateError appeared first on David Walsh Blog. ...