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;
timestamps?: Date[];
}

§Properties

§

Detailed error codes and messages.

§
timestamps?: Date[]
[src]

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