public sealed class StatusMessage : IMessage<StatusMessage>, IEquatable<StatusMessage>, IDeepCloneable<StatusMessage>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Debugger v2 API class StatusMessage.
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 in the Google Cloud Debugger v2 API represents a contextual status message, indicating either an error or informational status related to specific parts of an object."],["This class implements several interfaces, including `IMessage\u003cStatusMessage\u003e`, `IEquatable\u003cStatusMessage\u003e`, `IDeepCloneable\u003cStatusMessage\u003e`, `IBufferMessage`, and `IMessage`."],["The `StatusMessage` class has properties for `Description` (the status message text), `IsError` (a boolean to distinguish between errors and informational messages), and `RefersTo` (a reference to what the message applies to)."],["The latest version of the `StatusMessage` class is 3.2.0, however the current context is referencing version 3.1.0, and it has multiple previous versions available, including 3.0.0, 2.4.0 and 2.3.0."]]],[]]