Sean・Esprit De Corps - When using the error han...
When using the error handler, how are errors in arrays handled?
For example if I am looping and the concurrency is 10 (handling 10 items) and one fails, do all 10 fail or does it perform separate logic (e.g. custom error flow) for that one item individually?
0 Replies