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

GoogleAdsSearchads360V0Errors__SearchAds360Failure

import type { GoogleAdsSearchads360V0Errors__SearchAds360Failure } from "https://googleapis.deno.dev/v1/searchads360:v0.ts";

Describes how a Search Ads 360 API call failed. It's returned inside google.rpc.Status.details when a call fails.

interface GoogleAdsSearchads360V0Errors__SearchAds360Failure {
requestId?: string;
}

§Properties

§

The list of errors that occurred.

§
requestId?: string
[src]

The unique ID of the request that is used for debugging purposes.