Namespace Google.Apis.Clouderrorreporting.v1beta1.Data
Classes
DeleteEventsResponse
Response message for deleting error events.
ErrorContext
A description of the context in which an error occurred. This data should be provided by the application when reporting an error, unless the error report has been generated automatically from Google App Engine logs.
ErrorEvent
An error event which is returned by the Error Reporting system.
ErrorGroup
Description of a group of similar error events.
ErrorGroupStats
Data extracted for a specific group based on certain filter criteria, such as a given time period and/or service filter.
HttpRequestContext
HTTP request data that is related to a reported error. This data should be provided by the application when reporting an error, unless the error report has been generated automatically from Google App Engine logs.
ListEventsResponse
Contains a set of requested error events.
ListGroupStatsResponse
Contains a set of requested error group stats.
ReportErrorEventResponse
Response for reporting an individual error event. Data may be added to this message in the future.
ReportedErrorEvent
An error event which is reported to the Error Reporting system.
ServiceContext
Describes a running service that sends errors. Its version changes over time and multiple versions can run in parallel.
SourceLocation
Indicates a location in the source code of the service for which errors are reported. functionName
must be
provided by the application when reporting an error, unless the error report contains a message
with a
supported exception stack trace. All fields are optional for the later case.
SourceReference
A reference to a particular snapshot of the source tree used to build and deploy an application.
TimedCount
The number of errors in a given time period. All numbers are approximate since the error events are sampled before counting them.
TrackingIssue
Information related to tracking the progress on resolving the error.