An error that raises when the current promise has been rejected due to cancellation.
ES6 Promise does not have cancellation support, so TPL uses reject with PromiseCancelledError to indicate a cancelled Promise.
Promise
reject
Generated using TypeDoc
An error that raises when the current promise has been rejected due to cancellation.
ES6
Promise
does not have cancellation support, so TPL usesreject
with PromiseCancelledError to indicate a cancelledPromise
.