dlsplus ~master (2021-10-07T21:43:54.9331894)
Dub
Repo
Diagnostic.this
dls
protocol
definitions
Diagnostic
Undocumented in source.
class
Diagnostic
@
safe
pure nothrow
this
(
Range
range
= new
Range
()
,
string
message
=
string.init
,
Nullable
!
DiagnosticSeverity
severity
=
Nullable
!
DiagnosticSeverity.init
,
Nullable
!
JSONValue
code
=
Nullable
!
JSONValue.init
,
Nullable
!
string
source
=
Nullable
!
string.init
,
Nullable
!(
DiagnosticRelatedInformation
[])
relatedInformation
=
Nullable
!(
DiagnosticRelatedInformation
[]).
init
)
Meta
Source
See Implementation
dls
protocol
definitions
Diagnostic
constructors
this
variables
code
message
range
relatedInformation
severity
source