package
0.3.0
Repository: https://github.com/containerd/errdefs.git
Documentation: pkg.go.dev

# Functions

ErrStack returns a new error for the callers stack, this can be wrapped or joined into an existing error.
Join adds a stack if there is no stack included to the errors and returns a joined error with the stack hidden from the error output.
WithHelper marks the context as from a helper function This will add an additional skip to the error stack trace.
WithStack will check if the error already has a stack otherwise return a new error with the error joined with a stack error Any helpers will be skipped.

# Variables

Revision is the specific revision of the running process.
Version is version of running process.

# Structs

Frame is a single frame of the trace representing a line of code.
Trace is a stack trace along with process information about the source.