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

data

A dictionary containing details about the issue.

message

A description of issue.

type

The type (error, warning) of the issue.

Property Details

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

type

The type (error, warning) of the issue.

type: IssueType

Property Value