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

AdPolicyTopicEvidenceDestinationNotWorking

import type { AdPolicyTopicEvidenceDestinationNotWorking } from "https://googleapis.deno.dev/v1/displayvideo:v4.ts";

Details for on HTTP or DNS errors related to the ad destination.

interface AdPolicyTopicEvidenceDestinationNotWorking {
device?:
| "AD_POLICY_TOPIC_EVIDENCE_DESTINATION_NOT_WORKING_DEVICE_TYPE_UNKNOWN"
| "DESKTOP"
| "ANDROID"
| "IOS";
dnsErrorType?: "AD_POLICY_TOPIC_EVIDENCE_DESTINATION_NOT_WORKING_DNS_ERROR_TYPE_UNKNOWN" | "HOSTNAME_NOT_FOUND" | "GOOGLE_CRAWLER_DNS_ISSUE";
expandedUri?: string;
httpErrorCode?: bigint;
lastCheckedTime?: Date;
}

§Properties

§
device?: "AD_POLICY_TOPIC_EVIDENCE_DESTINATION_NOT_WORKING_DEVICE_TYPE_UNKNOWN" | "DESKTOP" | "ANDROID" | "IOS"
[src]

The device where visiting the URL resulted in the error.

§
dnsErrorType?: "AD_POLICY_TOPIC_EVIDENCE_DESTINATION_NOT_WORKING_DNS_ERROR_TYPE_UNKNOWN" | "HOSTNAME_NOT_FOUND" | "GOOGLE_CRAWLER_DNS_ISSUE"
[src]

The type of DNS error.

§
expandedUri?: string
[src]

The full URL that didn't work.

§
httpErrorCode?: bigint
[src]

The HTTP error code.

§
lastCheckedTime?: Date
[src]

The last time the error was seen when navigating to URL.