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

IngestionErrorRecord

import type { IngestionErrorRecord } from "https://googleapis.deno.dev/v1/dfareporting:v5.ts";

Contains the ingestion error record of the dynamic feed. limited to 100 records.

interface IngestionErrorRecord {
readonly errors?: FieldError[];
readonly recordId?: string;
}

§Properties

§
readonly errors?: FieldError[]
[src]

Output only. The list of field errors of the ingestion error record.

§
readonly recordId?: string
[src]

Output only. The record ID of the ingestion error record.