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

ImportRowErrorCsvErrorDetails

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

Error details for a CSV file.

interface ImportRowErrorCsvErrorDetails {
rowNumber?: number;
}

§Properties

§
rowNumber?: number
[src]

The row number where the error was detected.