Enum DiagnosticSeverity
- Namespace
- DocWright.Core.Diagnostics
- Assembly
- DocWright.Core.dll
The severity of a ConversionDiagnostic.
public enum DiagnosticSeverity
Fields
Information = 0Informational; the output is unaffected.
Warning = 1The output may differ from Word's rendering (for example a degraded feature).
Error = 2The conversion failed or produced structurally incomplete output.