JobErrorData: {
    error: number | string;
    error_message: string;
    imgID?: string;
    isFromWorker: boolean;
    jobID: string;
}

Type declaration

  • error: number | string
  • error_message: string
  • OptionalimgID?: string
  • isFromWorker: boolean
  • jobID: string