Show / Hide Table of Contents

Class GooglePlayDeveloperReportingV1alpha1ErrorReport

An error report received for an app. There reports are produced by the Android platform code when a (potentially fatal) error condition is detected. Identical reports from many users will be deduplicated and coalesced into a single ErrorReport. Required permissions: to access this resource, the calling user needs the View app information (read-only) permission for the app.

Inheritance
object
GooglePlayDeveloperReportingV1alpha1ErrorReport
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Playdeveloperreporting.v1alpha1.Data
Assembly: Google.Apis.Playdeveloperreporting.v1alpha1.dll
Syntax
public class GooglePlayDeveloperReportingV1alpha1ErrorReport : IDirectResponseSchema

Properties

AppVersion

The app version on which an event in this error report occurred on.

Declaration
[JsonProperty("appVersion")]
public virtual GooglePlayDeveloperReportingV1alpha1AppVersion AppVersion { get; set; }
Property Value
Type Description
GooglePlayDeveloperReportingV1alpha1AppVersion

DeviceModel

A device model on which an event in this error report occurred on.

Declaration
[JsonProperty("deviceModel")]
public virtual GooglePlayDeveloperReportingV1alpha1DeviceModelSummary DeviceModel { get; set; }
Property Value
Type Description
GooglePlayDeveloperReportingV1alpha1DeviceModelSummary

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

EventTime

object representation of EventTimeRaw.

Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use EventTimeDateTimeOffset instead.")]
public virtual object EventTime { get; set; }
Property Value
Type Description
object

EventTimeDateTimeOffset

DateTimeOffset representation of EventTimeRaw.

Declaration
[JsonIgnore]
public virtual DateTimeOffset? EventTimeDateTimeOffset { get; set; }
Property Value
Type Description
DateTimeOffset?

EventTimeRaw

Start of the hour during which the latest event in this error report occurred.

Declaration
[JsonProperty("eventTime")]
public virtual string EventTimeRaw { get; set; }
Property Value
Type Description
string

Issue

The issue this report was associated with. 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 a different issue.

Declaration
[JsonProperty("issue")]
public virtual string Issue { get; set; }
Property Value
Type Description
string

Name

The resource name of the report. Format: apps/{app}/{report}

Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Type Description
string

OsVersion

The OS version on which an event in this error report occurred on.

Declaration
[JsonProperty("osVersion")]
public virtual GooglePlayDeveloperReportingV1alpha1OsVersion OsVersion { get; set; }
Property Value
Type Description
GooglePlayDeveloperReportingV1alpha1OsVersion

ReportText

Textual representation of the error report. These textual reports are produced by the platform. The reports are then sanitized and filtered to remove any potentially sensitive information. Although their format is fairly stable, they are not entirely meant for machine consumption and we cannot guarantee that there won't be subtle changes to the formatting that may break systems trying to parse information out of the reports.

Declaration
[JsonProperty("reportText")]
public virtual string ReportText { get; set; }
Property Value
Type Description
string

Type

Type of the error for which this report was generated.

Declaration
[JsonProperty("type")]
public virtual string Type { get; set; }
Property Value
Type Description
string

VcsInformation

Version control system information from BUNDLE-METADATA/version-control-info.textproto or META-INF/version-control-info.textproto of the app bundle or APK, respectively.

Declaration
[JsonProperty("vcsInformation")]
public virtual string VcsInformation { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX