JobErrorInfo interface
Job Error information.
Properties
| error |
A code representing the error. |
| error |
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[]