Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ErrNilRouter = errors.New("router is nil") ErrFHServerShutdown = errors.New("cannot complete graceful shutdown") ErrNotFound = errors.New("route not found") ErrNoMethod = errors.New("method not allowed") ErrServerError = errors.New("internal server error") ErrRecordNotFound = errors.New("record not found") ErrConflict = errors.New("conflict") )
Functions ¶
func WrappedError ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.