Table of Contents

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

string

Fatal

Severity level FATAL

public const string Fatal = "FATAL"

Field Value

string

Info

Severity level INFO

public const string Info = "INFO"

Field Value

string

None

Severity level NONE

public const string None = "NONE"

Field Value

string

Ok

Severity level OK

public const string Ok = "OK"

Field Value

string

Warning

Severity level WARNING

public const string Warning = "WARNING"

Field Value

string