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

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 {
readonly assetTitle?: string;
errors?: ImportError[];
rowNumber?: number;
vmName?: string;
vmUuid?: string;
}

§Properties

§

Error details for an archive file.

§
readonly assetTitle?: string
[src]

Output only. The asset title.

§

Error details for a CSV file.

§
errors?: ImportError[]
[src]

The list of errors detected in the row.

§
rowNumber?: number
[src]

The row number where the error was detected.

§
vmName?: string
[src]

The name of the VM in the row.

§
vmUuid?: string
[src]

The VM UUID.

§

Error details for an XLSX file.