Class ErrorEvent
An error event which is returned by the Error Reporting system.
Implements
Inherited Members
Namespace: Google.Apis.Clouderrorreporting.v1beta1.Data
Assembly: Google.Apis.Clouderrorreporting.v1beta1.dll
Syntax
public class ErrorEvent : IDirectResponseSchema
Properties
Context
Data about the context in which the error occurred.
Declaration
[JsonProperty("context")]
public virtual ErrorContext Context { get; set; }
Property Value
Type | Description |
---|---|
ErrorContext |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
EventTime
object representation of EventTimeRaw.
Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use EventTimeDateTimeOffset instead.")]
public virtual object EventTime { get; set; }
Property Value
Type | Description |
---|---|
object |
EventTimeDateTimeOffset
DateTimeOffset representation of EventTimeRaw.
Declaration
[JsonIgnore]
public virtual DateTimeOffset? EventTimeDateTimeOffset { get; set; }
Property Value
Type | Description |
---|---|
DateTimeOffset? |
EventTimeRaw
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.
Declaration
[JsonProperty("eventTime")]
public virtual string EventTimeRaw { get; set; }
Property Value
Type | Description |
---|---|
string |
Message
The stack trace that was reported or logged by the service.
Declaration
[JsonProperty("message")]
public virtual string Message { get; set; }
Property Value
Type | Description |
---|---|
string |
ServiceContext
The ServiceContext
for which this error was reported.
Declaration
[JsonProperty("serviceContext")]
public virtual ServiceContext ServiceContext { get; set; }
Property Value
Type | Description |
---|---|
ServiceContext |