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 FATAL TRANSIENT USAGE Attributes Documentation FATAL = 'fatal'¶ TRANSIENT = 'transient'¶ USAGE = 'usage'¶