同步历史版本代码
This commit is contained in:
+15
-10
@@ -24,16 +24,21 @@ func init() {
|
||||
DatabaseDeletedError: "Database deleted error",
|
||||
|
||||
// User error
|
||||
UserExist: "User already exists",
|
||||
UserNotExist: "User does not exist",
|
||||
UserPasswordError: "User password error",
|
||||
UserDisabled: "User disabled",
|
||||
InsufficientBalance: "Insufficient balance",
|
||||
StopRegister: "Stop register",
|
||||
TelegramNotBound: "Telegram not bound ",
|
||||
UserNotBindOauth: "User not bind oauth method",
|
||||
InviteCodeError: "Invite code error",
|
||||
RegisterIPLimit: "Too many registrations",
|
||||
UserExist: "User already exists",
|
||||
UserNotExist: "User does not exist",
|
||||
UserPasswordError: "User password error",
|
||||
UserDisabled: "User disabled",
|
||||
InsufficientBalance: "Insufficient balance",
|
||||
StopRegister: "Stop register",
|
||||
TelegramNotBound: "Telegram not bound ",
|
||||
UserNotBindOauth: "User not bind oauth method",
|
||||
InviteCodeError: "Invite code error",
|
||||
RegisterIPLimit: "Too many registrations",
|
||||
EmailBindError: "Email already bound",
|
||||
UserBindInviteCodeExist: "Invite code already bound",
|
||||
FamilyMemberLimitExceeded: "Family member limit exceeded",
|
||||
FamilyAlreadyBound: "Family already bound",
|
||||
FamilyCrossBindForbidden: "Cross-family binding is forbidden",
|
||||
|
||||
// Node error
|
||||
NodeExist: "Node already exists",
|
||||
|
||||
Reference in New Issue
Block a user