Issue interface
An issue (error, warning) associated with a pipeline run.
Properties
category
The category of the issue. <br />Example: Code - refers to compilation errors <br />Example: General - refers to generic errors
category: string
Property Value
string
data
A dictionary containing details about the issue.
data: {[key: string]: string}
Property Value
{[key: string]: string}
message
A description of issue.
message: string
Property Value
string