public sealed class ThrowError : IMessage<TransformationErrorHandling.Types.ThrowError>, IEquatable<TransformationErrorHandling.Types.ThrowError>, IDeepCloneable<TransformationErrorHandling.Types.ThrowError>, IBufferMessage, IMessage
Throw an error and fail the request when a transformation error occurs.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-06-10 UTC."],[[["The page details the `ThrowError` class within the `Google.Cloud.Dlp.V2` namespace, which is designed to halt a request when a transformation error is encountered."],["The `ThrowError` class is a part of the `TransformationErrorHandling.Types` and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The page lists different versions of the Google.Cloud.Dlp.V2 library, with version 4.16.0 being the latest and available up to version 2.15.0, all of which contain the `ThrowError` class."],["The `ThrowError` class inherits from `Object` and has two constructors, one of which accepts another `TransformationErrorHandling.Types.ThrowError` object as a parameter."],["Inherited members of the object include `GetHashCode()`, `GetType()`, `MemberwiseClone()`, and `ToString()` from the base `Object` class."]]],[]]