Class ErrorGroup (1.6.0)

ErrorGroup(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Description of a group of similar error events.

Attributes

NameDescription
name str
The group resource name. Example: projects/my-project-123/groups/CNSgkpnppqKCUw
group_id str
Group IDs are unique for a given project. If the same kind of error occurs in different service contexts, it will receive the same group ID.
tracking_issues Sequence[google.cloud.errorreporting_v1beta1.types.TrackingIssue]
Associated tracking issues.
resolution_status google.cloud.errorreporting_v1beta1.types.ResolutionStatus
Error group's resolution status. An unspecified resolution status will be interpreted as OPEN

Inheritance

builtins.object > proto.message.Message > ErrorGroup