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

ProjectsLocationsSourcesErrorFramesGetOptions

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

Additional options for MigrationCenter#projectsLocationsSourcesErrorFramesGet.

interface ProjectsLocationsSourcesErrorFramesGetOptions {
view?: "ERROR_FRAME_VIEW_UNSPECIFIED" | "ERROR_FRAME_VIEW_BASIC" | "ERROR_FRAME_VIEW_FULL";
}

§Properties

§
view?: "ERROR_FRAME_VIEW_UNSPECIFIED" | "ERROR_FRAME_VIEW_BASIC" | "ERROR_FRAME_VIEW_FULL"
[src]

Optional. An optional view mode to control the level of details for the frame. The default is a basic frame view.