Struct google_clouddebugger2::StatusMessage [] [src]

pub struct StatusMessage {
    pub is_error: Option<bool>,
    pub refers_to: Option<String>,
    pub description: Option<FormatMessage>,
}

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.

This type is not used in any activity, and only used as part of another schema.

Fields

Distinguishes errors from informational messages.

Reference to which the message applies.

Status message text.

Trait Implementations

impl Default for StatusMessage
[src]

[src]

Returns the "default value" for a type. Read more

impl Clone for StatusMessage
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for StatusMessage
[src]

[src]

Formats the value using the given formatter.

impl Part for StatusMessage
[src]