public sealed class TransformationErrorHandling : IMessage<TransformationErrorHandling>, IEquatable<TransformationErrorHandling>, IDeepCloneable<TransformationErrorHandling>, IBufferMessage, IMessage
How to handle transformation errors during de-identification. A
transformation error occurs when the requested transformation is incompatible
with the data. For example, trying to de-identify an IP address using a
DateShift transformation would result in a transformation error, since date
info cannot be extracted from an IP address.
Information about any incompatible transformations, and how they were
handled, is returned in the response as part of the
TransformationOverviews.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["\u003cp\u003eThis webpage details the \u003ccode\u003eTransformationErrorHandling\u003c/code\u003e class within the \u003ccode\u003eGoogle.Cloud.Dlp.V2\u003c/code\u003e namespace, specifically for .NET, and it is used to manage errors encountered during data de-identification transformations.\u003c/p\u003e\n"],["\u003cp\u003eThe latest version of the \u003ccode\u003eTransformationErrorHandling\u003c/code\u003e class is 4.16.0, and the page lists numerous previous versions, down to version 2.15.0, accessible via their respective links.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eTransformationErrorHandling\u003c/code\u003e class, which inherits from \u003ccode\u003eObject\u003c/code\u003e, implements several interfaces including \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e, and it offers methods for creating new instances, either empty or as copies.\u003c/p\u003e\n"],["\u003cp\u003eThere are two methods for handling errors as found with the \u003ccode\u003eTransformationErrorHandling\u003c/code\u003e class; One is to leave the data untransformed (\u003ccode\u003eLeaveUntransformed\u003c/code\u003e), and the other is to throw an error (\u003ccode\u003eThrowError\u003c/code\u003e).\u003c/p\u003e\n"],["\u003cp\u003eTransformation errors occur when a requested data transformation is incompatible with the data, such as attempting to use \u003ccode\u003eDateShift\u003c/code\u003e on an IP address.\u003c/p\u003e\n"]]],[],null,[]]