Click or drag to resize

ErrorHandling Enumeration


The choices on how DITA-OT handles errors and error recovery

Namespace:  Ingeniux.CMS.Dita.OT
Assembly:  Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.308
Syntax
public enum ErrorHandling
Members
  Member nameValueDescription
strict0 When an error is encountered, DITA-OT stops processing
lax1 When an error is encountered, DITA-OT attempts to recover from it
skip2 When an error is encountered, DITA-OT continues processing but does not attempt error recovery
Remarks
Represents the value choices for OT parameter "processing-mode"
See Also