Diagnostic class

诊断类

构造函数

Diagnostic(Range, string, DiagnosticSeverity, string, string)

创建 诊断 类的新实例。

属性

code
message
range
severity
source

方法

toString()

返回一个字符串,表示当前诊断 对象

构造函数详细信息

Diagnostic(Range, string, DiagnosticSeverity, string, string)

创建 诊断 类的新实例。

new Diagnostic(range: Range, message: string, severity: DiagnosticSeverity, source?: string, code?: string)

参数

range
Range

发生错误或警告的范围。

message

string

错误或警告的错误消息。

severity
DiagnosticSeverity

错误或警告的严重性。

source

string

发生错误或警告的来源。

code

string

错误或警告的代码或标识符。

属性详细信息

code

code: string

属性值

string

message

message: string

属性值

string

range

range: Range

属性值

severity

severity: DiagnosticSeverity

属性值

source

source: string

属性值

string

方法详细信息

toString()

返回一个字符串,表示当前诊断 对象

function toString(): string

返回

string

一个表示当前诊断 诊断的字符串。