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
Public Enumeration ErrorHandling
public enum class ErrorHandling
Members
| Member name | Value | Description |
---|
| strict | 0 |
When an error is encountered, DITA-OT stops processing
|
| lax | 1 |
When an error is encountered, DITA-OT attempts to recover from it
|
| skip | 2 |
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