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

FailedLocation

import type { FailedLocation } from "https://googleapis.deno.dev/v1/dataflow:v1b3.ts";

Indicates which [regional endpoint] (https://cloud.google.com/dataflow/docs/concepts/regional-endpoints) failed to respond to a request for data.

interface FailedLocation {
name?: string;
}

§Properties

§
name?: string
[src]

The name of the [regional endpoint] (https://cloud.google.com/dataflow/docs/concepts/regional-endpoints) that failed to respond.