共用方式為


Issue interface

(錯誤、警告) 與管線執行相關聯的問題。

屬性

category

問題的類別。 <br / > Example: Code - 參考編譯錯誤 < br / > Example:一般 - 參考泛型錯誤

data

包含問題詳細資料的字典。

message

問題的描述。

type

類型 (錯誤、警告) 問題。

屬性詳細資料

category

問題的類別。 <br / > Example: Code - 參考編譯錯誤 < br / > Example:一般 - 參考泛型錯誤

category: string

屬性值

string

data

包含問題詳細資料的字典。

data: {[key: string]: string}

屬性值

{[key: string]: string}

message

問題的描述。

message: string

屬性值

string

type

類型 (錯誤、警告) 問題。

type: IssueType

屬性值