Diagnostic Severity Enumeration
Indicates the severity of a DiagnosticMessage.
Definition
Namespace: Numerics.NET.Statistics.ProcessControl
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 10.4.0
C#
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 10.4.0
public enum DiagnosticSeverityMembers
| Info | 0 | Informational guidance that does not indicate a problem. |
| Warning | 1 | A cautionary observation that deserves attention but does not prevent the analysis from producing results. |
| Error | 2 | A serious problem that indicates a significant issue with the analysis or its inputs. |