Resource: ErrorIssue
A group of related ErrorReports received for an app.
Similar error reports are grouped together into issues with a likely identical root cause.
Please note: this resource is currently in Alpha. There could be changes to the issue grouping that would result in similar but more recent error reports being assigned to different issues. This could also cause some issues disappearing entirely and being replaced by new ones.
Required permissions: to access this resource, the calling user needs the View app information (read-only) permission for the app.
JSON representation |
---|
{ "name": string, "type": enum ( |
Fields | |
---|---|
name |
Identifier. The resource name of the issue. Format: apps/{app}/{issue} |
type |
Type of the errors grouped in this issue. |
cause |
Cause of the issue. Depending on the type this can be either:
|
location |
Location where the issue happened. Depending on the type this can be either:
|
error |
The total number of error reports in this issue (only considering occurrences matching the filters and within the requested time period). |
distinct |
An estimate of the number of unique users who have experienced this issue (only considering occurrences matching the filters and within the requested time period). |
distinct |
An estimated percentage of users affected by any issue that are affected by this issue (only considering occurrences matching the filters and within the requested time period). |
last |
Start of the hour during which the last error report in this issue occurred. A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples: |
issue |
Link to the issue in Android vitals in the Play Console. |
first |
The smallest OS version in which this error cluster has occurred in the requested time period (only considering occurrences matching the filters and within the requested time period). |
last |
The latest OS version in which this error cluster has occurred in the requested time period (only considering occurrences matching the filters and within the requested time period). |
first |
The earliest (inclusive) app version appearing in this ErrorIssue in the requested time period (only considering occurrences matching the filters). |
last |
The latest (inclusive) app version appearing in this ErrorIssue in the requested time period (only considering occurrences matching the filters). |
annotations[] |
List of annotations for an issue. Annotations provide additional information that may help in diagnosing and fixing the issue. |
sample |
Output only. Sample error reports which belong to this ErrorIssue. Note: currently a maximum of 1 per ErrorIssue is supported. Format: "apps/{app}/{report}" |
IssueAnnotation
Representation of an annotation message for an issue.
JSON representation |
---|
{ "category": string, "title": string, "body": string } |
Fields | |
---|---|
category |
Category that the annotation belongs to. An annotation will belong to a single category. Example categories: "Potential fix", "Insight". |
title |
Title for the annotation. |
body |
Contains the contents of the annotation message. |
Methods |
|
---|---|
|
Searches all error issues in which reports have been grouped. |