Contract.JobErrorResponse

Name / Description Type / Format Example
id
The unique identifier of the job error.
string uuid "string"
jobId
Job public Id
string uuid "string"
errorMessage
Error Message
string "string"
errorType
Type of job error
string "string"
createdDate
Date the job error was created
string date "2024-10-23"
{
  "id": "string",
  "jobId": "string",
  "errorMessage": "string",
  "errorType": "string",
  "createdDate": "2024-10-23"
}
Contained in Models

- none -

Consumed by Operations

- none -

Returned by Operations

- none -