# Functions
Errorf creates a new Error with Printf-style formatting.
ErrorStatus creates an empty message error with status s.
Wrap converts an ErrHandler into an http.HandlerFunc by handling the error returned by h.
# Structs
Error defines an HTTP handler error which encapsulates status and headers to be set in the HTTP response.
# Type aliases
ErrHandler defines an HTTP handler which returns an error.