StatusMessage(mapping=None, *, ignore_unknown_fields=False, **kwargs)
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
.
Attributes
Name | Description |
is_error |
bool
Distinguishes errors from informational messages. |
refers_to |
google.cloud.debugger_v2.types.StatusMessage.Reference
Reference to which the message applies. |
description |
google.cloud.debugger_v2.types.FormatMessage
Status message text. |
Classes
Reference
Reference(value)
Enumerates references to which the message applies.