WorkerErrorType#

class safir.arq.uws.WorkerErrorType(*values)#

Bases: Enum

Types of errors that may be reported by a worker.

Attributes Summary

Attributes Documentation

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