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[];
}