Class StackTraceElement (1.14.2)

StackTraceElement(mapping=None, *, ignore_unknown_fields=False, **kwargs)

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

Attributes

NameDescription
step str
The step the error occurred at.
routine str
The routine where the error occurred.
position google.cloud.workflows.executions_v1.types.Execution.StackTraceElement.Position
The source position information of the stack trace element.

Classes

Position

Position(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Position contains source position information about the stack trace element such as line number, column number and length of the code block in bytes.