JobErrorInfo interface

Job Error information.

Properties

errorCode

A code representing the error.

errorMessage

A detailed message explaining the error.

recommendations

A list of recommendations to resolve the error.

Property Details

errorCode

A code representing the error.

errorCode?: string

Property Value

string

errorMessage

A detailed message explaining the error.

errorMessage?: string

Property Value

string

recommendations

A list of recommendations to resolve the error.

recommendations?: string[]

Property Value

string[]