public sealed class ErrorEvent : IMessage<ErrorEvent>, IEquatable<ErrorEvent>, IDeepCloneable<ErrorEvent>, IBufferMessage, IMessage
An error event which is returned by the Error Reporting system.
Implements
IMessage<ErrorEvent>, IEquatable<ErrorEvent>, IDeepCloneable<ErrorEvent>, 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 |