Reference documentation and code samples for the Workflows Executions V1 API class Google::Cloud::Workflows::Executions::V1::Execution::StackTrace.
A collection of stack elements (frames) where an error occurred.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#elements
def elements() -> ::Array<::Google::Cloud::Workflows::Executions::V1::Execution::StackTraceElement>
Returns
- (::Array<::Google::Cloud::Workflows::Executions::V1::Execution::StackTraceElement>) — An array of stack elements.
#elements=
def elements=(value) -> ::Array<::Google::Cloud::Workflows::Executions::V1::Execution::StackTraceElement>
Parameter
- value (::Array<::Google::Cloud::Workflows::Executions::V1::Execution::StackTraceElement>) — An array of stack elements.
Returns
- (::Array<::Google::Cloud::Workflows::Executions::V1::Execution::StackTraceElement>) — An array of stack elements.