ImportRowError
import type { ImportRowError } from "https://googleapis.deno.dev/v1/migrationcenter:v1.ts";
A resource that reports the import job errors at row level.
interface ImportRowError {
archiveError?: ImportRowErrorArchiveErrorDetails;
readonly assetTitle?: string;
csvError?: ImportRowErrorCsvErrorDetails;
errors?: ImportError[];
rowNumber?: number;
vmName?: string;
vmUuid?: string;
xlsxError?: ImportRowErrorXlsxErrorDetails;
}§Properties
§
archiveError?: ImportRowErrorArchiveErrorDetails
[src]Error details for an archive file.
§
csvError?: ImportRowErrorCsvErrorDetails
[src]Error details for a CSV file.
§
errors?: ImportError[]
[src]The list of errors detected in the row.
§
xlsxError?: ImportRowErrorXlsxErrorDetails
[src]Error details for an XLSX file.