# Functions
Caller captures a stack trace of the specified depth, skipping the provided number of frames.
Capture captures a stack trace of the specified depth, skipping the provided number of frames.
ExtractErrorStackTraces extracts the stack traces from the provided error and its causes.
No description provided by the author
# Structs
ErrorStackTrace is a pair of an error and its stack trace.
No description provided by the author
StackTrace is the type of the data for a call stack.
# Type aliases
ErrorStackTraces is a list of error stack traces.