Class: Google::Cloud::Workflows::Executions::V1::Execution::StackTrace

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/workflows/executions/v1/executions.rb

Overview

A collection of stack elements (frames) where an error occurred.

Instance Attribute Summary collapse

Instance Attribute Details

#elements::Array<::Google::Cloud::Workflows::Executions::V1::Execution::StackTraceElement>

Returns An array of stack elements.

Returns:



126
127
128
129
# File 'proto_docs/google/cloud/workflows/executions/v1/executions.rb', line 126

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