package
1.11.3
Repository: https://github.com/cockroachdb/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 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

ReportableStackTrace aliases the type of the same name in the sentry package.