WorkerErrorType¶ class safir.arq.uws.WorkerErrorType(*values)¶ 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'¶