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

GooglePrivacyDlpV2Error

import type { GooglePrivacyDlpV2Error } from "https://googleapis.deno.dev/v1/dlp:v2.ts";

Details information about an error encountered during job execution or the results of an unsuccessful activation of the JobTrigger.

interface GooglePrivacyDlpV2Error {
details?: GoogleRpcStatus;
extraInfo?: "ERROR_INFO_UNSPECIFIED" | "IMAGE_SCAN_UNAVAILABLE_IN_REGION" | "FILE_STORE_CLUSTER_UNSUPPORTED";
timestamps?: Date[];
}

§Properties

§

Detailed error codes and messages.

§
extraInfo?: "ERROR_INFO_UNSPECIFIED" | "IMAGE_SCAN_UNAVAILABLE_IN_REGION" | "FILE_STORE_CLUSTER_UNSUPPORTED"
[src]

Additional information about the error.

§
timestamps?: Date[]
[src]

The times the error occurred. List includes the oldest timestamp and the last 9 timestamps.