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

GooglePrivacyDlpV2TransformationResultStatus

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

The outcome of a transformation.

interface GooglePrivacyDlpV2TransformationResultStatus {
details?: GoogleRpcStatus;
resultStatusType?:
| "STATE_TYPE_UNSPECIFIED"
| "INVALID_TRANSFORM"
| "BIGQUERY_MAX_ROW_SIZE_EXCEEDED"
| "METADATA_UNRETRIEVABLE"
| "SUCCESS";
}

§Properties

§

Detailed error codes and messages

§
resultStatusType?: "STATE_TYPE_UNSPECIFIED" | "INVALID_TRANSFORM" | "BIGQUERY_MAX_ROW_SIZE_EXCEEDED" | "METADATA_UNRETRIEVABLE" | "SUCCESS"
[src]

Transformation result status type, this will be either SUCCESS, or it will be the reason for why the transformation was not completely successful.