errors
A list of all errors that were caught while running tasks in this queue.
readonly
readonly errors: unknown[]
Notes
- This list is populated only if AsyncTaskQueue.Options.catchErrors is set.
Related
- class AsyncTaskQueueA class that represents a queue of asynchronous tasks within a Scheduler.