Google Cloud Error Reporting v1beta1 API - Class ErrorEvent (3.0.0-beta04)

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

Reference documentation and code samples for the Google Cloud Error Reporting v1beta1 API class ErrorEvent.

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