transformation Error Handling
suspend fun transformationErrorHandling(value: Output<GooglePrivacyDlpV2TransformationErrorHandlingArgs>)
Parameters
value
Mode for handling transformation errors. If left unspecified, the default mode is TransformationErrorHandling.ThrowError
.
suspend fun transformationErrorHandling(argument: suspend GooglePrivacyDlpV2TransformationErrorHandlingArgsBuilder.() -> Unit)
Parameters
argument
Mode for handling transformation errors. If left unspecified, the default mode is TransformationErrorHandling.ThrowError
.