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

ErrorFrame

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

Message representing a frame which failed to be processed due to an error.

interface ErrorFrame {
readonly ingestionTime?: Date;
readonly name?: string;
readonly originalFrame?: AssetFrame;
readonly violations?: FrameViolationEntry[];
}

§Properties

§
readonly ingestionTime?: Date
[src]

Output only. Frame ingestion time.

§
readonly name?: string
[src]

Output only. The identifier of the ErrorFrame.

§
readonly originalFrame?: AssetFrame
[src]

Output only. The frame that was originally reported.

§
readonly violations?: FrameViolationEntry[]
[src]

Output only. All the violations that were detected for the frame.