In the group resource name, the groupId is a unique identifier for a particular error group. The identifier is derived from key parts of the error-log content and is treated as Service Data. For information about how Service Data is handled, see Google Cloud Privacy Notice.
For a list of supported locations, see Supported Regions. global is the default when unspecified.
groupId
string
An opaque identifier of the group. This field is assigned by the Error Reporting system and always populated.
In the group resource name, the groupId is a unique identifier for a particular error group. The identifier is derived from key parts of the error-log content and is treated as Service Data. For information about how Service Data is handled, see Google Cloud Privacy Notice.
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
string
A URL pointing to a related entry in an issue tracking system. Example: https://github.com/user/project/issues/4
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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-02-20 UTC."],[[["The ErrorGroup resource represents a collection of similar error events, identified by a unique `groupId`."],["Each ErrorGroup has a resource `name`, which follows the format `projects/{projectID}/groups/{groupId}` or `projects/{projectID}/locations/{location}/groups/{groupId}`, and it must be specified."],["ErrorGroups can have associated `trackingIssues`, which contain URLs linking to issue tracking systems, enabling the monitoring of progress toward error resolution."],["The `resolutionStatus` field indicates the current state of the error group, which can be `OPEN`, `ACKNOWLEDGED`, `RESOLVED`, or `MUTED`."],["The Error Reporting API provides `get` and `update` methods for retrieving and modifying ErrorGroup data."]]],[]]