quarkdown
Toggle table of contents
1.9.2
jvm
Platform filter
jvm
Switch theme
Search in API
quarkdown
quarkdown-lsp
/
com.quarkdown.lsp.diagnostics.cause
/
DiagnosticCause
Diagnostic
Cause
interface
DiagnosticCause
The cause of a diagnostic.
Inheritors
DuplicateParameterNameDiagnosticCause
UnallowedValueDiagnosticCause
UnresolvedParameterNameDiagnosticCause
Members
Properties
message
Link copied to clipboard
abstract
val
message
:
String
The message of the diagnostic.
severity
Link copied to clipboard
abstract
val
severity
:
DiagnosticSeverity
The severity of the diagnostic.