mirror of
https://github.com/labstack/echo.git
synced 2025-01-12 01:22:21 +02:00
Error forbidden
Signed-off-by: Vishal Rana <vr@labstack.com>
This commit is contained in:
parent
cb6f0a5f80
commit
eac431df0d
1
echo.go
1
echo.go
@ -223,6 +223,7 @@ var (
|
||||
ErrUnsupportedMediaType = NewHTTPError(http.StatusUnsupportedMediaType)
|
||||
ErrNotFound = NewHTTPError(http.StatusNotFound)
|
||||
ErrUnauthorized = NewHTTPError(http.StatusUnauthorized)
|
||||
ErrForbidden = NewHTTPError(http.StatusForbidden)
|
||||
ErrMethodNotAllowed = NewHTTPError(http.StatusMethodNotAllowed)
|
||||
ErrStatusRequestEntityTooLarge = NewHTTPError(http.StatusRequestEntityTooLarge)
|
||||
ErrValidatorNotRegistered = errors.New("Validator not registered")
|
||||
|
Loading…
Reference in New Issue
Block a user