interface JobError {
    error: ErrorData;
    jobId: string;
    projectId: string;
    type: "error";
}

Hierarchy (View Summary)

Properties

error: ErrorData
jobId: string
projectId: string
type: "error"