Const
Small utility that can be used as an error handler. You cannot just pass console.error as a failure callback - it's not properly bound. If passes an Error object, it will print the message and stack.
console.error
Error
Small utility that can be used as an error handler. You cannot just pass
console.erroras a failure callback - it's not properly bound. If passes anErrorobject, it will print the message and stack.