Issue interface

与管道运行关联的问题 (错误、警告) 。

属性

category

问题的类别。 <br />Example: Code - 引用编译错误 <br />Example: General - 指泛型错误

data

包含问题详细信息的字典。

message

问题的说明。

type

类型 (错误、警告) 问题。

属性详细信息

category

问题的类别。 <br />Example: Code - 引用编译错误 <br />Example: General - 指泛型错误

category: string

属性值

string

data

包含问题详细信息的字典。

data: {[key: string]: string}

属性值

{[key: string]: string}

message

问题的说明。

message: string

属性值

string

type

类型 (错误、警告) 问题。

type: IssueType

属性值