WorkerUsageError#
- exception safir.arq.uws.WorkerUsageError(message, detail=None, *, add_traceback=False)#
Bases:
WorkerErrorParameters sent by the user were invalid.
The parameters or other job information was invalid and this job will never succeed. This is the same as
WorkerFatalErrorexcept that it represents a user error and will not be reported to Slack as a service problem.- error_type: ClassVar[WorkerErrorType] = 'usage'#
Type of error this exception represents.