prev <<
How to write an API endpoint in 2016
>> next
Error handling
It is
bad
to check for most exceptions in your regular code.
This is only acceptable with temporary exceptions (timeouts, network problems) where you might have success on a second try.