Class ErrorEvent (1.6.0)

ErrorEvent(mapping=None, *, ignore_unknown_fields=False, **kwargs)

An error event which is returned by the Error Reporting system.

Attributes

NameDescription
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.

Inheritance

builtins.object > proto.message.Message > ErrorEvent