Google Cloud Debugger v2 API - Class StatusMessage (3.2.0)

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.

Inheritance

object > StatusMessage

Namespace

Google.Cloud.Debugger.V2

Assembly

Google.Cloud.Debugger.V2.dll

Constructors

StatusMessage()

public StatusMessage()

StatusMessage(StatusMessage)

public StatusMessage(StatusMessage other)
Parameter
Name Description
other StatusMessage

Properties

Description

public FormatMessage Description { get; set; }

Status message text.

Property Value
Type Description
FormatMessage

IsError

public bool IsError { get; set; }

Distinguishes errors from informational messages.

Property Value
Type Description
bool

RefersTo

public StatusMessage.Types.Reference RefersTo { get; set; }

Reference to which the message applies.

Property Value
Type Description
StatusMessageTypesReference