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.
Constructors
Link copied to clipboard
                fun JobErrorResponse(category: String, code: String, details: List<JobErrorDetailResponse>, message: String, retry: String)