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