OperationalError
new OperationalError(String message) -> OperationalError
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 or Promise.promisify
and is not a typed error, it will be converted to a Promise.promisifyAllOperationalError which has the original error in the .cause property.
OperationalErrors are caught in handlers.
.error