Class: Google::Devtools::Clouderrorreporting::V1beta1::ErrorEvent
- Inherits:
-
Object
- Object
- Google::Devtools::Clouderrorreporting::V1beta1::ErrorEvent
- Defined in:
- lib/google/cloud/error_reporting/v1beta1/doc/google/devtools/clouderrorreporting/v1beta1/common.rb
Overview
An error event which is returned by the Error Reporting system.
Instance Attribute Summary collapse
-
#context ⇒ Google::Devtools::Clouderrorreporting::V1beta1::ErrorContext
Data about the context in which the error occurred.
-
#event_time ⇒ Google::Protobuf::Timestamp
Time when the event occurred as provided in the error report.
-
#message ⇒ String
The stack trace that was reported or logged by the service.
-
#service_context ⇒ Google::Devtools::Clouderrorreporting::V1beta1::ServiceContext
The
ServiceContext
for which this error was reported.
Instance Attribute Details
#context ⇒ Google::Devtools::Clouderrorreporting::V1beta1::ErrorContext
Returns Data about the context in which the error occurred.
56 |
# File 'lib/google/cloud/error_reporting/v1beta1/doc/google/devtools/clouderrorreporting/v1beta1/common.rb', line 56 class ErrorEvent; end |
#event_time ⇒ Google::Protobuf::Timestamp
Returns 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.
56 |
# File 'lib/google/cloud/error_reporting/v1beta1/doc/google/devtools/clouderrorreporting/v1beta1/common.rb', line 56 class ErrorEvent; end |
#message ⇒ String
Returns The stack trace that was reported or logged by the service.
56 |
# File 'lib/google/cloud/error_reporting/v1beta1/doc/google/devtools/clouderrorreporting/v1beta1/common.rb', line 56 class ErrorEvent; end |
#service_context ⇒ Google::Devtools::Clouderrorreporting::V1beta1::ServiceContext
Returns The ServiceContext
for which this error was reported.
56 |
# File 'lib/google/cloud/error_reporting/v1beta1/doc/google/devtools/clouderrorreporting/v1beta1/common.rb', line 56 class ErrorEvent; end |