Class SeverityLevels
- Namespace
- NMF.Glsp.Protocol.Notification
- Assembly
- NMF.Glsp.dll
The severity of a status or message.
public static class SeverityLevels
- Inheritance
-
SeverityLevels
- Inherited Members
Fields
Error
Severity level ERROR
public const string Error = "ERROR"
Field Value
Fatal
Severity level FATAL
public const string Fatal = "FATAL"
Field Value
Info
Severity level INFO
public const string Info = "INFO"
Field Value
None
Severity level NONE
public const string None = "NONE"
Field Value
Ok
Severity level OK
public const string Ok = "OK"
Field Value
Warning
Severity level WARNING
public const string Warning = "WARNING"