Class ErrorEvent (2.0.0-beta05)

public sealed class ErrorEvent : IMessage<ErrorEvent>, IEquatable<ErrorEvent>, IDeepCloneable<ErrorEvent>, IBufferMessage, IMessage

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

Inheritance

Object > ErrorEvent

Namespace

Google.Cloud.ErrorReporting.V1Beta1

Assembly

Google.Cloud.ErrorReporting.V1Beta1.dll

Constructors

ErrorEvent()

public ErrorEvent()

ErrorEvent(ErrorEvent)

public ErrorEvent(ErrorEvent other)
Parameter
NameDescription
otherErrorEvent

Properties

Context

public ErrorContext Context { get; set; }

Data about the context in which the error occurred.

Property Value
TypeDescription
ErrorContext

EventTime

public Timestamp EventTime { get; set; }

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.

Property Value
TypeDescription
Timestamp

Message

public string Message { get; set; }

The stack trace that was reported or logged by the service.

Property Value
TypeDescription
String

ServiceContext

public ServiceContext ServiceContext { get; set; }

The ServiceContext for which this error was reported.

Property Value
TypeDescription
ServiceContext