How do you handle errors, there are a couple of strategies:
- don't handle errors
- errors with warnings
- a general error
- an error per issue
- no errors just defaults and failover
- I don't get errors 🤷♂️
Out of each strategy which do you prefer as your overarching style of dealing with errors?