JobStage interface

Contains details about the multiple job stages of a job

Properties

detail

The details of the stage.

errorCode

The error code of the stage if any.

message

The message of the job stage.

stageStatus

The stage status.

Property Details

detail

The details of the stage.

detail?: string

Property Value

string

errorCode

The error code of the stage if any.

errorCode?: string

Property Value

string

message

The message of the job stage.

message?: string

Property Value

string

stageStatus

The stage status.

stageStatus: JobStatus

Property Value