ZIO 2: Error-Handling Decision Tree (Flowchart)
This page provides a comprehensive overview of error-handling strategies in ZIO 2. My hope is that you can use this decision tree to determine good/best approaches for handling errors in your ZIO
effects. Each section includes a use case (question/answer), brief explanation, and ZIO 2 example.
As a brief note, I have ensured that the following examples compile, but I feel like I need to double-check some of my work.