Represents an error is an explicit promise rejection as opposed to a thrown error.
For example, if an error is errbacked by a callback API promisified through undefined or undefined
and is not a typed error, it will be converted to a OperationalError which has the original error in
the .cause property.
Represents an error is an explicit promise rejection as opposed to a thrown error. For example, if an error is errbacked by a callback API promisified through undefined or undefined and is not a typed error, it will be converted to a
OperationalErrorwhich has the original error in the.causeproperty.OperationalErrors are caught in.errorhandlers.