Class IgnoreErrorReactionType

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

    public class IgnoreErrorReactionType
    extends Object
    implements Serializable, Cloneable, Containerable
    Error should be ignored and the processing should continue. E.g. for live sync tasks, the token is advanced to the next item. The ignorance is not complete, though. For example, the error is recorded into the operationExecution item of the object being processed.

    Java class for IgnoreErrorReactionType complex type.

    The following schema fragment specifies the expected content contained within this class.

     <complexType name="IgnoreErrorReactionType">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}long" />
         </restriction>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form