//
pkg.gl
Category
github.com/getlantern/errors
module
package
1.0.4
Repository:
https://github.com/getlantern/errors.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
24
Dependents
69
Files
506 SLOC
#
Functions
New
New creates an Error with supplied description and format arguments to the description.
NewOffset
NewOffset is like New but offsets the stack by the given offset.
Wrap
Wrap creates an Error based on the information in an error instance.
#
Interfaces
Error
Error wraps system and application defined errors in unified structure for reporting and logging.