I\'m using promises and have code that looks like the following:
function getStuff() { return fetchStuff().then(stuff => process(stuff) ).catch(err
error is much too generic, it is a catch all but there are only so many things that the operation would fail with, error is everything errorSomethingSpecific gives granularity