# Functions
ErrBadRequest >>>.
ErrForbidden >>>.
ErrInternalServer >>>.
ErrInvalidRequest >>>.
ErrInvalidRequestN >>>.
ErrNoContent >>>.
ErrNotFound >>>.
ErrNotImplemented >>>.
ErrorToRenderer checks if a response is an ErrResponse, if it is not it will convert the error to an internalServerError.
ErrTeapot >>>.
ErrUnauthorized >>>.
IsErrResponse >>>.
Render stub to end error handling madness.
# Structs
ErrResponse >>>.