public sealed class StatusMessage : IMessage<StatusMessage>, IEquatable<StatusMessage>, IDeepCloneable<StatusMessage>, IBufferMessage, IMessage
Represents a contextual status message.
The message can indicate an error or informational status, and refer to
specific parts of the containing object.
For example, the Breakpoint.status field can indicate an error referring
to the BREAKPOINT_SOURCE_LOCATION with the message Location not found.
[[["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-03-21 UTC."],[[["The `StatusMessage` class represents a contextual message that can indicate an error or informational status related to specific parts of an object."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing capabilities for message handling, equality comparison, deep cloning, and buffer management."],["The `StatusMessage` class includes properties such as `Description` (status message text), `IsError` (distinguishing errors from informational messages), and `RefersTo` (reference to where the message applies)."],["The current API documentation covers versions from 2.3.0 to 3.2.0 of the Google.Cloud.Debugger.V2 library, with 3.2.0 being the most recent."]]],[]]