Workflows Executions V1 API - Class Google::Cloud::Workflows::Executions::V1::Execution::StackTraceElement (v0.5.0)

Reference documentation and code samples for the Workflows Executions V1 API class Google::Cloud::Workflows::Executions::V1::Execution::StackTraceElement.

A single stack element (frame) where an error occurred.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#position

def position() -> ::Google::Cloud::Workflows::Executions::V1::Execution::StackTraceElement::Position
Returns

#position=

def position=(value) -> ::Google::Cloud::Workflows::Executions::V1::Execution::StackTraceElement::Position
Parameter
Returns

#routine

def routine() -> ::String
Returns
  • (::String) — The routine where the error occurred.

#routine=

def routine=(value) -> ::String
Parameter
  • value (::String) — The routine where the error occurred.
Returns
  • (::String) — The routine where the error occurred.

#step

def step() -> ::String
Returns
  • (::String) — The step the error occurred at.

#step=

def step=(value) -> ::String
Parameter
  • value (::String) — The step the error occurred at.
Returns
  • (::String) — The step the error occurred at.