JobErrorDetails interface
The job error information containing the list of job errors.
Properties
| code | The code intended for programmatic access. |
| error |
The error details. |
| message | The message that describes the error in detail. |
Property Details
code
The code intended for programmatic access.
code?: string
Property Value
string
errorDetails
message
The message that describes the error in detail.
message?: string
Property Value
string