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

§Properties

§
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.