import { CardErrorCode } from "../../../GameCard/Config/_error_" export let EErrorCode:TexasErrorCode=null class TexasErrorCode extends CardErrorCode { Wrong_Param={id:60001,des:"错误的参数"} Table_Not_Exist={id:60002,des:"桌子不存在"} Not_Allow_Leave_Table={id:60003,des:"当前不允许离开桌子"} No_Seat_By_User_Id={id:60004,des:"不在座位上"} Not_In_Table={id:60005,des:"不在房间内"} Not_Seat={id:60006,des:"没有空余座位"} Not_Allow_Enter_Table={id:60007,des:"不允许进入房间"} Aready_In_Table={id:60008,des:"已经在桌内"} Not_Allow_Enter_Near_Last={id:60009,des:"临近终局,不能再进入"} Not_Enough_Crystal={id:60010,des:"钻石数量不足"} Wrong_ActionType={id:60011,des:"错误的操作类型"} Action_Failed={id:60012,des:"操作失败"} No_User_By_User_Id={id:60013,des:"没有查找到角色信息"} No_Club_By_Id={id:60014,des:"根据id查找俱乐部失败"} Club_Title_Exist={id:60015,des:"俱乐部的名称已经存在"} Not_Club_Creator={id:60016,des:"不是俱乐部创建者"} Club_Title_Not_Null={id:60017,des:"俱乐部名称不能为空"} Not_Club_Admin={id:60018,des:"非俱乐部管理员"} No_Apply_Join_Club={id:70019,des:"申请数据不存在"} Shield_By_Club={id:60020,des:"您已经被该俱乐部屏蔽了"} Not_In_Club={id:60021,des:"不在当前俱乐部"} Only_Admin_Can_Create={id:60022,des:"只有管理员可以创建"} Not_Enough_Fund={id:60023,des:"俱乐部基金不足"} Club_Unsported_Fund={id:60023,des:"管理员未开放俱乐部基金"} Not_In_Dismiss={id:60024,des:"非解散时刻"} Not_Enough_Coin={id:60025,des:"余额不足!"} Not_Enough_User={id:60026,des:"人员不够!"} Not_Table_Creator={id:60027,des:"只有桌主才能开始游戏!"} Please_Cancel_Robot={id:60028,des:"请先取消托管"} User_Be_Baned={id:60029,des:"用户已被封禁"} Not_Your_Turn={id:60030,des:"还没有轮到你下注"} Wrong_Bet_Value={id:60031,des:"下注额不合法"} Match_Not_Exist={id:60032,des:"比赛不存在"} Table_Not_Fond={id:60033,des:"牌桌未找到"} } EErrorCode=new TexasErrorCode()