103 lines
5.3 KiB
Lua
103 lines
5.3 KiB
Lua
---
|
||
-- 网络错误码常量 mapping lua class
|
||
-- @type Error_code
|
||
-- @field #number Id data id
|
||
-- @field #string note 参数
|
||
|
||
---
|
||
-- 网络错误码常量 数据集合
|
||
-- @type Table_Error_code_Map
|
||
-- @map <#number, #Error_code>
|
||
|
||
|
||
---
|
||
-- 网络错误码常量 数据集合
|
||
-- @field[parent = #global] TableData#Table_Error_code_Map Table_Error_code_Map
|
||
Table_Error_code_Map = {
|
||
[2] = { id = 2, note = "登陆限制超时,请重新登陆" },
|
||
[3] = { id = 3, note = "" },
|
||
[4] = { id = 4, note = "" },
|
||
[5] = { id = 5, note = "玩法不可用" },
|
||
[6] = { id = 6, note = "游戏已停用" },
|
||
[7] = { id = 7, note = "该亲友圈房卡不足,请联系亲友圈管理员!" },
|
||
[8] = { id = 8, note = "已经在亲友圈中" },
|
||
[9] = { id = 9, note = "邀请码无效" },
|
||
[10] = { id = 10, note = "房间已满" },
|
||
[11] = { id = 11, note = "房间号不存在" },
|
||
[12] = { id = 12, note = "此邮件不存在" },
|
||
[13] = { id = 13, note = "邮件已经领取" },
|
||
[14] = { id = 14, note = "此任务不存在" },
|
||
[15] = { id = 15, note = "没有亲友圈" },
|
||
[16] = { id = 16, note = "任务奖励已领取" },
|
||
[18] = { id = 18, note = "牛牛有玩家未重连成功" },
|
||
[20] = { id = 20, note = "排行&战绩数据获取失败" },
|
||
[21] = { id = 21, note = "排行数据获取失败" },
|
||
[22] = { id = 22, note = "战绩数据获取失败" },
|
||
[26] = { id = 26, note = "创建房间数达到上限" },
|
||
[27] = { id = 27, note = "正在游戏中,删除房间失败" },
|
||
[28] = { id = 28, note = "多次登录失败,禁止登录,请过段时间再次尝试" },
|
||
-- [101] = { id = 101, note = "请检查您的网络设置" }, --请检查您的网络设置,暂时注释
|
||
[102] = { id = 102, note = "网络连接超时" },
|
||
[500] = { id = 500, note = "" },
|
||
[999] = { id = 999, note = "未知错误" },
|
||
[17] = { id = 17, note = "奖券不足" },
|
||
[53] = { id = 53, note = "与桌上玩家IP相同,进入房间失败" },
|
||
[54] = { id = 54, note = "加入房间失败,距离太近,无法进入房间" },
|
||
[55] = { id = 55, note = "GPS服务未开启,请开启GPS服务!" },
|
||
[56] = { id = 56, note = "不是亲友圈" },
|
||
[57] = { id = 57, note = "亲友圈不能退出" },
|
||
[58] = { id = 58, note = "该手机号码不存在,请先绑定手机号码!" },
|
||
[59] = { id = 59, note = "验证码错误或失效" },
|
||
[61] = { id = 61, note = "手机号码已绑定玩家" },
|
||
[80] = { id = 80, note = "房间已删除" },
|
||
[81] = { id = 81, note = "是亲友圈房间" },
|
||
[83] = { id = 83, note = "创建亲友圈房间失败,已达到积分限制,请联系亲友圈管理员" },
|
||
[1000] = { id = 1000, note = "已申请加入" },
|
||
[1001] = { id = 1001, note = "成员已存在" },
|
||
[1002] = { id = 1002, note = "成员不存在" },
|
||
[1003] = { id = 1003, note = "成员存在上级合伙人" },
|
||
[1004] = { id = 1004, note = "玩法已满" },
|
||
[1005] = { id = 1005, note = "房间被删除" },
|
||
[1007] = { id = 1007, note = "玩法不存在" },
|
||
[1008] = { id = 1008, note = "不是管理员" },
|
||
[1009] = { id = 1009, note = "合伙人有成员" },
|
||
[1010] = { id = 1010, note = "目标是管理员" },
|
||
[1011] = { id = 1011, note = "目标是合伙人" },
|
||
[1012] = { id = 1012, note = "目标积分不足" },
|
||
[1013] = { id = 1013, note = "房卡不足" },
|
||
[1014] = { id = 1014, note = "没有权限" },
|
||
[1015] = { id = 1015, note = "积分不为0" },
|
||
[1016] = { id = 1016, note = "成员在房间内" },
|
||
[1017] = { id = 1017, note = "成员积分事件正在执行" },
|
||
[1018] = { id = 1018, note = "亲友圈不存在" },
|
||
[1019] = { id = 1019, note = "亲友圈已满" },
|
||
[1020] = { id = 1020, note = "亲友圈还有房间" },
|
||
[1021] = { id = 1021, note = "亲友圈禁止娱乐" },
|
||
[1022] = { id = 1022, note = "不是群主" },
|
||
[1023] = { id = 1023, note = "目標玩家是合伙人" },
|
||
[1024] = { id = 1024, note = "目標玩家不是合伙人" },
|
||
[1025] = { id = 1025, note = "已被管理员禁止娱乐" },
|
||
[1026] = { id = 1026, note = "创建亲友圈房间失败,已达到积分限制,请联系亲友圈管理员" },
|
||
[1027] = { id = 1027, note = "只能创建一个亲友圈" },
|
||
[1028] = { id = 1028, note = "亲友圈玩法必须开启积分" },
|
||
[1029] = { id = 1029, note = "还存在该玩法的房间,操作失败" },
|
||
[1030] = { id = 1030, note = "不在此亲友圈的房间中" },
|
||
[1031] = { id = 1031, note = "玩家关闭被邀请" },
|
||
[1032] = { id = 1032, note = "创建亲友圈数达到上限" },
|
||
[1033] = { id = 1033, note = "亲友圈人数已满" },
|
||
[1034] = { id = 1034, note = "玩家在游戏中,不能下分" },
|
||
[1035] = { id = 1035, note = "奖励池积分不足" },
|
||
[1036] = { id = 1036, note = " 奖励池没提取" },
|
||
[1037] = { id = 1037, note = "加入房间失败、距离太近、无法加入房间" },
|
||
[1038] = { id = 1038, note = "玩法禁止娱乐" },
|
||
[1039] = { id = 1039, note = "亲友圈已关闭申请" },
|
||
[1040] = { id = 1040, note = "亲友圈已停止服务" },
|
||
[1041] = { id = 1041, note = "不能退出亲友圈" },
|
||
[1047] = { id = 1047, note = "携带值超越上线, 请保存到保险箱里" },
|
||
[1048] = { id = 1048, note = "玩家携带值值超越上线, 请提醒保险箱里" },
|
||
[1049] = { id = 1049, note = "本房间禁止扔表情" },
|
||
[10000] = { id = 10000, note = "微信登录失败,请重新登录" },
|
||
[10001] = { id = 10001, note = "Error: capacity is full." },
|
||
[10002] = { id = 10002, note = "Error: The Queue is empty." }
|
||
}
|