View Source GoogleApi.PlayDeveloperReporting.V1beta1.Model.GooglePlayDeveloperReportingV1beta1ErrorReport (google_api_play_developer_reporting v0.3.0)

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.

Attributes

  • appVersion (type: GoogleApi.PlayDeveloperReporting.V1beta1.Model.GooglePlayDeveloperReportingV1beta1AppVersion.t, default: nil) - The app version on which an event in this error report occurred on.
  • deviceModel (type: GoogleApi.PlayDeveloperReporting.V1beta1.Model.GooglePlayDeveloperReportingV1beta1DeviceModelSummary.t, default: nil) - A device model on which an event in this error report occurred on.
  • eventTime (type: DateTime.t, default: nil) - Start of the hour during which the latest event in this error report occurred.
  • issue (type: String.t, default: nil) - 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.
  • name (type: String.t, default: nil) - The resource name of the report. Format: apps/{app}/{report}
  • osVersion (type: GoogleApi.PlayDeveloperReporting.V1beta1.Model.GooglePlayDeveloperReportingV1beta1OsVersion.t, default: nil) - The OS version on which an event in this error report occurred on.
  • reportText (type: String.t, default: nil) - 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.
  • type (type: String.t, default: nil) - Type of the error for which this report was generated.
  • vcsInformation (type: String.t, default: nil) - 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.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.PlayDeveloperReporting.V1beta1.Model.GooglePlayDeveloperReportingV1beta1ErrorReport{
    appVersion:
      GoogleApi.PlayDeveloperReporting.V1beta1.Model.GooglePlayDeveloperReportingV1beta1AppVersion.t()
      | nil,
    deviceModel:
      GoogleApi.PlayDeveloperReporting.V1beta1.Model.GooglePlayDeveloperReportingV1beta1DeviceModelSummary.t()
      | nil,
    eventTime: DateTime.t() | nil,
    issue: String.t() | nil,
    name: String.t() | nil,
    osVersion:
      GoogleApi.PlayDeveloperReporting.V1beta1.Model.GooglePlayDeveloperReportingV1beta1OsVersion.t()
      | nil,
    reportText: String.t() | nil,
    type: String.t() | nil,
    vcsInformation: String.t() | nil
  }

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.