add UnspecifiedWorkerError error
This commit is contained in:
@@ -9,4 +9,11 @@ errors.WorkerTimeoutError = typedError({
|
||||
jobId: null
|
||||
});
|
||||
|
||||
errors.UnspecifiedWorkerError = typedError({
|
||||
type: 'UnspecifiedWorkerError',
|
||||
message: 'Unspecified worker error',
|
||||
timeout: null,
|
||||
jobId: null
|
||||
});
|
||||
|
||||
export default errors;
|
||||
|
||||
Reference in New Issue
Block a user