ErrorEvent(mapping=None, *, ignore_unknown_fields=False, **kwargs)
An error event which is returned by the Error Reporting system.
Attributes |
|
---|---|
Name | Description |
event_time |
google.protobuf.timestamp_pb2.Timestamp
Time when the event occurred as provided in the error report. If the report did not contain a timestamp, the time the error was received by the Error Reporting system is used. |
service_context |
google.cloud.errorreporting_v1beta1.types.ServiceContext
The ServiceContext for which this error was reported.
|
message |
str
The stack trace that was reported or logged by the service. |
context |
google.cloud.errorreporting_v1beta1.types.ErrorContext
Data about the context in which the error occurred. |