REST Resource: projects.groups Stay organized with collections Save and categorize content based on your preferences.
Resource: ErrorGroup
Description of a group of similar error events.
| JSON representation |
|---|
{"name":string,"groupId":string,"trackingIssues":[{object ( |
| Fields | |
|---|---|
name |
The group resource name. Written as Examples: In the group resource name, the For a list of supported locations, seeSupported Regions. |
groupId |
An opaque identifier of the group. This field is assigned by the Error Reporting system and always populated. In the group resource name, the |
trackingIssues[] |
Associated tracking issues. |
resolutionStatus |
Error group's resolution status. An unspecified resolution status will be interpreted as OPEN |
TrackingIssue
Information related to tracking the progress on resolving the error.
| JSON representation |
|---|
{"url":string} |
| Fields | |
|---|---|
url |
A URL pointing to a related entry in an issue tracking system. Example: |
ResolutionStatus
Resolution status of an error group.
| Enums | |
|---|---|
RESOLUTION_STATUS_UNSPECIFIED | Status is unknown. When left unspecified in requests, it is treated like OPEN. |
OPEN | The error group is not being addressed. This is the default for new groups. It is also used for errors re-occurring after marked RESOLVED. |
ACKNOWLEDGED | Error Group manually acknowledged, it can have an issue link attached. |
RESOLVED | Error Group manually resolved, more events for this group are not expected to occur. |
MUTED | The error group is muted and excluded by default on group stats requests. |
Methods | |
|---|---|
| Get the specified group. |
| Replace the data for the specified group. |
Except as otherwise noted, the content of this page is licensed under theCreative Commons Attribution 4.0 License, and code samples are licensed under theApache 2.0 License. For details, see theGoogle Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-07-14 UTC.