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"]],[["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-05-02 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 inherits from the base `object` class and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing various functionalities for message handling."],["The `StatusMessage` class has properties like `Description` (for the message text), `IsError` (to differentiate errors from informational messages), and `RefersTo` (to specify which part of the object the message applies to)."],["There are multiple versions of this class, with the most current one being 3.2.0, and all documented on the webpage, along with previous versions ranging from 3.1.0 to 2.3.0."]]],[]]