Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrEndpointNotFound = errors.New("endpoint not found")
View Source
var ErrMalformedPath = errors.New("malformed request path")
Functions ¶
This section is empty.
Types ¶
type HandlerError ¶
type HandlerError struct {
// contains filtered or unexported fields
}
func (*HandlerError) Error ¶
func (e *HandlerError) Error() string
func (*HandlerError) Unwrap ¶
func (e *HandlerError) Unwrap() error
Click to show internal directories.
Click to hide internal directories.