Hacker News new | ask | show | jobs
by erik_seaberg 2869 days ago
> […] function returning an error, you see how the error is handled.

In practice you only see that errors get returned immediately. Most functions rightly give up rather than trying to handle errors because they don't know exactly how or where they're being (re)used.