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-12 UTC."],[[["The `ThrowError` class, part of the Google Cloud DLP V2 library, is designed to halt requests when transformation errors occur."],["This class is available across multiple versions, ranging from 2.15.0 to the latest 4.16.0, of the Google.Cloud.Dlp.V2 package."],["`ThrowError` inherits from the `Object` class and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `ThrowError` class provides two constructors: a default constructor and one that takes another `ThrowError` object as a parameter."],["The `ThrowError` type can be found in the `Google.Cloud.Dlp.V2` namespace and is located within the `Google.Cloud.Dlp.V2.dll` assembly."]]],[]]