syside.FailAction class FailAction(*args, **kwds) Bases: enum.Enum Action taken when a serialization error is encountered. Initialization Fail = 0 Stop serialization on the first error. Diagnose = 1 Continue diagnosing errors but stop serialization. Ignore = 2 Ignore errors and continue serialization. classmethod __signature__() __new__(value) __repr__() __str__() __dir__() Returns public methods and other interesting attributes. __format__(format_spec) __hash__() __reduce_ex__(proto) __deepcopy__(memo) __copy__() name() The name of the Enum member. value() The value of the Enum member.