new Errors.EDeregisteredBeforeComplete(data)
errors.js, line 41
| Name | Type | Description |
|---|---|---|
data |
object |
What data was sent to the event. |
Error thrown when an instance is deregistered before it completes its work. Typically happens when the worker is killed or throws a fatal exception.
| Name | Type | Description |
|---|---|---|
data |
object |
What data was sent to the event. |