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
- (::Google::Cloud::Workflows::Executions::V1::Execution::StackTraceElement::Position) — The source position information of the stack trace element.
#position=
def position=(value) -> ::Google::Cloud::Workflows::Executions::V1::Execution::StackTraceElement::Position
Parameter
- value (::Google::Cloud::Workflows::Executions::V1::Execution::StackTraceElement::Position) — The source position information of the stack trace element.
Returns
- (::Google::Cloud::Workflows::Executions::V1::Execution::StackTraceElement::Position) — The source position information of the stack trace element.
#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.