public sealed class LocalizedMessage : IMessage<LocalizedMessage>, IEquatable<LocalizedMessage>, IDeepCloneable<LocalizedMessage>, IBufferMessage, IMessage
Provides a localized error message that is safe to return to the user
which can be attached to an RPC error.
[[["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."],[[["The `LocalizedMessage` class provides a localized error message that can be safely returned to users and attached to RPC errors."],["It implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the `object` class."],["The class has properties to manage the message's `Locale` and `Message`, which allow setting the language and the error text."],["There are methods available for various operations, such as calculating the message size, cloning, comparing for equality, and merging data."],["The `LocalizedMessage` class is part of the `Google.Rpc` namespace within the `Google.Api.CommonProtos.dll` assembly."]]],[]]