Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration DiagnosticSeverity

Represents the severity of diagnostics.

Index

Enumeration members(4)

Enumeration members(4)

Error

Error: = 0

Something not allowed by the rules of a language or other means.

Warning

Warning: = 1

Something suspicious but allowed.

Information

Information: = 2

Something to inform about but not a problem.

Hint

Hint: = 3

Something to hint to a better way of doing it, like proposing a refactoring.

Generated by TypeDoc. Maintained by 洛竹