package
0.12.0
Repository: https://github.com/tinkerbell/hegel.git
Documentation: pkg.go.dev

# Functions

New constructs a new E with code and error message.
Newf constructs a new E with code and error message formatted with fmt.Sprintf.
Wrap wraps an error with in an E instance.

# Structs

E is the error struct that can be used with errors.As and errors.Is.