You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| PISCINA_ERR_ABORT | Indicates a task has been aborted. Seek for the `cause` property to find more about the root cause. |
24
+
| PISCINA_ERR_TASK_QUEUE_LIMIT | Task queue is at limit. No more tasks are being enqueued. Listen to the `drain` and `needsDrain` event to continue submitting tasks |
25
+
| PISCINA_ERR_THREAD_TERMINATION | Thread is being terminated. |
26
+
| PISCINA_ERR_VALIDATION | Validation for given values has failed. Review the `message` property for more information |
27
+
| PISCINA_ERR_NO_TASK_QUEUE_AVAILABLE | Task queue has been disabled and workers are at full capacity. Listen to `drain` and `needsDrain` events to continue submitting tasks |
28
+
| PISCINA_ERR_CLOSE_TIMEOUT | Pool has exceeded timeout for closing up. Pool will be destroyed immediately. |
0 commit comments