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