WorkerErrorType#

class safir.arq.uws.WorkerErrorType(value, names=<not given>, *values, module=None, qualname=None, type=None, start=1, boundary=None)#

Bases: Enum

Types of errors that may be reported by a worker.

Attributes Summary

Attributes Documentation

FATAL = 'fatal'#
TRANSIENT = 'transient'#
USAGE = 'usage'#