Class GooglePlayDeveloperReportingV1alpha1ErrorIssue
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.
Implements
Inherited Members
Namespace: Google.Apis.Playdeveloperreporting.v1alpha1.Data
Assembly: Google.Apis.Playdeveloperreporting.v1alpha1.dll
Syntax
public class GooglePlayDeveloperReportingV1alpha1ErrorIssue : IDirectResponseSchema
Properties
Annotations
List of annotations for an issue. Annotations provide additional information that may help in diagnosing and fixing the issue.
Declaration
[JsonProperty("annotations")]
public virtual IList<GooglePlayDeveloperReportingV1alpha1IssueAnnotation> Annotations { get; set; }
Property Value
Type | Description |
---|---|
IList<GooglePlayDeveloperReportingV1alpha1IssueAnnotation> |
Cause
Cause of the issue. Depending on the type this can be either: * APPLICATION_NOT_RESPONDING: the type of ANR that occurred, e.g., 'Input dispatching timed out'. * CRASH: for Java unhandled exception errors, the type of the innermost exception that was thrown, e.g., IllegalArgumentException. For signals in native code, the signal that was raised, e.g. SIGSEGV.
Declaration
[JsonProperty("cause")]
public virtual string Cause { get; set; }
Property Value
Type | Description |
---|---|
string |
DistinctUsers
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).
Declaration
[JsonProperty("distinctUsers")]
public virtual long? DistinctUsers { get; set; }
Property Value
Type | Description |
---|---|
long? |
DistinctUsersPercent
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).
Declaration
[JsonProperty("distinctUsersPercent")]
public virtual GoogleTypeDecimal DistinctUsersPercent { get; set; }
Property Value
Type | Description |
---|---|
GoogleTypeDecimal |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
ErrorReportCount
The total number of error reports in this issue (only considering occurrences matching the filters and within the requested time period).
Declaration
[JsonProperty("errorReportCount")]
public virtual long? ErrorReportCount { get; set; }
Property Value
Type | Description |
---|---|
long? |
FirstAppVersion
The earliest (inclusive) app version appearing in this ErrorIssue in the requested time period (only considering occurrences matching the filters).
Declaration
[JsonProperty("firstAppVersion")]
public virtual GooglePlayDeveloperReportingV1alpha1AppVersion FirstAppVersion { get; set; }
Property Value
Type | Description |
---|---|
GooglePlayDeveloperReportingV1alpha1AppVersion |
FirstOsVersion
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).
Declaration
[JsonProperty("firstOsVersion")]
public virtual GooglePlayDeveloperReportingV1alpha1OsVersion FirstOsVersion { get; set; }
Property Value
Type | Description |
---|---|
GooglePlayDeveloperReportingV1alpha1OsVersion |
IssueUri
Link to the issue in Android vitals in the Play Console.
Declaration
[JsonProperty("issueUri")]
public virtual string IssueUri { get; set; }
Property Value
Type | Description |
---|---|
string |
LastAppVersion
The latest (inclusive) app version appearing in this ErrorIssue in the requested time period (only considering occurrences matching the filters).
Declaration
[JsonProperty("lastAppVersion")]
public virtual GooglePlayDeveloperReportingV1alpha1AppVersion LastAppVersion { get; set; }
Property Value
Type | Description |
---|---|
GooglePlayDeveloperReportingV1alpha1AppVersion |
LastErrorReportTime
object representation of LastErrorReportTimeRaw.
Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use LastErrorReportTimeDateTimeOffset instead.")]
public virtual object LastErrorReportTime { get; set; }
Property Value
Type | Description |
---|---|
object |
LastErrorReportTimeDateTimeOffset
DateTimeOffset representation of LastErrorReportTimeRaw.
Declaration
[JsonIgnore]
public virtual DateTimeOffset? LastErrorReportTimeDateTimeOffset { get; set; }
Property Value
Type | Description |
---|---|
DateTimeOffset? |
LastErrorReportTimeRaw
Start of the hour during which the last error report in this issue occurred.
Declaration
[JsonProperty("lastErrorReportTime")]
public virtual string LastErrorReportTimeRaw { get; set; }
Property Value
Type | Description |
---|---|
string |
LastOsVersion
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).
Declaration
[JsonProperty("lastOsVersion")]
public virtual GooglePlayDeveloperReportingV1alpha1OsVersion LastOsVersion { get; set; }
Property Value
Type | Description |
---|---|
GooglePlayDeveloperReportingV1alpha1OsVersion |
Location
Location where the issue happened. Depending on the type this can be either: * APPLICATION_NOT_RESPONDING: the name of the activity or service that stopped responding. * CRASH: the likely method name that caused the error.
Declaration
[JsonProperty("location")]
public virtual string Location { get; set; }
Property Value
Type | Description |
---|---|
string |
Name
Identifier. The resource name of the issue. Format: apps/{app}/{issue}
Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Type | Description |
---|---|
string |
SampleErrorReports
Output only. Sample error reports which belong to this ErrorIssue. Note: currently a maximum of 1 per ErrorIssue is supported. Format: "apps/{app}/{report}"
Declaration
[JsonProperty("sampleErrorReports")]
public virtual IList<string> SampleErrorReports { get; set; }
Property Value
Type | Description |
---|---|
IList<string> |
Type
Type of the errors grouped in this issue.
Declaration
[JsonProperty("type")]
public virtual string Type { get; set; }
Property Value
Type | Description |
---|---|
string |