Class StackFrames (1.1.0)

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

A collection of stack frames, which can be truncated.

Attributes

NameDescription
frame Sequence[.trace.StackTrace.StackFrame]
Stack frames in this call stack.
dropped_frames_count int
The number of stack frames that were dropped because there were too many stack frames. If this value is 0, then no stack frames were dropped.