lspeasy / core/src / DiagnosticSeverity
Variable: DiagnosticSeverity
ts
const DiagnosticSeverity: {
Error: 1;
Hint: 4;
Information: 3;
Warning: 2;
};Defined in: packages/core/src/protocol/enums.ts:128
Type Declaration
| Name | Type | Default value | Defined in |
|---|---|---|---|
Error | 1 | 1 | packages/core/src/protocol/enums.ts:129 |
Hint | 4 | 4 | packages/core/src/protocol/enums.ts:132 |
Information | 3 | 3 | packages/core/src/protocol/enums.ts:131 |
Warning | 2 | 2 | packages/core/src/protocol/enums.ts:130 |