JobErrorItem interface
The job error items.
Properties
| code | The code intended for programmatic access. |
| message | The message that describes the error in detail. |
| recommendations | The recommended actions. |
Property Details
code
The code intended for programmatic access.
code?: string
Property Value
string
message
The message that describes the error in detail.
message?: string
Property Value
string
recommendations
The recommended actions.
recommendations?: string[]
Property Value
string[]