Class TaskErrorReactionType

  • All Implemented Interfaces:
    Containerable, DebugDumpable, Serializable, Cloneable

    public class TaskErrorReactionType
    extends Object
    implements Serializable, Cloneable, Containerable
    What should a task do when an error of given type is encountered? Only some combinations of values are allowed: ignore (+ stopAfter), retryLater (+ stopAfter), stop. TEMPORARY. EXPERIMENTAL. <p>Java class for TaskErrorReactionType complex type. <p>The following schema fragment specifies the expected content contained within this class. <pre> &lt;complexType name="TaskErrorReactionType"&gt; &lt;complexContent&gt; &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType"&gt; &lt;sequence&gt; &lt;element name="ignore" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}IgnoreErrorReactionType" minOccurs="0"/&gt; &lt;element name="stop" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}StopProcessingReactionType" minOccurs="0"/&gt; &lt;element name="retryLater" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}RetryLaterReactionType" minOccurs="0"/&gt; &lt;element name="stopAfter" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/&gt; &lt;/sequence&gt; &lt;/restriction&gt; &lt;/complexContent&gt; &lt;/complexType&gt; </pre>
    See Also:
    Serialized Form