Error-Handling Exercises
| Level | Name | Tags |
|---|---|---|
| Easy | Result Handling | result cohort-w2 intro error-handling |
| Easy | Option Handling | cohort-w2 enums option error-handling |
| Medium | Result Combinators | cohort-w2 combinators result error-handling |
| Medium | The ? Operator | result error-handling cohort-w2 question-mark propagation |
| Medium | Custom Error Types | enums result error-handling cohort-w2 question-mark intro |