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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["This document outlines the `ErrorEvent` class, a core component of the Google Cloud Error Reporting system within the `Google.Cloud.ErrorReporting.V1Beta1` namespace, used to represent error events."],["The `ErrorEvent` class, found in the `Google.Cloud.ErrorReporting.V1Beta1.dll` assembly, inherits from `Object` and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, making it versatile for various data handling scenarios."],["The class offers two constructors: a default `ErrorEvent()` constructor and another `ErrorEvent(ErrorEvent other)` which enables the creation of an `ErrorEvent` from another, along with properties such as `Context`, `EventTime`, `Message`, and `ServiceContext` to capture comprehensive error data."],["The latest version of the `ErrorEvent` is 3.0.0-beta05, however, this specific document details the 2.0.0-beta05 version, with other prior versions being 3.0.0-beta04 and 2.0.0-beta05, along with their respective documentation."]]],[]]