View Source GenLSP.Enumerations.DocumentDiagnosticReportKind (gen_lsp v0.8.1)

The document diagnostic report kinds.

@since 3.17.0

Link to this section Summary

Functions

A diagnostic report with a full set of problems.

A report indicating that the last returned report is still accurate.

Link to this section Types

Link to this section Functions

@spec full() :: String.t()

A diagnostic report with a full set of problems.

@spec unchanged() :: String.t()

A report indicating that the last returned report is still accurate.