|
|
|
|
|
by rixed
498 days ago
|
|
Yes, but then you have to handle every possible errors at every call point, and wrap all those you can't handle at the calling site into your own return type... This is well documented. One should be cautious every time it feels like there is an obviously right way to do something that everybody fails to see :) |
|
What? No you don't. You can just propagate up the errors you can't handle with the types they come with.