Error thrown when waiting for a result from a job that is canceled.
If you await, yield *, .then(), .catch(), getResult() or otherwise wait on the result of a job that is canceled, this is the type of error you'll get.
await
yield *
.then()
.catch()
Optional
Static
Optional override for formatting stack traces
https://v8.dev/docs/stack-trace-api#customizing-stack-traces
Create .stack property on a target object
Error thrown when waiting for a result from a job that is canceled.
If you
await
,yield *
,.then()
,.catch()
, getResult() or otherwise wait on the result of a job that is canceled, this is the type of error you'll get.