共用方式為


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

屬性值