google_api_cloud_error_reporting v0.12.0 GoogleApi.CloudErrorReporting.V1beta1.Model.ErrorEvent View Source
An error event which is returned by the Error Reporting system.
Attributes
context
(type:GoogleApi.CloudErrorReporting.V1beta1.Model.ErrorContext.t
, default:nil
) - Data about the context in which the error occurred.eventTime
(type:DateTime.t
, default:nil
) - 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.message
(type:String.t
, default:nil
) - The stack trace that was reported or logged by the service.serviceContext
(type:GoogleApi.CloudErrorReporting.V1beta1.Model.ServiceContext.t
, default:nil
) - TheServiceContext
for which this error was reported.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Link to this type
t()
View Sourcet() :: %GoogleApi.CloudErrorReporting.V1beta1.Model.ErrorEvent{ context: GoogleApi.CloudErrorReporting.V1beta1.Model.ErrorContext.t(), eventTime: DateTime.t(), message: String.t(), serviceContext: GoogleApi.CloudErrorReporting.V1beta1.Model.ServiceContext.t() }
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.