Resource: ErrorGroup
Description of a group of similar error events.
JSON representation | |
---|---|
{
"name": string,
"groupId": string,
"trackingIssues": [
{
object ( |
Fields | |
---|---|
name |
The group resource name. Example:
|
groupId |
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. |
trackingIssues[] |
Associated tracking issues. |
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: https://github.com/user/project/issues/4 |
Methods |
|
---|---|
|
Get the specified group. |
|
Replace the data for the specified group. |