ImportRowErrorArchiveErrorDetails
import type { ImportRowErrorArchiveErrorDetails } from "https://googleapis.deno.dev/v1/migrationcenter:v1.ts";
Error details for an archive file.
interface ImportRowErrorArchiveErrorDetails {
csvError?: ImportRowErrorCsvErrorDetails;
readonly filePath?: string;
}