Job Error Response
data class JobErrorResponse(val category: String, val code: String, val details: List<JobErrorDetailResponse>, val message: String, val retry: String)
Details of JobOutput errors.
Details of JobOutput errors.