Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

ImportRowErrorArchiveErrorDetails

import type { ImportRowErrorArchiveErrorDetails } from "https://googleapis.deno.dev/v1/migrationcenter:v1.ts";

Error details for an archive file.

interface ImportRowErrorArchiveErrorDetails {
readonly filePath?: string;
}

§Properties

§

Error details for a CSV file.

§
readonly filePath?: string
[src]

Output only. The file path inside the archive where the error was detected.