package constant const ( SysError string = "system error" UnauthorizedError string = "unauthorized" ForbiddenError string = "permission denied" InvalidError string = "invalid" IllegalTokenError string = "authentication failed" TokenExpiredError string = "token expired" WrongPassword string = "wrong password" ConfigNotExist string = "config not exist" )