Class: Google::Cloud::Workflows::Executions::V1::Execution::StackTrace
- Inherits:
-
Object
- Object
- Google::Cloud::Workflows::Executions::V1::Execution::StackTrace
- 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
-
#elements ⇒ ::Array<::Google::Cloud::Workflows::Executions::V1::Execution::StackTraceElement>
An array of stack elements.
Instance Attribute Details
#elements ⇒ ::Array<::Google::Cloud::Workflows::Executions::V1::Execution::StackTraceElement>
Returns An array of stack elements.
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 |