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"]],[["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 `StatusMessage` class represents a contextual status message, indicating either an error or informational status that can relate to specific parts of an object."],["This class inherits from `Object` and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["`StatusMessage` includes properties such as `Description` for the status text, `IsError` to distinguish errors from informational messages, and `RefersTo` to specify the message's target."],["The latest version of `Google.Cloud.Debugger.V2` is 3.2.0, with previous versions including 3.1.0, 3.0.0, 2.4.0, and 2.3.0 also available for reference."]]],[]]