Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ProfilForUserNotFoundError = &CustomError{"profil for user not found", echo.ErrNotFound.Code} WrongAuthDataError = &CustomError{"wrong auth data", echo.ErrUnauthorized.Code} UnknownError = &CustomError{"unknown error", echo.ErrInternalServerError.Code} )
Functions ¶
This section is empty.
Types ¶
type CustomError ¶
func (*CustomError) Error ¶
func (m *CustomError) Error() string
Click to show internal directories.
Click to hide internal directories.