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

ListErrorFramesResponse

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

A response for listing error frames.

interface ListErrorFramesResponse {
errorFrames?: ErrorFrame[];
nextPageToken?: string;
unreachable?: string[];
}

§Properties

§
errorFrames?: ErrorFrame[]
[src]

The list of error frames.

§
nextPageToken?: string
[src]

A token identifying a page of results the server should return.

§
unreachable?: string[]
[src]

Locations that could not be reached.