Enum DiagnosticSeverity
- Namespace
- SpecWorks.AiCatalog.Validation
- Assembly
- SpecWorks.AiCatalog.dll
Severity of a validation diagnostic.
public enum DiagnosticSeverity
Fields
Error = 0An error that prevents conformance at the current level.
Warning = 1A warning that does not prevent conformance but indicates a potential issue.