After async/await is now a wide spread thing, there is a need to somehow catch
and handle all those errors again. What in the past has been handled with an
callback(err) is now a try-catch block.
If you want to react different based on the type of error