//
pkg.gl
Category
github.com/tinkerbell/hegel
internal
http
httperror
package
0.12.0
Repository:
https://github.com/tinkerbell/hegel.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
2
Dependents
1
Files
27 SLOC
#
Functions
New
New constructs a new E with code and error message.
Newf
Newf constructs a new E with code and error message formatted with fmt.Sprintf.
Wrap
Wrap wraps an error with in an E instance.
#
Structs
E
E is the error struct that can be used with errors.As and errors.Is.