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.
Implements
Inherited Members
Namespace: Google.Apis.CloudDebugger.v2.Data
Assembly: Google.Apis.CloudDebugger.v2.dll
Syntax
public class StatusMessage : IDirectResponseSchema
Properties
Description
Status message text.
Declaration
[JsonProperty("description")]
public virtual FormatMessage Description { get; set; }
Property Value
| Type | Description |
|---|---|
| FormatMessage |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
IsError
Distinguishes errors from informational messages.
Declaration
[JsonProperty("isError")]
public virtual bool? IsError { get; set; }
Property Value
| Type | Description |
|---|---|
| bool? |
RefersTo
Reference to which the message applies.
Declaration
[JsonProperty("refersTo")]
public virtual string RefersTo { get; set; }
Property Value
| Type | Description |
|---|---|
| string |