Class: Google::Cloud::ErrorReporting::V1beta1::ErrorEvent

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/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

#context::Google::Cloud::ErrorReporting::V1beta1::ErrorContext

Returns Data about the context in which the error occurred.

Returns:



70
71
72
73
# File 'proto_docs/google/devtools/clouderrorreporting/v1beta1/common.rb', line 70

class ErrorEvent
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
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.

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.



70
71
72
73
# File 'proto_docs/google/devtools/clouderrorreporting/v1beta1/common.rb', line 70

class ErrorEvent
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#message::String

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.



70
71
72
73
# File 'proto_docs/google/devtools/clouderrorreporting/v1beta1/common.rb', line 70

class ErrorEvent
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#service_context::Google::Cloud::ErrorReporting::V1beta1::ServiceContext

Returns The ServiceContext for which this error was reported.

Returns:



70
71
72
73
# File 'proto_docs/google/devtools/clouderrorreporting/v1beta1/common.rb', line 70

class ErrorEvent
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end