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