Class: Google::Devtools::Clouderrorreporting::V1beta1::ErrorEvent

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#contextGoogle::Devtools::Clouderrorreporting::V1beta1::ErrorContext

Returns Data about the context in which the error occurred.

Returns:



56
# File 'lib/google/cloud/error_reporting/v1beta1/doc/google/devtools/clouderrorreporting/v1beta1/common.rb', line 56

class ErrorEvent; end

#event_timeGoogle::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.

Returns:

  • (Google::Protobuf::Timestamp)

    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

#messageString

Returns The stack trace that was reported or logged by the service.

Returns:

  • (String)

    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_contextGoogle::Devtools::Clouderrorreporting::V1beta1::ServiceContext

Returns The ServiceContext for which this error was reported.

Returns:



56
# File 'lib/google/cloud/error_reporting/v1beta1/doc/google/devtools/clouderrorreporting/v1beta1/common.rb', line 56

class ErrorEvent; end