Categorygithub.com/getlantern/errors
modulepackage
1.0.4
Repository: https://github.com/getlantern/errors.git
Documentation: pkg.go.dev

# Functions

New creates an Error with supplied description and format arguments to the description.
NewOffset is like New but offsets the stack by the given offset.
Wrap creates an Error based on the information in an error instance.

# Interfaces

Error wraps system and application defined errors in unified structure for reporting and logging.