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.
Implements
IMessageErrorEvent, IEquatableErrorEvent, IDeepCloneableErrorEvent, IBufferMessage, IMessageNamespace
Google.Cloud.ErrorReporting.V1Beta1Assembly
Google.Cloud.ErrorReporting.V1Beta1.dll
Constructors
ErrorEvent()
public ErrorEvent()
ErrorEvent(ErrorEvent)
public ErrorEvent(ErrorEvent other)
Parameter | |
---|---|
Name | Description |
other |
ErrorEvent |
Properties
Context
public ErrorContext Context { get; set; }
Data about the context in which the error occurred.
Property Value | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
Timestamp |
Message
public string Message { get; set; }
The stack trace that was reported or logged by the service.
Property Value | |
---|---|
Type | Description |
string |
ServiceContext
public ServiceContext ServiceContext { get; set; }
The ServiceContext
for which this error was reported.
Property Value | |
---|---|
Type | Description |
ServiceContext |