errorback-promise
For use with async/await patterns that immediately handle errors instead of using try/catch, wraps callback-using functions in promises that return errors in an object instead of rejecting.
For use with async/await patterns that immediately handle errors instead of using try/catch, wraps callback-using functions in promises that return errors in an object instead of rejecting.
Manage various forms of asynchronous completion in a uniform way
Forward the resolution/rejection of a resolvable to an errback; forwarding the resolution/rejection of the errback to ourself.