Exceptions are definitely the best error handling ...
# announcements
e
Exceptions are definitely the best error handling strategy for unexpected errors. For expected errors, they can be too slow. If you have a large list of items to process and you want to store all errors, you have to use something like Result.