JobErrorDetails interface
This class contains the error details per object.
Properties
| creation |
The creation time of job error. |
| error |
Error level of error. |
| provider |
The Provider error details. |
| service |
The Service error details. |
| task |
The Id of the task. |
Property Details
creationTime
The creation time of job error.
creationTime?: Date
Property Value
Date
errorLevel
Error level of error.
errorLevel?: string
Property Value
string
providerErrorDetails
serviceErrorDetails
taskId
The Id of the task.
taskId?: string
Property Value
string