package
1.2.4
Repository: https://github.com/interspace/errors.git
Documentation: pkg.go.dev

# Functions

GetOneLineSource extracts the file/line/function information of the topmost caller in the innermost recorded stack trace.
GetReportableStackTrace extracts a stack trace embedded in the given error in the format suitable for raven/Sentry reporting.
WithStack annotates err with a stack trace at the point WithStack was called.
WithStackDepth annotates err with a stack trace starting from the given call depth.

# Type aliases

Frame is the type of a single call frame entry.
ReportableStackTrace aliases the type of the same name in the raven (Sentry) package.
StackTrace is the type of the data for a call stack.