Table of Contents

Enum DiagnosticSeverity

Namespace
DocWright.Core.Diagnostics
Assembly
DocWright.Core.dll

The severity of a ConversionDiagnostic.

public enum DiagnosticSeverity

Fields

Information = 0

Informational; the output is unaffected.

Warning = 1

The output may differ from Word's rendering (for example a degraded feature).

Error = 2

The conversion failed or produced structurally incomplete output.