NIMSDK-AOS  10.6.0
Public 成员函数 | 静态 Public 成员函数 | Public 属性 | 所有成员列表
com.netease.nimlib.sdk.v2.V2NIMErrorCode 枚举类型参考

NIM 错误码 更多...

Public 成员函数

 V2NIMErrorCode (int code, @NonNull String description)
 
int getCode ()
 
String getDescription ()
 

静态 Public 成员函数

static V2NIMErrorCode fromCode (int code)
 

Public 属性

 V2NIM_ERROR_CODE_UNKNOWN =(0, "unknown error")
 未知错误 更多...
 
 V2NIM_ERROR_CODE_SUCCESS =(200, "success")
 请求成功 更多...
 
 V2NIM_ERROR_CODE_HANDSHAKE =(201, "handshake error")
 握手错误 更多...
 
 V2NIM_ERROR_CODE_ASYMMETRIC_ENCRYPTION_ALGORITHM =(202, "asymmetric encryption algorithm error")
 非对称加密算法错误 更多...
 
 V2NIM_ERROR_CODE_SYMMETRIC_ENCRYPTION_ALGORITHM =(203, "symmetric encryption algorithm error")
 对称加密算法错误 更多...
 
 V2NIM_ERROR_CODE_HANDSHAKE_PROTOCOL_VERSION_NEED_FALLBACK =(204, "handshake protocol version need fallback")
 握手协议版本需降级 更多...
 
 V2NIM_ERROR_CODE_REQUEST_TEMPORARY_FORBIDDEN =(398, "request temporary forbidden")
 请求被服务器暂时禁止 更多...
 
 V2NIM_ERROR_CODE_SERVER_UNIT_ERROR =(399, "server unit error")
 服务器单元错误 更多...
 
 V2NIM_ERROR_CODE_FORBIDDEN =(403, "forbidden")
 没有权限 更多...
 
 V2NIM_ERROR_CODE_NOT_FOUND =(404, "not found")
 资源不存在 更多...
 
 V2NIM_ERROR_CODE_PARAMETER_ERROR =(414, "parameter error")
 参数错误 更多...
 
 V2NIM_ERROR_CODE_RATE_LIMIT =(416, "rate limit exceeded")
 频率超限 更多...
 
 V2NIM_ERROR_CODE_MULTI_LOGIN_FORBIDDEN =(417, "multi login forbidden")
 多端登录被禁止 更多...
 
 V2NIM_ERROR_CODE_NEED_RETRY =(449, "need retry")
 请求需要重试 更多...
 
 V2NIM_ERROR_CODE_CALLBACK_FORBIDDEN =(463, "callback forbidden")
 第三方回调被拒绝 更多...
 
 V2NIM_ERROR_CODE_SERVER_INTERNAL_ERROR =(500, "internal server error")
 服务器内部错误 更多...
 
 V2NIM_ERROR_CODE_SERVER_BUSY =(503, "server busy")
 服务器繁忙 更多...
 
 V2NIM_ERROR_CODE_APP_UNREACHABLE =(511, "app server unreachable")
 app 服务不可达 更多...
 
 V2NIM_ERROR_CODE_SERVICE_UNAVAILABLE =(514, "service unavailable")
 服务不可用 更多...
 
 V2NIM_ERROR_CODE_PROTOCOL_BLACKHOLE_FILTERED =(599, "protocol filtered by blackhole rule")
 协议被黑洞规则过滤 更多...
 
 V2NIM_ERROR_CODE_NO_PERMISSION =(997, "appid has no permission to call the protocol")
 appid 没有权限调用该协议 更多...
 
 V2NIM_ERROR_CODE_UNPACK_ERROR =(998, "unpack error")
 解包错误 更多...
 
 V2NIM_ERROR_CODE_PACK_ERROR =(999, "pack error")
 打包错误 更多...
 
 V2NIM_ERROR_CODE_IM_DISABLED =(101301, "IM disabled")
 IM 未开通 更多...
 
 V2NIM_ERROR_CODE_SERVICE_ADDRESS_INVALID =(101302, "service address invalid")
 服务地址非法 更多...
 
 V2NIM_ERROR_CODE_APPKEY_NOT_EXIST =(101303, "appkey not exist")
 appkey 不存在 更多...
 
 V2NIM_ERROR_CODE_BUNDLEID_CHECK_FAILED =(101304, "bundleid check failed")
 bundleid 校验失败 更多...
 
 V2NIM_ERROR_CODE_ILLEGAL_AUTH_TYPE =(101305, "illegal auth type")
 非法的鉴权方式 更多...
 
 V2NIM_ERROR_CODE_ACCOUNT_NOT_EXIST =(102404, "account not exist")
 用户不存在 更多...
 
 V2NIM_ERROR_CODE_ACCOUNT_ALREADY_EXIST =(102405, "account already exists")
 用户已存在 更多...
 
 V2NIM_ERROR_CODE_ACCOUNT_CHAT_BANNED =(102421, "account chat banned")
 用户被禁言 更多...
 
 V2NIM_ERROR_CODE_ACCOUNT_BANNED =(102422, "account banned")
 用户被禁用 更多...
 
 V2NIM_ERROR_CODE_ACCOUNT_IN_BLOCK_LIST =(102426, "account in block list")
 用户被拉黑 更多...
 
 V2NIM_ERROR_CODE_ACCOUNT_COUNT_LIMIT =(102434, "limit of accounts exceeded")
 超过最大账号数 更多...
 
 V2NIM_ERROR_CODE_ACCOUNT_OPERATION_NEED_RETRY =(102449, "account operation need retry")
 账号请求需要重试 更多...
 
 V2NIM_ERROR_CODE_LOGIN_RECORD_NOT_FOUND =(102301, "login record not found")
 找不到设备登陆记录 更多...
 
 V2NIM_ERROR_CODE_INVALID_TOKEN =(102302, "invalid token")
 无效 token 更多...
 
 V2NIM_ERROR_CODE_ROBOT_NOT_ALLOWED =(102303, "robot not allowed")
 机器人账号不得登录 更多...
 
 V2NIM_ERROR_CODE_IS_NOT_AI_ACCOUNT =(102304, "It's not an AI account")
 不是数字人账号 更多...
 
 V2NIM_ERROR_CODE_USER_PROFILE_NOT_EXIST =(103404, "user profile not exist")
 用户资料不存在 更多...
 
 V2NIM_ERROR_CODE_USER_PROFILE_HIT_ANTISPAM =(103451, "user profile hit antispam")
 用户资料反垃圾 更多...
 
 V2NIM_ERROR_CODE_PEER_FRIEND_LIMIT =(104301, "peer friend limit exceeded")
 对方好友超限 更多...
 
 V2NIM_ERROR_CODE_FRIEND_APPLICATION_NOT_EXIST =(104302, "friend application not exist")
 好友申请不存在 更多...
 
 V2NIM_ERROR_CODE_FRIEND_NOT_EXIST =(104404, "friend not exist")
 好友不存在 更多...
 
 V2NIM_ERROR_CODE_FRIEND_ALREADY_EXIST =(104405, "friend already exist")
 好友已存在 更多...
 
 V2NIM_ERROR_CODE_SELF_FRIEND_OPERATION_NOT_ALLOWED =(104429, "self friend operation not allowed")
 不允许对自己进行好友操作 更多...
 
 V2NIM_ERROR_CODE_FRIEND_LIMIT =(104435, "friend accounts limit exceeded")
 好友超限 更多...
 
 V2NIM_ERROR_CODE_FRIEND_OPERATION_RATE_LIMIT =(104449, "friend operation rate limit exceeded")
 好友操作频率超限 更多...
 
 V2NIM_ERROR_CODE_FRIEND_HIT_ANTISPAM =(104451, "friend hit antispam")
 好友反垃圾 更多...
 
 V2NIM_ERROR_CODE_MUTE_LIST_LIMIT =(105435, "mute list limit exceeded")
 静音列表超限 更多...
 
 V2NIM_ERROR_CODE_SELF_MUTE_OPERATION_NOT_ALLOWED =(105429, "self mute operation not allowed")
 不允许对自己进行静音操作 更多...
 
 V2NIM_ERROR_CODE_AI_ACCOUNT_BLOCKLIST_OPERATION_NOT_ALLOWED =(106403, "You cannot blocklist an AI account")
 不允许对数字人进行黑名单操作 更多...
 
 V2NIM_ERROR_CODE_BLOCKLIST_LIMIT =(106435, "blocklist limit exceeded")
 黑名单超限 更多...
 
 V2NIM_ERROR_CODE_SELF_BLOCKLIST_OPERATION_NOT_ALLOWED =(106429, "self blocklist operation not allowed")
 不允许对自己进行黑名单操作 更多...
 
 V2NIM_ERROR_CODE_MESSAGING_FUNCTION_DISABLED =(107410, "messaging function disabled")
 该app未开启发消息功能 更多...
 
 V2NIM_ERROR_CODE_MESSAGE_HIT_ANTISPAM =(107451, "message hit antispam")
 消息命中反垃圾 更多...
 
 V2NIM_ERROR_CODE_MESSAGE_NOT_EXIST =(107404, "message not exist")
 消息不存在 更多...
 
 V2NIM_ERROR_CODE_REVOKE_MESSAGE_TO_SELF_NOT_ALLOWED =(107429, "revoke message to self not allowed")
 不允许撤回发给自己的消息 更多...
 
 V2NIM_ERROR_CODE_INVALID_TIME_RANGE =(107439, "invalid time range")
 无效的时间范围 更多...
 
 V2NIM_ERROR_CODE_REVOKE_THIRD_PARTY_MESSAGE_NOT_ALLOWED =(107301, "revoke third party message not allowed")
 不允许撤回第三方业务消息 更多...
 
 V2NIM_ERROR_CODE_TEAM_MARK_READ_FAILED =(107302, "sending message failed for marking message read failed for too many team members")
 由于群成员过多导致标记已读失败,消息发送失败 更多...
 
 V2NIM_ERROR_CODE_SENDER_OR_MANAGER_PERMISSION_ONLY_REVOKE =(107303, "only sender or manager can revoke message")
 仅允许发送者或管理员撤回消息 更多...
 
 V2NIM_ERROR_CODE_HIGH_PRIORITY_MESSAGE_RATE_LIMIT =(107304, "rate limit of high-priority messages exceeded")
 高优消息超过频控限制 更多...
 
 V2NIM_ERROR_CODE_ACK_MESSAGE_BE_HIGH_PRIORITY =(107305, "ack message should be high-priority")
 ack消息必须是高优消息 更多...
 
 V2NIM_ERROR_CODE_DUPLICATE_CLIENT_MESSAGE_ID =(107306, "duplicate client message ID")
 消息ID重复 更多...
 
 V2NIM_ERROR_CODE_SHORT_TO_LONG_URL_FAILED =(107307, "short to long URL failed")
 短链转长链失败 更多...
 
 V2NIM_ERROR_CODE_URL_INVALID =(107308, "URL invalid")
 无效 URL 更多...
 
 V2NIM_ERROR_CODE_DURATION_OUT_OF_RANGE =(107309, "duration out of range")
 duration 超出范围 更多...
 
 V2NIM_ERROR_CODE_GET_FILE_META_INFO_FAILED =(107310, "get file meta info failed")
 获取文件 meta 信息失败 更多...
 
 V2NIM_ERROR_CODE_AUDIO_FILE_SIZE_LIMIT =(107311, "audio file size limit exceeded")
 音频文件大小超限 更多...
 
 V2NIM_ERROR_CODE_VOICE_TO_TEXT_TIMEOUT =(107312, "voice to text timeout")
 语音转文字超时 更多...
 
 V2NIM_ERROR_CODE_VOICE_TO_TEXT_FAILED =(107313, "voice to text failed")
 语音转文字失败 更多...
 
 V2NIM_ERROR_CODE_REVOKE_EXCEED_TIME_LIMIT =(107314, "revoke message exceeded time limit")
 撤回消息超过时间限制 更多...
 
 V2NIM_ERROR_CODE_REVOKE_MESSAGE_NOT_ALLOWED =(107315, "revoke specified message not allowed")
 不允许撤回指定消息 更多...
 
 V2NIM_ERROR_CODE_FORCE_PUSH_LIST_LIMIT =(107316, "force push list limit exceeded")
 强推列表超过上限 更多...
 
 V2NIM_ERROR_CODE_TEAM_MESSAGE_RECEIPT_RATE_LIMIT =(107317, "team message receipt rate limit exceeded")
 群消息已读操作超频 更多...
 
 V2NIM_ERROR_CODE_SNAPSHOT_NOT_EXIST =(107318, "snapshot not exist")
 快照不存在 更多...
 
 V2NIM_ERROR_CODE_PIN_LIMIT =(107319, "PIN limit exceeded")
 PIN 数量超限 更多...
 
 V2NIM_ERROR_CODE_PIN_NOT_EXIST =(107320, "PIN not exist")
 PIN 不存在 更多...
 
 V2NIM_ERROR_CODE_QUICK_COMMENT_LIMIT =(107321, "quick comment limit exceeded")
 快捷评论数量超限 更多...
 
 V2NIM_ERROR_CODE_PIN_ALREADY_EXIST =(107322, "PIN already exist")
 PIN 已存在 更多...
 
 V2NIM_ERROR_CODE_RATE_LIMIT_FOR_MESSAGING_REACHED =(107323, "rate limit for messaging exceeded")
 消息被流控 更多...
 
 V2NIM_ERROR_CODE_TEAM_READ_RECEIPT_FUNCTION_DISABLED =(107324, "read receipt for team messages function disabled")
 该app未开启群消息已读功能 更多...
 
 V2NIM_ERROR_CODE_P2P_READ_RECEIPT_FUNCTION_DISABLED =(107325, "read receipt for p2p messages function disabled")
 该app未开启单聊消息已读功能 更多...
 
 V2NIM_ERROR_CODE_QUICK_COMMENT_FUNCTION_DISABLED =(107326, "quick comment function disabled")
 该app未开启快捷评论功能 更多...
 
 V2NIM_ERROR_CODE_PIN_FUNCTION_DISABLED =(107327, "PIN function disabled")
 该app未开启消息PIN功能 更多...
 
 V2NIM_ERROR_CODE_DELETE_SELF_MESSAGE_NOT_ALLOWED =(107328, "delete self message not allowed")
 不允许删除发给自己的消息 更多...
 
 V2NIM_ERROR_CODE_NOT_CHATBOT_ACCOUNT =(107329, "%s is not chatbot account")
 不是机器人账号 更多...
 
 V2NIM_ERROR_CODE_MESSAGE_SENSE_REQUIRED =(107330, "sender or receiver must sense message")
 不允许发送方和接收方均无感知 更多...
 
 V2NIM_ERROR_CODE_TEAM_MESSAGE_READ_RECEIPT_DISABLED =(107331, "read receipt for team messages function disabled")
 群消息已读功能未开启 更多...
 
 V2NIM_ERROR_CODE_TEAM_READ_RECEIPT_RECORD_NOT_FOUND =(107332, "read receipt record for the team message not found")
 群消息已读记录未找到 更多...
 
 V2NIM_ERROR_CODE_VOICE_TO_TEXT_FUNCTION_DISABLED =(107333,"voice to text function disabled")
 语音转文字功能未开通 更多...
 
 V2NIM_ERROR_CODE_SERVER_SEARCH_FUNCTION_DISABLED =(107334,"server search function disabled")
 云端搜索功能未开通 更多...
 
 V2NIM_ERROR_CODE_ONEWAY_DELETE_FUNCTION_DISABLED =(107335,"one-way delete function disabled")
 单向删除功能未开通 更多...
 
 V2NIM_ERROR_CODE_AI_MESSAGES_FUNCTION_DISABLED =(107337,"AI messages function disabled")
 AI消息功能未开通 更多...
 
 V2NIM_ERROR_CODE_ONEWAY_DELETION_NOT_ALLOW_FOR_TARGET_MESSAGES =(107338, "one-way deletion is not allowed for target messages")
 定向消息不允许单向删除 更多...
 
 V2NIM_ERROR_CODE_SENDER_CANNOT_INCLUDED_IN_TARGET_LIST =(107339, "the message sender cannot be included in the target list")
 定向列表包含消息发送者 更多...
 
 V2NIM_ERROR_CODE_ROBOT_CANNOT_SEND_TARGET_MESSAGE =(107340, "robot cannot send target message")
 数字人消息不能是定向消息 更多...
 
 V2NIM_ERROR_CODE_MSG_MODIFY_DISABLE =(107341, "modify msg function disabled")
 更新消息功能未开通 更多...
 
 V2NIM_ERROR_CODE_MSG_TYPE_MODIFY_DISABLE =(107342, "modify msg type disabled")
 该消息类型不允许更新 更多...
 
 V2NIM_ERROR_CODE_MSG_PARAM_MODIFY_DISABLE =(107343, "modify msg param disabled")
 该消息参数不允许更新 更多...
 
 V2NIM_ERROR_CODE_MSG_MODIFY_NOT_ALLOWED =(107344, "not allowed to modify messages")
 不允许更新消息 更多...
 
 V2NIM_ERROR_CODE_PIN_TARGET_MESSAGE_NOT_ALLOWED =(107345, "pin target message is not allowed")
 不支持PIN定向消息 更多...
 
 V2NIM_ERROR_CODE_TARGET_MESSAGE_NOT_ALLOWED_REPLY =(107346, "target message not allowed reply")
 定向消息不支持回复 更多...
 
 V2NIM_ERROR_CODE_TARGET_MESSAGE_NOT_ALLOWED_QUICK_COMMENT =(107347, "target message not allowed quick comment")
 定向消息不支持快捷评论 更多...
 
 V2NIM_ERROR_CODE_TARGETING_MESSAGE_FOR_TEAM_DISABLED =(108318, "targeting messages for group chat is disabled")
 群定向消息功能未开启 更多...
 
 V2NIM_ERROR_CODE_INCLUSIVE_AS_FALSE_NOT_ALLOWED_FOR_SUPER_TEAM =(108319, "setting 'inclusive' to false for super teams is not allowed")
 超级群定向消息不支持反选 更多...
 
 V2NIM_ERROR_CODE_CANNOT_MAKE_SUPER_TEAM_MESSAGE_VISIBLE_TO_NEW_MEMBERS =(108320, "cannot make super team targeted messages visible to new members")
 超级群定向消息不支持新成员可见 更多...
 
 V2NIM_ERROR_CODE_CANNOT_ALLOW_TARGETED_MESSAGES_INCLUSIVE_TO_NEW_MEMBERS =(108321, "cannot allow targeted messages inclusive to new members")
 定向消息成员正选不支持新成员可见 更多...
 
 V2NIM_ERROR_CODE_TEAM_NOT_EXIST =(108404, "team not exist")
 群不存在 更多...
 
 V2NIM_ERROR_CODE_GET_ONLINE_USERS_COUNT_DISABLED =(108406, "get online users count disabled")
 获取在线人数功能未开启 更多...
 
 V2NIM_ERROR_CODE_ALL_TEAM_MEMBERS_CHAT_BANNED =(108423, "all team members chat banned")
 群全体禁言 更多...
 
 V2NIM_ERROR_CODE_ASSIGN_TEAM_OWNER_MANAGER_ROLE_NOT_ALLOWED =(108430, "assign team owner manager role not allowed")
 不允许添加群主为管理员 更多...
 
 V2NIM_ERROR_CODE_EXTENDED_SUPER_TEAM_LIMIT =(108434, "extended super team limit")
 大容量超大群数量超限 更多...
 
 V2NIM_ERROR_CODE_CREATED_TEAM_LIMIT =(108435, "created team limit")
 创建群组超过上限 更多...
 
 V2NIM_ERROR_CODE_TEAM_INVITATION_LIMIT =(108437, "team invitation limit")
 群人数超过上限 更多...
 
 V2NIM_ERROR_CODE_TEAM_HIT_ANTISPAM =(108451, "team hit antispam")
 群组反垃圾 更多...
 
 V2NIM_ERROR_CODE_TEAM_OPERATION_NEED_RETRY =(108449, "team operation need retry")
 群组请求需要重试 更多...
 
 V2NIM_ERROR_CODE_NOT_ADVANCED_TEAM =(108302, "not advanced team")
 非高级群 更多...
 
 V2NIM_ERROR_CODE_TEAM_MANAGER_LIMIT =(108303, "team manager limit exceeded")
 管理员超限 更多...
 
 V2NIM_ERROR_CODE_EXTENDED_SUPER_TEAM_LIMIT_NOT_CONFIGURED =(108304, "extended super team limit not configured")
 未配置大容量超大群的数量 更多...
 
 V2NIM_ERROR_CODE_JOINED_TEAM_LIMIT =(108305, "joined team limit exceeded")
 加入群组超过上限 更多...
 
 V2NIM_ERROR_CODE_TEAM_NORMAL_MEMBER_CHAT_BANNED =(108306, "team normal member chat banned")
 群普通成员禁言 更多...
 
 V2NIM_ERROR_CODE_INVITED_ACCOUNT_NOT_FRIEND =(108307, "invited account not friend")
 被邀请者非好友关系 更多...
 
 V2NIM_ERROR_CODE_REJECT_ALL_TEAM_APPLICATIONS =(108308, "reject all team applications")
 拒绝所有入群申请 更多...
 
 V2NIM_ERROR_CODE_TEAM_MEMBERS_COUNT_LIMIT =(108309, "create team with more than %s users not allowed")
 不允许创建超出 s 人的群 更多...
 
 V2NIM_ERROR_CODE_OPERATOR_ALREADY_OWN_TEAM =(108310, "operator is already team owner")
 当前操作者已是群主 更多...
 
 V2NIM_ERROR_CODE_SUPER_TEAM_SERVICE_DISABLED =(108311, "super team service disabled")
 超大群服务未开通 更多...
 
 V2NIM_ERROR_CODE_CREATE_EXTENDED_SUPER_TEAM_NOT_ALLOWED =(108313, "create extended super team not allowed")
 不允许创建大容量超大群 更多...
 
 V2NIM_ERROR_CODE_TEAM_PER_QUERY_LIMIT =(108314, "team limit per query exceeded")
 查询群的数量超限 更多...
 
 V2NIM_ERROR_CODE_CHAT_BAN_LIST_CONTAIN_NOT_TEAM_MEMBER =(109301, "list of chat banned users contains non team members")
 禁言列表包含非群成员 更多...
 
 V2NIM_ERROR_CODE_CHAT_BAN_LIST_CONTAIN_OPERATOR =(109303, "list of chat banned users contains the operator")
 禁言列表包含操作人 更多...
 
 V2NIM_ERROR_CODE_CHAT_BAN_LIST_CONTAIN_TEAM_OWNER =(109304, "list of chat banned users contains the team owner")
 禁言列表包含群主 更多...
 
 V2NIM_ERROR_CODE_OPERATION_ON_TEAM_MANAGER_NOT_ALLOWED =(109305, "operation on team manager not allowed")
 不允许操作管理员 更多...
 
 V2NIM_ERROR_CODE_NO_TEAM_INVITE_PERMISSION =(109306, "no team invite permission")
 没有群邀请权限 更多...
 
 V2NIM_ERROR_CODE_TEAM_OWNER_QUIT_NOT_ALLOWED =(109307, "team owner quit not allowed")
 群主不允许退群 更多...
 
 V2NIM_ERROR_CODE_TEAM_OWNER_IN_KICK_LIST =(109308, "list of kicked user contains the team owner")
 群被踢列表包含群主 更多...
 
 V2NIM_ERROR_CODE_INVITE_ROBOT_ACCOUNT_NOT_ALLOWED =(109309, "invite robot account not allowed")
 不允许邀请机器人账号进群 更多...
 
 V2NIM_ERROR_CODE_KICK_OPERATOR_NOT_ALLOWED =(109310, "kick operator not allowed")
 被踢的群成员列表中包含操作者 更多...
 
 V2NIM_ERROR_CODE_TEAM_MEMBER_ALREADY_EXIST =(109311, "team member already exist")
 群成员已存在 更多...
 
 V2NIM_ERROR_CODE_TEAM_MEMBER_CAN_NOT_MODIFY_SELF =(109312, "operation on self not allowed")
 不允许操作自己 更多...
 
 V2NIM_ERROR_CODE_TEAM_INVITATION_NOT_EXIST =(109313, "team invitation not exist")
 群邀请记录不存在 更多...
 
 V2NIM_ERROR_CODE_OPERATION_ON_TEAM_OWNER_NOT_ALLOWED =(109314, "operation on team owner not allowed")
 不允许操作群主 更多...
 
 V2NIM_ERROR_CODE_FORCED_PUSH_LIST_INCLUDES_NON_TARGETED_ACCOUNTS =(109318, "the forced push list includes non-targeted accounts")
 强推列表包含非定向成员 更多...
 
 V2NIM_ERROR_CODE_TEAM_MEMBER_NOT_EXIST =(109404, "team member not exist")
 群成员不存在 更多...
 
 V2NIM_ERROR_CODE_TEAM_MEMBER_CHAT_BANNED =(109424, "team member chat banned")
 群成员被禁言 更多...
 
 V2NIM_ERROR_CODE_TEAM_OWNER_OPERATION_PERMISSION_REQUIRED =(109427, "team owner operation permission required")
 仅允许群主操作 更多...
 
 V2NIM_ERROR_CODE_TEAM_OWNER_OR_MANAGER_OPERATION_PERMISSION_REQUIRED =(109432, "team owner or manager operation permission required")
 仅允许群主或管理员操作 更多...
 
 V2NIM_ERROR_CODE_TEAM_MEMBER_CONCURRENT_OPERATION_FAILED =(109449, "team member concurrent operation failed")
 并发操作群成员失败 更多...
 
 V2NIM_ERROR_CODE_TEAM_MEMBER_HIT_ANTISPAM =(109451, "team member hit antispam")
 群成员反垃圾 更多...
 
 V2NIM_ERROR_CODE_ACCOUNTS_FOR_CONVERSATIONS_NOT_UNIQUE =(110301, "accounts for conversations not unique")
 会话所属账号不唯一 更多...
 
 V2NIM_ERROR_CODE_CONVERSATION_AND_ACCOUNT_MISMATCH =(110302, "conversation and account mismatch")
 会话和账号不匹配 更多...
 
 V2NIM_ERROR_CODE_CONVERSATION_STICK_TOP_LIMIT =(110303, "conversation stick top limit")
 会话置顶数量超限 更多...
 
 V2NIM_ERROR_CODE_CONVERSATION_BELONGED_GROUP_LIMIT =(110304, "conversation belonged group limit")
 会话所属会话分组数量超限 更多...
 
 V2NIM_ERROR_CODE_CONVERSATION_NOT_EXIST =(110404, "conversation not exist")
 会话不存在 更多...
 
 V2NIM_ERROR_CODE_CONVERSATION_OPERATION_NEED_RETRY =(110449, "conversation operation need retry")
 会话请求需要重试 更多...
 
 V2NIM_ERROR_CODE_BROADCASTING_NOTIFICATION_DISABLED =(111410, "broadcasting notification service disabled")
 广播通知 广播通知未开启 更多...
 
 V2NIM_ERROR_CODE_BROADCASTING_NOTIFICATION_NOT_EXIST =(111404, "broadcasting notification not exist")
 广播通知不存在 更多...
 
 V2NIM_ERROR_CODE_CHATROOMBROADCASTING_HIT_ANTISPAM =(111451,"hit moderation rules")
 反垃圾 更多...
 
 V2NIM_ERROR_CODE_NO_DUPBRODCASTMSG =(111301,"resent message not exist")
 重发消息不存在 更多...
 
 V2NIM_ERROR_CODE_GET_CHATROOM_LINK_FAILED =(113304, "failed to get chatroom link")
 自定义通知 更多...
 
 V2NIM_ERROR_CODE_IM_CONNECTION_ABNORMAL =(113305, "IM connection abnormal")
 IM 连接状态异常 更多...
 
 V2NIM_ERROR_CODE_CHATROOM_NOT_EXIST =(113404, "chatroom not exist")
 聊天室不存在 更多...
 
 V2NIM_ERROR_CODE_CHATROOM_CLOSED =(113406, "chatroom closed")
 聊天室已关闭 更多...
 
 V2NIM_ERROR_CODE_CHATROOM_REPEATED_OPERATION =(113409, "operation on chatroom repeated")
 聊天室重复操作 更多...
 
 V2NIM_ERROR_CODE_CHATROOM_SERVICE_DISABLED =(113410, "chatroom service disabled")
 聊天室服务未开通 更多...
 
 V2NIM_ERROR_CODE_ALL_CHATROOM_MEMBERS_CHAT_BANNED =(113423, "all chatroom members chat banned")
 聊天室全体禁言 更多...
 
 V2NIM_ERROR_CODE_CHATROOM_INFO_HIT_ANTISPAM =(113451, "chatroom info hit antispam")
 聊天室信息命中反垃圾 更多...
 
 V2NIM_ERROR_CODE_CHATROOM_ILLEGAL_AUTH_TYPE =(113306, "chatroom illegal auth type")
 非法的聊天室鉴权方式 更多...
 
 V2NIM_ERROR_CODE_IDENTICAL_FIELD_VALUES =(113307, "identical field values")
 参数与现有聊天室属性一致,无需更新 更多...
 
 V2NIM_ERROR_CODE_CHATROOM_MANAGER_OPERATION_REQUIRED =(113428, "chatroom manager operation permission required")
 仅允许聊天室管理员操作 更多...
 
 V2NIM_ERROR_CODE_CHATROOM_COUNT_LIMIT =(113434, "chatroom count limit exceeded")
 聊天室数量超过限制 更多...
 
 V2NIM_ERROR_CODE_NOTIFICATION_FOR_MEMBER_IN_OUT_CHATROOM_DISALED =(113308, "notification for joining or leaving chatrooms disabled")
 聊天室成员进出通知功能未开启 更多...
 
 V2NIM_ERROR_CODE_CHATROOM_TEMP_CHAT_BANNED =(113301, "chatroom temporarily chat banned")
 聊天室被临时禁言 更多...
 
 V2NIM_ERROR_CODE_CHATROOM_TAGGED_MEMBERS_CHAT_BANNED =(113302, "chatroom tagged members chat banned")
 聊天室标签成员被禁言 更多...
 
 V2NIM_ERROR_CODE_CHATROOM_CLOSING =(113303, "chat room closing, reopen not allowed")
 聊天室正在关闭,禁止开启 更多...
 
 V2NIM_ERROR_CODE_CHATROOM_BROADCASTING_NOTIFICATION_HIT_ANTISPAM =(113309, "chatroom broadcasting notification hit antispam")
 广播通知命中反垃圾 更多...
 
 V2NIM_ERROR_CODE_CHATROOM_BROADCASTING_NOTIFICATION_DISABLED =(113310, "broadcasting notification service disabled")
 广播通知服务未开启 更多...
 
 V2NIM_ERROR_CODE_CHATROOM_MEMBER_NOT_EXIST =(114404, "chatroom member not exist")
 聊天室成员不存在 更多...
 
 V2NIM_ERROR_CODE_CHATROOM_MEMBER_REPEATED_OPERATION =(114405, "chatroom member repeated operation")
 聊天室成员重复操作 更多...
 
 V2NIM_ERROR_CODE_CHATROOM_MEMBER_CHAT_BANNED =(114421, "chatroom member chat banned")
 聊天室成员禁言 更多...
 
 V2NIM_ERROR_CODE_ACCOUNT_IN_CHATROOM_BLOCK_LIST =(114426, "account in chatroom block list")
 账号在聊天室黑名单中 更多...
 
 V2NIM_ERROR_CODE_CHATROOM_OWNER_OPERATION_PERMISSION_REQUIRED =(114427, "chatroom owner operation permission required")
 仅允许聊天室所有者操作 更多...
 
 V2NIM_ERROR_CODE_OPERATOR_IN_CHATROOM_MEMBER_OPERATION_LIST =(114429, "operator in chatroom member operation list")
 聊天室成员操作列表包含操作者 更多...
 
 V2NIM_ERROR_CODE_CHATROOM_OWNER_OR_MANAGER_OPERATION_PERMISSION_REQUIRED =(114432, "chatroom owner or manager operation permission required")
 仅允许聊天室所有者或管理员操作 更多...
 
 V2NIM_ERROR_CODE_CHATROOM_MEMBER_LIMIT =(114437, "chatroom member limit")
 聊天室成员数量超限 更多...
 
 V2NIM_ERROR_CODE_CHATROOM_MEMBER_CONCURRENT_OPERATION_FAILED =(114449, "chatroom member concurrent operation failed")
 并发操作聊天室成员失败 更多...
 
 V2NIM_ERROR_CODE_CHATROOM_MEMBER_INFO_HIT_ANTISPAM =(114451, "chatroom member info hit antispam")
 聊天室成员命中反垃圾 更多...
 
 V2NIM_ERROR_CODE_CHATROOM_MEMBER_ALREADY_DELETED =(114408, "Member: %s was already deleted")
 聊天室成员已删除 更多...
 
 V2NIM_ERROR_CODE_CHATROOM_MEMBER_IN_BLOCKLIST_CHAT_BANNED_LIST =(114301, "target account in blocklist or chat banned list of chatroom")
 目标账号在禁言或黑名单列表中 更多...
 
 V2NIM_ERROR_CODE_ANONYMOUS_MEMBER_OPERATION_FORBIDDEN =(114303, "anonymous member operation forbidden")
 匿名成员禁止操作 更多...
 
 V2NIM_ERROR_CODE_CHATROOM_TARGET_MEMBER_OFFLINE =(114304, "Target chatroom member offline")
 目标成员帐号不在线 更多...
 
 V2NIM_ERROR_CODE_CONVERSATION_GROUP_NOT_EXIST =(116404, "conversation group not exist")
 会话分组不存在 更多...
 
 V2NIM_ERROR_CODE_CONVERSATION_GROUP_LIMIT =(116435, "conversation group limit")
 会话分组数量超限 更多...
 
 V2NIM_ERROR_CODE_CONVERSATIONS_IN_GROUP_LIMIT =(116437, "conversations in group limit")
 会话分组中的会话数量超限 更多...
 
 V2NIM_ERROR_CODE_SIGNALLING_ROOM_EXIST =(118301,"The signaling room already exists.")
 
 V2NIM_ERROR_CODE_SIGNALLING_INVITE_ACCEPTED =(118302,"The signaling invitation has been accepted.")
 
 V2NIM_ERROR_CODE_SIGNALLING_MEMBER_NOT_EXIST =(118303,"The signaling member does not exist.")
 
 V2NIM_ERROR_CODE_SIGNALLING_MEMBER_ALREADY_EXIST =(118304,"The signaling member already exists.")
 
 V2NIM_ERROR_CODE_SIGNALLING_MEMBER_ALREADY_EXIST_AND_DEVICE_ID_NOT_UNIQUE =(118305,"The signaling member exists with a non-unique device ID.")
 
 V2NIM_ERROR_CODE_SIGNALLING_UID_NOT_UNIQUE =(118306,"The signaling uid is not unique.")
 
 V2NIM_ERROR_CODE_SIGNALLING_INVITE_REJECTED =(118307,"The signaling invitation has been declined.")
 
 V2NIM_ERROR_CODE_SIGNALLING_MEMBER_OFFLINE_BUT_PUSH_REACHABLE =(118308,"The signaling member is offline but can be reached via push notifications.")
 
 V2NIM_ERROR_CODE_SIGNALLING_MEMBER_OFFLINE_AND_PUSH_NOT_REACHABLE =(118309,"The signaling member is offline and unreachable via push notifications.")
 
 V2NIM_ERROR_CODE_SIGNALLING_INVITE_NOT_EXIST =(118310,"The signaling invitation does not exist.")
 
 V2NIM_ERROR_CODE_SIGNALLING_ROOM_NOT_EXIST =(118404,"The signaling room does not exist.")
 
 V2NIM_ERROR_CODE_SIGNALLING_ROOM_MEMBER_LIMIT =(118437,"The signaling room has reached member limit.")
 
 V2NIM_ERROR_CODE_SIGNALLING_SERVICE_DISABLED =(118410,"The signaling service is disabled. Please enable it first.")
 
 V2NIM_ERROR_CODE_COLLECTION_LIMIT =(189301, "collection limit exceeded")
 收藏数量超限 更多...
 
 V2NIM_ERROR_CODE_COLLECTION_NOT_EXIST =(189302, "collection not exist")
 收藏不存在 更多...
 
 V2NIM_ERROR_CODE_COLLECTION_CONCURRENT_OPERATION_FAILED =(189449, "collection concurrent operation failed")
 并发操作收藏失败 更多...
 
 V2NIM_ERROR_CODE_CLIENT_ANTISPAM_FILE_NO_CHANGE =(189303,"client antispam file has no change")
 客户端反垃圾文件没有发生变化 更多...
 
 V2NIM_ERROR_CODE_CLIENT_ANTISPAM_FILE_SIZE_LIMIT =(189304,"client antispam file size limit exceeded")
 客户端反垃圾文件大小超限 更多...
 
 V2NIM_ERROR_CODE_FAILED_TO_REQUEST_LLM =(189308,"Failed request to the LLM")
 请求大语言模型失败 更多...
 
 V2NIM_ERROR_CODE_INTERNAL =(190001, "internal error")
 内部错误 更多...
 
 V2NIM_ERROR_CODE_ILLEGAL_STATE =(190002, "illegal state")
 非法状态 更多...
 
 V2NIM_ERROR_CODE_MISUSE =(191001, "misuse")
 使用姿势错误 更多...
 
 V2NIM_ERROR_CODE_CANCELLED =(191002, "operation cancelled")
 操作取消 更多...
 
 V2NIM_ERROR_CODE_CALLBACK_FAILED =(191003, "callback failed")
 回调失败 更多...
 
 V2NIM_ERROR_CODE_INVALID_PARAMETER =(191004, "invalid parameter")
 参数错误 更多...
 
 V2NIM_ERROR_CODE_TIMEOUT =(191005, "timeout")
 超时 更多...
 
 V2NIM_ERROR_CODE_RESOURCE_NOT_EXIST =(191006, "resource not exist")
 资源不存在 更多...
 
 V2NIM_ERROR_CODE_RESOURCE_ALREADY_EXIST =(191007, "resource already exist")
 资源已存在 更多...
 
 V2NIM_ERROR_CODE_CONNECT_FAILED =(192001, "connect failed")
 连接错误 更多...
 
 V2NIM_ERROR_CODE_CONNECT_TIMEOUT =(192002, "connect timeout")
 连接超时 更多...
 
 V2NIM_ERROR_CODE_DISCONNECTED =(192003, "disconnected")
 连接断开 更多...
 
 V2NIM_ERROR_CODE_PROTOCOL_TIMEOUT =(192004, "protocol timeout")
 协议超时 更多...
 
 V2NIM_ERROR_CODE_PROTOCOL_SEND_FAILED =(192005, "protocol send failed")
 协议发送失败 更多...
 
 V2NIM_ERROR_CODE_REQUEST_FAILED =(192006, "request failed")
 请求失败 更多...
 
 V2NIM_ERROR_CODE_DATABASE_OPEN_FAILED =(193001, "database open failed")
 数据库打开失败 更多...
 
 V2NIM_ERROR_CODE_DATABASE_UPGRADE_FAILED =(193002, "database upgrade failed")
 数据库升级失败 更多...
 
 V2NIM_ERROR_CODE_DATABASE_WRITE_FAILED =(193003, "database write failed")
 数据库写入失败 更多...
 
 V2NIM_ERROR_CODE_DATABASE_READ_FAILED =(193004, "database read failed")
 数据库读取失败 更多...
 
 V2NIM_ERROR_CODE_FILE_NOT_FOUND =(194001, "file not found")
 文件不存在 更多...
 
 V2NIM_ERROR_CODE_FILE_CREATE_FAILED =(194002, "file create failed")
 文件创建失败 更多...
 
 V2NIM_ERROR_CODE_FILE_OPEN_FAILED =(194003, "file open failed")
 文件打开失败 更多...
 
 V2NIM_ERROR_CODE_FILE_WRITE_FAILED =(194004, "file write failed")
 文件写入失败 更多...
 
 V2NIM_ERROR_CODE_FILE_READ_FAILED =(194005, "file read failed")
 文件读取失败 更多...
 
 V2NIM_ERROR_CODE_FILE_UPLOAD_FAILED =(194006, "file upload failed")
 文件上传失败 更多...
 
 V2NIM_ERROR_CODE_FILE_DOWNLOAD_FAILED =(194007, "file download failed")
 文件下载失败 更多...
 
 V2NIM_ERROR_CODE_CLIENT_ANTISPAM =(195001, "client anti-spam")
 客户端反垃圾 更多...
 
 V2NIM_ERROR_CODE_SERVER_ANTISPAM =(195002, "server anti-spam")
 云端反垃圾 更多...
 

详细描述

NIM 错误码

客户端错误码范围: 190000 ~ 199999

在文件 V2NIMErrorCode.java8 行定义.

构造及析构函数说明

◆ V2NIMErrorCode()

com.netease.nimlib.sdk.v2.V2NIMErrorCode.V2NIMErrorCode ( int  code,
@NonNull String  description 
)

在文件 V2NIMErrorCode.java562 行定义.

成员函数说明

◆ fromCode()

static V2NIMErrorCode com.netease.nimlib.sdk.v2.V2NIMErrorCode.fromCode ( int  code)
static

在文件 V2NIMErrorCode.java577 行定义.

◆ getCode()

int com.netease.nimlib.sdk.v2.V2NIMErrorCode.getCode ( )

在文件 V2NIMErrorCode.java567 行定义.

◆ getDescription()

String com.netease.nimlib.sdk.v2.V2NIMErrorCode.getDescription ( )

在文件 V2NIMErrorCode.java572 行定义.

类成员变量说明

◆ V2NIM_ERROR_CODE_ACCOUNT_ALREADY_EXIST

com.netease.nimlib.sdk.v2.V2NIMErrorCode.V2NIM_ERROR_CODE_ACCOUNT_ALREADY_EXIST =(102405, "account already exists")

用户已存在

在文件 V2NIMErrorCode.java75 行定义.

◆ V2NIM_ERROR_CODE_ACCOUNT_BANNED

com.netease.nimlib.sdk.v2.V2NIMErrorCode.V2NIM_ERROR_CODE_ACCOUNT_BANNED =(102422, "account banned")

用户被禁用

在文件 V2NIMErrorCode.java79 行定义.

◆ V2NIM_ERROR_CODE_ACCOUNT_CHAT_BANNED

com.netease.nimlib.sdk.v2.V2NIMErrorCode.V2NIM_ERROR_CODE_ACCOUNT_CHAT_BANNED =(102421, "account chat banned")

用户被禁言

在文件 V2NIMErrorCode.java77 行定义.

◆ V2NIM_ERROR_CODE_ACCOUNT_COUNT_LIMIT

com.netease.nimlib.sdk.v2.V2NIMErrorCode.V2NIM_ERROR_CODE_ACCOUNT_COUNT_LIMIT =(102434, "limit of accounts exceeded")

超过最大账号数

在文件 V2NIMErrorCode.java83 行定义.

◆ V2NIM_ERROR_CODE_ACCOUNT_IN_BLOCK_LIST

com.netease.nimlib.sdk.v2.V2NIMErrorCode.V2NIM_ERROR_CODE_ACCOUNT_IN_BLOCK_LIST =(102426, "account in block list")

用户被拉黑

在文件 V2NIMErrorCode.java81 行定义.

◆ V2NIM_ERROR_CODE_ACCOUNT_IN_CHATROOM_BLOCK_LIST

com.netease.nimlib.sdk.v2.V2NIMErrorCode.V2NIM_ERROR_CODE_ACCOUNT_IN_CHATROOM_BLOCK_LIST =(114426, "account in chatroom block list")

账号在聊天室黑名单中

在文件 V2NIMErrorCode.java415 行定义.

◆ V2NIM_ERROR_CODE_ACCOUNT_NOT_EXIST

com.netease.nimlib.sdk.v2.V2NIMErrorCode.V2NIM_ERROR_CODE_ACCOUNT_NOT_EXIST =(102404, "account not exist")

用户不存在

在文件 V2NIMErrorCode.java73 行定义.

◆ V2NIM_ERROR_CODE_ACCOUNT_OPERATION_NEED_RETRY

com.netease.nimlib.sdk.v2.V2NIMErrorCode.V2NIM_ERROR_CODE_ACCOUNT_OPERATION_NEED_RETRY =(102449, "account operation need retry")

账号请求需要重试

在文件 V2NIMErrorCode.java85 行定义.

◆ V2NIM_ERROR_CODE_ACCOUNTS_FOR_CONVERSATIONS_NOT_UNIQUE

com.netease.nimlib.sdk.v2.V2NIMErrorCode.V2NIM_ERROR_CODE_ACCOUNTS_FOR_CONVERSATIONS_NOT_UNIQUE =(110301, "accounts for conversations not unique")

会话所属账号不唯一

在文件 V2NIMErrorCode.java345 行定义.

◆ V2NIM_ERROR_CODE_ACK_MESSAGE_BE_HIGH_PRIORITY

com.netease.nimlib.sdk.v2.V2NIMErrorCode.V2NIM_ERROR_CODE_ACK_MESSAGE_BE_HIGH_PRIORITY =(107305, "ack message should be high-priority")

ack消息必须是高优消息

在文件 V2NIMErrorCode.java153 行定义.

◆ V2NIM_ERROR_CODE_AI_ACCOUNT_BLOCKLIST_OPERATION_NOT_ALLOWED

com.netease.nimlib.sdk.v2.V2NIMErrorCode.V2NIM_ERROR_CODE_AI_ACCOUNT_BLOCKLIST_OPERATION_NOT_ALLOWED =(106403, "You cannot blocklist an AI account")

不允许对数字人进行黑名单操作

在文件 V2NIMErrorCode.java127 行定义.

◆ V2NIM_ERROR_CODE_AI_MESSAGES_FUNCTION_DISABLED

com.netease.nimlib.sdk.v2.V2NIMErrorCode.V2NIM_ERROR_CODE_AI_MESSAGES_FUNCTION_DISABLED =(107337,"AI messages function disabled")

AI消息功能未开通

在文件 V2NIMErrorCode.java215 行定义.

◆ V2NIM_ERROR_CODE_ALL_CHATROOM_MEMBERS_CHAT_BANNED

com.netease.nimlib.sdk.v2.V2NIMErrorCode.V2NIM_ERROR_CODE_ALL_CHATROOM_MEMBERS_CHAT_BANNED =(113423, "all chatroom members chat banned")

聊天室全体禁言

在文件 V2NIMErrorCode.java383 行定义.

◆ V2NIM_ERROR_CODE_ALL_TEAM_MEMBERS_CHAT_BANNED

com.netease.nimlib.sdk.v2.V2NIMErrorCode.V2NIM_ERROR_CODE_ALL_TEAM_MEMBERS_CHAT_BANNED =(108423, "all team members chat banned")

群全体禁言

在文件 V2NIMErrorCode.java262 行定义.

◆ V2NIM_ERROR_CODE_ANONYMOUS_MEMBER_OPERATION_FORBIDDEN

com.netease.nimlib.sdk.v2.V2NIMErrorCode.V2NIM_ERROR_CODE_ANONYMOUS_MEMBER_OPERATION_FORBIDDEN =(114303, "anonymous member operation forbidden")

匿名成员禁止操作

在文件 V2NIMErrorCode.java433 行定义.

◆ V2NIM_ERROR_CODE_APP_UNREACHABLE

com.netease.nimlib.sdk.v2.V2NIMErrorCode.V2NIM_ERROR_CODE_APP_UNREACHABLE =(511, "app server unreachable")

app 服务不可达

在文件 V2NIMErrorCode.java47 行定义.

◆ V2NIM_ERROR_CODE_APPKEY_NOT_EXIST

com.netease.nimlib.sdk.v2.V2NIMErrorCode.V2NIM_ERROR_CODE_APPKEY_NOT_EXIST =(101303, "appkey not exist")

appkey 不存在

在文件 V2NIMErrorCode.java65 行定义.

◆ V2NIM_ERROR_CODE_ASSIGN_TEAM_OWNER_MANAGER_ROLE_NOT_ALLOWED

com.netease.nimlib.sdk.v2.V2NIMErrorCode.V2NIM_ERROR_CODE_ASSIGN_TEAM_OWNER_MANAGER_ROLE_NOT_ALLOWED =(108430, "assign team owner manager role not allowed")

不允许添加群主为管理员

在文件 V2NIMErrorCode.java264 行定义.

◆ V2NIM_ERROR_CODE_ASYMMETRIC_ENCRYPTION_ALGORITHM

com.netease.nimlib.sdk.v2.V2NIMErrorCode.V2NIM_ERROR_CODE_ASYMMETRIC_ENCRYPTION_ALGORITHM =(202, "asymmetric encryption algorithm error")

非对称加密算法错误

在文件 V2NIMErrorCode.java19 行定义.

◆ V2NIM_ERROR_CODE_AUDIO_FILE_SIZE_LIMIT

com.netease.nimlib.sdk.v2.V2NIMErrorCode.V2NIM_ERROR_CODE_AUDIO_FILE_SIZE_LIMIT =(107311, "audio file size limit exceeded")

音频文件大小超限

在文件 V2NIMErrorCode.java165 行定义.

◆ V2NIM_ERROR_CODE_BLOCKLIST_LIMIT

com.netease.nimlib.sdk.v2.V2NIMErrorCode.V2NIM_ERROR_CODE_BLOCKLIST_LIMIT =(106435, "blocklist limit exceeded")

黑名单超限

在文件 V2NIMErrorCode.java129 行定义.

◆ V2NIM_ERROR_CODE_BROADCASTING_NOTIFICATION_DISABLED

com.netease.nimlib.sdk.v2.V2NIMErrorCode.V2NIM_ERROR_CODE_BROADCASTING_NOTIFICATION_DISABLED =(111410, "broadcasting notification service disabled")

广播通知 广播通知未开启

在文件 V2NIMErrorCode.java359 行定义.

◆ V2NIM_ERROR_CODE_BROADCASTING_NOTIFICATION_NOT_EXIST

com.netease.nimlib.sdk.v2.V2NIMErrorCode.V2NIM_ERROR_CODE_BROADCASTING_NOTIFICATION_NOT_EXIST =(111404, "broadcasting notification not exist")

广播通知不存在

在文件 V2NIMErrorCode.java361 行定义.

◆ V2NIM_ERROR_CODE_BUNDLEID_CHECK_FAILED

com.netease.nimlib.sdk.v2.V2NIMErrorCode.V2NIM_ERROR_CODE_BUNDLEID_CHECK_FAILED =(101304, "bundleid check failed")

bundleid 校验失败

在文件 V2NIMErrorCode.java67 行定义.

◆ V2NIM_ERROR_CODE_CALLBACK_FAILED

com.netease.nimlib.sdk.v2.V2NIMErrorCode.V2NIM_ERROR_CODE_CALLBACK_FAILED =(191003, "callback failed")

回调失败

在文件 V2NIMErrorCode.java500 行定义.

◆ V2NIM_ERROR_CODE_CALLBACK_FORBIDDEN

com.netease.nimlib.sdk.v2.V2NIMErrorCode.V2NIM_ERROR_CODE_CALLBACK_FORBIDDEN =(463, "callback forbidden")

第三方回调被拒绝

在文件 V2NIMErrorCode.java41 行定义.

◆ V2NIM_ERROR_CODE_CANCELLED

com.netease.nimlib.sdk.v2.V2NIMErrorCode.V2NIM_ERROR_CODE_CANCELLED =(191002, "operation cancelled")

操作取消

在文件 V2NIMErrorCode.java498 行定义.

◆ V2NIM_ERROR_CODE_CANNOT_ALLOW_TARGETED_MESSAGES_INCLUSIVE_TO_NEW_MEMBERS

com.netease.nimlib.sdk.v2.V2NIMErrorCode.V2NIM_ERROR_CODE_CANNOT_ALLOW_TARGETED_MESSAGES_INCLUSIVE_TO_NEW_MEMBERS =(108321, "cannot allow targeted messages inclusive to new members")

定向消息成员正选不支持新成员可见

在文件 V2NIMErrorCode.java254 行定义.

◆ V2NIM_ERROR_CODE_CANNOT_MAKE_SUPER_TEAM_MESSAGE_VISIBLE_TO_NEW_MEMBERS

com.netease.nimlib.sdk.v2.V2NIMErrorCode.V2NIM_ERROR_CODE_CANNOT_MAKE_SUPER_TEAM_MESSAGE_VISIBLE_TO_NEW_MEMBERS =(108320, "cannot make super team targeted messages visible to new members")

超级群定向消息不支持新成员可见

在文件 V2NIMErrorCode.java251 行定义.

◆ V2NIM_ERROR_CODE_CHAT_BAN_LIST_CONTAIN_NOT_TEAM_MEMBER

com.netease.nimlib.sdk.v2.V2NIMErrorCode.V2NIM_ERROR_CODE_CHAT_BAN_LIST_CONTAIN_NOT_TEAM_MEMBER =(109301, "list of chat banned users contains non team members")

禁言列表包含非群成员

在文件 V2NIMErrorCode.java302 行定义.

◆ V2NIM_ERROR_CODE_CHAT_BAN_LIST_CONTAIN_OPERATOR

com.netease.nimlib.sdk.v2.V2NIMErrorCode.V2NIM_ERROR_CODE_CHAT_BAN_LIST_CONTAIN_OPERATOR =(109303, "list of chat banned users contains the operator")

禁言列表包含操作人

在文件 V2NIMErrorCode.java304 行定义.

◆ V2NIM_ERROR_CODE_CHAT_BAN_LIST_CONTAIN_TEAM_OWNER

com.netease.nimlib.sdk.v2.V2NIMErrorCode.V2NIM_ERROR_CODE_CHAT_BAN_LIST_CONTAIN_TEAM_OWNER =(109304, "list of chat banned users contains the team owner")

禁言列表包含群主

在文件 V2NIMErrorCode.java306 行定义.

◆ V2NIM_ERROR_CODE_CHATROOM_BROADCASTING_NOTIFICATION_DISABLED

com.netease.nimlib.sdk.v2.V2NIMErrorCode.V2NIM_ERROR_CODE_CHATROOM_BROADCASTING_NOTIFICATION_DISABLED =(113310, "broadcasting notification service disabled")

广播通知服务未开启

在文件 V2NIMErrorCode.java405 行定义.

◆ V2NIM_ERROR_CODE_CHATROOM_BROADCASTING_NOTIFICATION_HIT_ANTISPAM

com.netease.nimlib.sdk.v2.V2NIMErrorCode.V2NIM_ERROR_CODE_CHATROOM_BROADCASTING_NOTIFICATION_HIT_ANTISPAM =(113309, "chatroom broadcasting notification hit antispam")

广播通知命中反垃圾

在文件 V2NIMErrorCode.java403 行定义.

◆ V2NIM_ERROR_CODE_CHATROOM_CLOSED

com.netease.nimlib.sdk.v2.V2NIMErrorCode.V2NIM_ERROR_CODE_CHATROOM_CLOSED =(113406, "chatroom closed")

聊天室已关闭

在文件 V2NIMErrorCode.java377 行定义.

◆ V2NIM_ERROR_CODE_CHATROOM_CLOSING

com.netease.nimlib.sdk.v2.V2NIMErrorCode.V2NIM_ERROR_CODE_CHATROOM_CLOSING =(113303, "chat room closing, reopen not allowed")

聊天室正在关闭,禁止开启

在文件 V2NIMErrorCode.java401 行定义.

◆ V2NIM_ERROR_CODE_CHATROOM_COUNT_LIMIT

com.netease.nimlib.sdk.v2.V2NIMErrorCode.V2NIM_ERROR_CODE_CHATROOM_COUNT_LIMIT =(113434, "chatroom count limit exceeded")

聊天室数量超过限制

在文件 V2NIMErrorCode.java393 行定义.

◆ V2NIM_ERROR_CODE_CHATROOM_ILLEGAL_AUTH_TYPE

com.netease.nimlib.sdk.v2.V2NIMErrorCode.V2NIM_ERROR_CODE_CHATROOM_ILLEGAL_AUTH_TYPE =(113306, "chatroom illegal auth type")

非法的聊天室鉴权方式

在文件 V2NIMErrorCode.java387 行定义.

◆ V2NIM_ERROR_CODE_CHATROOM_INFO_HIT_ANTISPAM

com.netease.nimlib.sdk.v2.V2NIMErrorCode.V2NIM_ERROR_CODE_CHATROOM_INFO_HIT_ANTISPAM =(113451, "chatroom info hit antispam")

聊天室信息命中反垃圾

在文件 V2NIMErrorCode.java385 行定义.

◆ V2NIM_ERROR_CODE_CHATROOM_MANAGER_OPERATION_REQUIRED

com.netease.nimlib.sdk.v2.V2NIMErrorCode.V2NIM_ERROR_CODE_CHATROOM_MANAGER_OPERATION_REQUIRED =(113428, "chatroom manager operation permission required")

仅允许聊天室管理员操作

在文件 V2NIMErrorCode.java391 行定义.

◆ V2NIM_ERROR_CODE_CHATROOM_MEMBER_ALREADY_DELETED

com.netease.nimlib.sdk.v2.V2NIMErrorCode.V2NIM_ERROR_CODE_CHATROOM_MEMBER_ALREADY_DELETED =(114408, "Member: %s was already deleted")

聊天室成员已删除

在文件 V2NIMErrorCode.java429 行定义.

◆ V2NIM_ERROR_CODE_CHATROOM_MEMBER_CHAT_BANNED

com.netease.nimlib.sdk.v2.V2NIMErrorCode.V2NIM_ERROR_CODE_CHATROOM_MEMBER_CHAT_BANNED =(114421, "chatroom member chat banned")

聊天室成员禁言

在文件 V2NIMErrorCode.java413 行定义.

◆ V2NIM_ERROR_CODE_CHATROOM_MEMBER_CONCURRENT_OPERATION_FAILED

com.netease.nimlib.sdk.v2.V2NIMErrorCode.V2NIM_ERROR_CODE_CHATROOM_MEMBER_CONCURRENT_OPERATION_FAILED =(114449, "chatroom member concurrent operation failed")

并发操作聊天室成员失败

在文件 V2NIMErrorCode.java425 行定义.

◆ V2NIM_ERROR_CODE_CHATROOM_MEMBER_IN_BLOCKLIST_CHAT_BANNED_LIST

com.netease.nimlib.sdk.v2.V2NIMErrorCode.V2NIM_ERROR_CODE_CHATROOM_MEMBER_IN_BLOCKLIST_CHAT_BANNED_LIST =(114301, "target account in blocklist or chat banned list of chatroom")

目标账号在禁言或黑名单列表中

在文件 V2NIMErrorCode.java431 行定义.

◆ V2NIM_ERROR_CODE_CHATROOM_MEMBER_INFO_HIT_ANTISPAM

com.netease.nimlib.sdk.v2.V2NIMErrorCode.V2NIM_ERROR_CODE_CHATROOM_MEMBER_INFO_HIT_ANTISPAM =(114451, "chatroom member info hit antispam")

聊天室成员命中反垃圾

在文件 V2NIMErrorCode.java427 行定义.

◆ V2NIM_ERROR_CODE_CHATROOM_MEMBER_LIMIT

com.netease.nimlib.sdk.v2.V2NIMErrorCode.V2NIM_ERROR_CODE_CHATROOM_MEMBER_LIMIT =(114437, "chatroom member limit")

聊天室成员数量超限

在文件 V2NIMErrorCode.java423 行定义.

◆ V2NIM_ERROR_CODE_CHATROOM_MEMBER_NOT_EXIST

com.netease.nimlib.sdk.v2.V2NIMErrorCode.V2NIM_ERROR_CODE_CHATROOM_MEMBER_NOT_EXIST =(114404, "chatroom member not exist")

聊天室成员不存在

在文件 V2NIMErrorCode.java409 行定义.

◆ V2NIM_ERROR_CODE_CHATROOM_MEMBER_REPEATED_OPERATION

com.netease.nimlib.sdk.v2.V2NIMErrorCode.V2NIM_ERROR_CODE_CHATROOM_MEMBER_REPEATED_OPERATION =(114405, "chatroom member repeated operation")

聊天室成员重复操作

在文件 V2NIMErrorCode.java411 行定义.

◆ V2NIM_ERROR_CODE_CHATROOM_NOT_EXIST

com.netease.nimlib.sdk.v2.V2NIMErrorCode.V2NIM_ERROR_CODE_CHATROOM_NOT_EXIST =(113404, "chatroom not exist")

聊天室不存在

在文件 V2NIMErrorCode.java375 行定义.

◆ V2NIM_ERROR_CODE_CHATROOM_OWNER_OPERATION_PERMISSION_REQUIRED

com.netease.nimlib.sdk.v2.V2NIMErrorCode.V2NIM_ERROR_CODE_CHATROOM_OWNER_OPERATION_PERMISSION_REQUIRED =(114427, "chatroom owner operation permission required")

仅允许聊天室所有者操作

在文件 V2NIMErrorCode.java417 行定义.

◆ V2NIM_ERROR_CODE_CHATROOM_OWNER_OR_MANAGER_OPERATION_PERMISSION_REQUIRED

com.netease.nimlib.sdk.v2.V2NIMErrorCode.V2NIM_ERROR_CODE_CHATROOM_OWNER_OR_MANAGER_OPERATION_PERMISSION_REQUIRED =(114432, "chatroom owner or manager operation permission required")

仅允许聊天室所有者或管理员操作

在文件 V2NIMErrorCode.java421 行定义.

◆ V2NIM_ERROR_CODE_CHATROOM_REPEATED_OPERATION

com.netease.nimlib.sdk.v2.V2NIMErrorCode.V2NIM_ERROR_CODE_CHATROOM_REPEATED_OPERATION =(113409, "operation on chatroom repeated")

聊天室重复操作

在文件 V2NIMErrorCode.java379 行定义.

◆ V2NIM_ERROR_CODE_CHATROOM_SERVICE_DISABLED

com.netease.nimlib.sdk.v2.V2NIMErrorCode.V2NIM_ERROR_CODE_CHATROOM_SERVICE_DISABLED =(113410, "chatroom service disabled")

聊天室服务未开通

在文件 V2NIMErrorCode.java381 行定义.

◆ V2NIM_ERROR_CODE_CHATROOM_TAGGED_MEMBERS_CHAT_BANNED

com.netease.nimlib.sdk.v2.V2NIMErrorCode.V2NIM_ERROR_CODE_CHATROOM_TAGGED_MEMBERS_CHAT_BANNED =(113302, "chatroom tagged members chat banned")

聊天室标签成员被禁言

在文件 V2NIMErrorCode.java399 行定义.

◆ V2NIM_ERROR_CODE_CHATROOM_TARGET_MEMBER_OFFLINE

com.netease.nimlib.sdk.v2.V2NIMErrorCode.V2NIM_ERROR_CODE_CHATROOM_TARGET_MEMBER_OFFLINE =(114304, "Target chatroom member offline")

目标成员帐号不在线

在文件 V2NIMErrorCode.java435 行定义.

◆ V2NIM_ERROR_CODE_CHATROOM_TEMP_CHAT_BANNED

com.netease.nimlib.sdk.v2.V2NIMErrorCode.V2NIM_ERROR_CODE_CHATROOM_TEMP_CHAT_BANNED =(113301, "chatroom temporarily chat banned")

聊天室被临时禁言

在文件 V2NIMErrorCode.java397 行定义.

◆ V2NIM_ERROR_CODE_CHATROOMBROADCASTING_HIT_ANTISPAM

com.netease.nimlib.sdk.v2.V2NIMErrorCode.V2NIM_ERROR_CODE_CHATROOMBROADCASTING_HIT_ANTISPAM =(111451,"hit moderation rules")

反垃圾

在文件 V2NIMErrorCode.java363 行定义.

◆ V2NIM_ERROR_CODE_CLIENT_ANTISPAM

com.netease.nimlib.sdk.v2.V2NIMErrorCode.V2NIM_ERROR_CODE_CLIENT_ANTISPAM =(195001, "client anti-spam")

客户端反垃圾

在文件 V2NIMErrorCode.java552 行定义.

◆ V2NIM_ERROR_CODE_CLIENT_ANTISPAM_FILE_NO_CHANGE

com.netease.nimlib.sdk.v2.V2NIMErrorCode.V2NIM_ERROR_CODE_CLIENT_ANTISPAM_FILE_NO_CHANGE =(189303,"client antispam file has no change")

客户端反垃圾文件没有发生变化

在文件 V2NIMErrorCode.java483 行定义.

◆ V2NIM_ERROR_CODE_CLIENT_ANTISPAM_FILE_SIZE_LIMIT

com.netease.nimlib.sdk.v2.V2NIMErrorCode.V2NIM_ERROR_CODE_CLIENT_ANTISPAM_FILE_SIZE_LIMIT =(189304,"client antispam file size limit exceeded")

客户端反垃圾文件大小超限

在文件 V2NIMErrorCode.java485 行定义.

◆ V2NIM_ERROR_CODE_COLLECTION_CONCURRENT_OPERATION_FAILED

com.netease.nimlib.sdk.v2.V2NIMErrorCode.V2NIM_ERROR_CODE_COLLECTION_CONCURRENT_OPERATION_FAILED =(189449, "collection concurrent operation failed")

并发操作收藏失败

在文件 V2NIMErrorCode.java481 行定义.

◆ V2NIM_ERROR_CODE_COLLECTION_LIMIT

com.netease.nimlib.sdk.v2.V2NIMErrorCode.V2NIM_ERROR_CODE_COLLECTION_LIMIT =(189301, "collection limit exceeded")

收藏数量超限

在文件 V2NIMErrorCode.java477 行定义.

◆ V2NIM_ERROR_CODE_COLLECTION_NOT_EXIST

com.netease.nimlib.sdk.v2.V2NIMErrorCode.V2NIM_ERROR_CODE_COLLECTION_NOT_EXIST =(189302, "collection not exist")

收藏不存在

在文件 V2NIMErrorCode.java479 行定义.

◆ V2NIM_ERROR_CODE_CONNECT_FAILED

com.netease.nimlib.sdk.v2.V2NIMErrorCode.V2NIM_ERROR_CODE_CONNECT_FAILED =(192001, "connect failed")

连接错误

在文件 V2NIMErrorCode.java512 行定义.

◆ V2NIM_ERROR_CODE_CONNECT_TIMEOUT

com.netease.nimlib.sdk.v2.V2NIMErrorCode.V2NIM_ERROR_CODE_CONNECT_TIMEOUT =(192002, "connect timeout")

连接超时

在文件 V2NIMErrorCode.java514 行定义.

◆ V2NIM_ERROR_CODE_CONVERSATION_AND_ACCOUNT_MISMATCH

com.netease.nimlib.sdk.v2.V2NIMErrorCode.V2NIM_ERROR_CODE_CONVERSATION_AND_ACCOUNT_MISMATCH =(110302, "conversation and account mismatch")

会话和账号不匹配

在文件 V2NIMErrorCode.java347 行定义.

◆ V2NIM_ERROR_CODE_CONVERSATION_BELONGED_GROUP_LIMIT

com.netease.nimlib.sdk.v2.V2NIMErrorCode.V2NIM_ERROR_CODE_CONVERSATION_BELONGED_GROUP_LIMIT =(110304, "conversation belonged group limit")

会话所属会话分组数量超限

在文件 V2NIMErrorCode.java351 行定义.

◆ V2NIM_ERROR_CODE_CONVERSATION_GROUP_LIMIT

com.netease.nimlib.sdk.v2.V2NIMErrorCode.V2NIM_ERROR_CODE_CONVERSATION_GROUP_LIMIT =(116435, "conversation group limit")

会话分组数量超限

在文件 V2NIMErrorCode.java442 行定义.

◆ V2NIM_ERROR_CODE_CONVERSATION_GROUP_NOT_EXIST

com.netease.nimlib.sdk.v2.V2NIMErrorCode.V2NIM_ERROR_CODE_CONVERSATION_GROUP_NOT_EXIST =(116404, "conversation group not exist")

会话分组不存在

在文件 V2NIMErrorCode.java440 行定义.

◆ V2NIM_ERROR_CODE_CONVERSATION_NOT_EXIST

com.netease.nimlib.sdk.v2.V2NIMErrorCode.V2NIM_ERROR_CODE_CONVERSATION_NOT_EXIST =(110404, "conversation not exist")

会话不存在

在文件 V2NIMErrorCode.java353 行定义.

◆ V2NIM_ERROR_CODE_CONVERSATION_OPERATION_NEED_RETRY

com.netease.nimlib.sdk.v2.V2NIMErrorCode.V2NIM_ERROR_CODE_CONVERSATION_OPERATION_NEED_RETRY =(110449, "conversation operation need retry")

会话请求需要重试

在文件 V2NIMErrorCode.java355 行定义.

◆ V2NIM_ERROR_CODE_CONVERSATION_STICK_TOP_LIMIT

com.netease.nimlib.sdk.v2.V2NIMErrorCode.V2NIM_ERROR_CODE_CONVERSATION_STICK_TOP_LIMIT =(110303, "conversation stick top limit")

会话置顶数量超限

在文件 V2NIMErrorCode.java349 行定义.

◆ V2NIM_ERROR_CODE_CONVERSATIONS_IN_GROUP_LIMIT

com.netease.nimlib.sdk.v2.V2NIMErrorCode.V2NIM_ERROR_CODE_CONVERSATIONS_IN_GROUP_LIMIT =(116437, "conversations in group limit")

会话分组中的会话数量超限

在文件 V2NIMErrorCode.java444 行定义.

◆ V2NIM_ERROR_CODE_CREATE_EXTENDED_SUPER_TEAM_NOT_ALLOWED

com.netease.nimlib.sdk.v2.V2NIMErrorCode.V2NIM_ERROR_CODE_CREATE_EXTENDED_SUPER_TEAM_NOT_ALLOWED =(108313, "create extended super team not allowed")

不允许创建大容量超大群

在文件 V2NIMErrorCode.java296 行定义.

◆ V2NIM_ERROR_CODE_CREATED_TEAM_LIMIT

com.netease.nimlib.sdk.v2.V2NIMErrorCode.V2NIM_ERROR_CODE_CREATED_TEAM_LIMIT =(108435, "created team limit")

创建群组超过上限

在文件 V2NIMErrorCode.java268 行定义.

◆ V2NIM_ERROR_CODE_DATABASE_OPEN_FAILED

com.netease.nimlib.sdk.v2.V2NIMErrorCode.V2NIM_ERROR_CODE_DATABASE_OPEN_FAILED =(193001, "database open failed")

数据库打开失败

在文件 V2NIMErrorCode.java526 行定义.

◆ V2NIM_ERROR_CODE_DATABASE_READ_FAILED

com.netease.nimlib.sdk.v2.V2NIMErrorCode.V2NIM_ERROR_CODE_DATABASE_READ_FAILED =(193004, "database read failed")

数据库读取失败

在文件 V2NIMErrorCode.java532 行定义.

◆ V2NIM_ERROR_CODE_DATABASE_UPGRADE_FAILED

com.netease.nimlib.sdk.v2.V2NIMErrorCode.V2NIM_ERROR_CODE_DATABASE_UPGRADE_FAILED =(193002, "database upgrade failed")

数据库升级失败

在文件 V2NIMErrorCode.java528 行定义.

◆ V2NIM_ERROR_CODE_DATABASE_WRITE_FAILED

com.netease.nimlib.sdk.v2.V2NIMErrorCode.V2NIM_ERROR_CODE_DATABASE_WRITE_FAILED =(193003, "database write failed")

数据库写入失败

在文件 V2NIMErrorCode.java530 行定义.

◆ V2NIM_ERROR_CODE_DELETE_SELF_MESSAGE_NOT_ALLOWED

com.netease.nimlib.sdk.v2.V2NIMErrorCode.V2NIM_ERROR_CODE_DELETE_SELF_MESSAGE_NOT_ALLOWED =(107328, "delete self message not allowed")

不允许删除发给自己的消息

在文件 V2NIMErrorCode.java199 行定义.

◆ V2NIM_ERROR_CODE_DISCONNECTED

com.netease.nimlib.sdk.v2.V2NIMErrorCode.V2NIM_ERROR_CODE_DISCONNECTED =(192003, "disconnected")

连接断开

在文件 V2NIMErrorCode.java516 行定义.

◆ V2NIM_ERROR_CODE_DUPLICATE_CLIENT_MESSAGE_ID

com.netease.nimlib.sdk.v2.V2NIMErrorCode.V2NIM_ERROR_CODE_DUPLICATE_CLIENT_MESSAGE_ID =(107306, "duplicate client message ID")

消息ID重复

在文件 V2NIMErrorCode.java155 行定义.

◆ V2NIM_ERROR_CODE_DURATION_OUT_OF_RANGE

com.netease.nimlib.sdk.v2.V2NIMErrorCode.V2NIM_ERROR_CODE_DURATION_OUT_OF_RANGE =(107309, "duration out of range")

duration 超出范围

在文件 V2NIMErrorCode.java161 行定义.

◆ V2NIM_ERROR_CODE_EXTENDED_SUPER_TEAM_LIMIT

com.netease.nimlib.sdk.v2.V2NIMErrorCode.V2NIM_ERROR_CODE_EXTENDED_SUPER_TEAM_LIMIT =(108434, "extended super team limit")

大容量超大群数量超限

在文件 V2NIMErrorCode.java266 行定义.

◆ V2NIM_ERROR_CODE_EXTENDED_SUPER_TEAM_LIMIT_NOT_CONFIGURED

com.netease.nimlib.sdk.v2.V2NIMErrorCode.V2NIM_ERROR_CODE_EXTENDED_SUPER_TEAM_LIMIT_NOT_CONFIGURED =(108304, "extended super team limit not configured")

未配置大容量超大群的数量

在文件 V2NIMErrorCode.java280 行定义.

◆ V2NIM_ERROR_CODE_FAILED_TO_REQUEST_LLM

com.netease.nimlib.sdk.v2.V2NIMErrorCode.V2NIM_ERROR_CODE_FAILED_TO_REQUEST_LLM =(189308,"Failed request to the LLM")

请求大语言模型失败

在文件 V2NIMErrorCode.java487 行定义.

◆ V2NIM_ERROR_CODE_FILE_CREATE_FAILED

com.netease.nimlib.sdk.v2.V2NIMErrorCode.V2NIM_ERROR_CODE_FILE_CREATE_FAILED =(194002, "file create failed")

文件创建失败

在文件 V2NIMErrorCode.java538 行定义.

◆ V2NIM_ERROR_CODE_FILE_DOWNLOAD_FAILED

com.netease.nimlib.sdk.v2.V2NIMErrorCode.V2NIM_ERROR_CODE_FILE_DOWNLOAD_FAILED =(194007, "file download failed")

文件下载失败

在文件 V2NIMErrorCode.java548 行定义.

◆ V2NIM_ERROR_CODE_FILE_NOT_FOUND

com.netease.nimlib.sdk.v2.V2NIMErrorCode.V2NIM_ERROR_CODE_FILE_NOT_FOUND =(194001, "file not found")

文件不存在

在文件 V2NIMErrorCode.java536 行定义.

◆ V2NIM_ERROR_CODE_FILE_OPEN_FAILED

com.netease.nimlib.sdk.v2.V2NIMErrorCode.V2NIM_ERROR_CODE_FILE_OPEN_FAILED =(194003, "file open failed")

文件打开失败

在文件 V2NIMErrorCode.java540 行定义.

◆ V2NIM_ERROR_CODE_FILE_READ_FAILED

com.netease.nimlib.sdk.v2.V2NIMErrorCode.V2NIM_ERROR_CODE_FILE_READ_FAILED =(194005, "file read failed")

文件读取失败

在文件 V2NIMErrorCode.java544 行定义.

◆ V2NIM_ERROR_CODE_FILE_UPLOAD_FAILED

com.netease.nimlib.sdk.v2.V2NIMErrorCode.V2NIM_ERROR_CODE_FILE_UPLOAD_FAILED =(194006, "file upload failed")

文件上传失败

在文件 V2NIMErrorCode.java546 行定义.

◆ V2NIM_ERROR_CODE_FILE_WRITE_FAILED

com.netease.nimlib.sdk.v2.V2NIMErrorCode.V2NIM_ERROR_CODE_FILE_WRITE_FAILED =(194004, "file write failed")

文件写入失败

在文件 V2NIMErrorCode.java542 行定义.

◆ V2NIM_ERROR_CODE_FORBIDDEN

com.netease.nimlib.sdk.v2.V2NIMErrorCode.V2NIM_ERROR_CODE_FORBIDDEN =(403, "forbidden")

没有权限

在文件 V2NIMErrorCode.java29 行定义.

◆ V2NIM_ERROR_CODE_FORCE_PUSH_LIST_LIMIT

com.netease.nimlib.sdk.v2.V2NIMErrorCode.V2NIM_ERROR_CODE_FORCE_PUSH_LIST_LIMIT =(107316, "force push list limit exceeded")

强推列表超过上限

在文件 V2NIMErrorCode.java175 行定义.

◆ V2NIM_ERROR_CODE_FORCED_PUSH_LIST_INCLUDES_NON_TARGETED_ACCOUNTS

com.netease.nimlib.sdk.v2.V2NIMErrorCode.V2NIM_ERROR_CODE_FORCED_PUSH_LIST_INCLUDES_NON_TARGETED_ACCOUNTS =(109318, "the forced push list includes non-targeted accounts")

强推列表包含非定向成员

在文件 V2NIMErrorCode.java329 行定义.

◆ V2NIM_ERROR_CODE_FRIEND_ALREADY_EXIST

com.netease.nimlib.sdk.v2.V2NIMErrorCode.V2NIM_ERROR_CODE_FRIEND_ALREADY_EXIST =(104405, "friend already exist")

好友已存在

在文件 V2NIMErrorCode.java109 行定义.

◆ V2NIM_ERROR_CODE_FRIEND_APPLICATION_NOT_EXIST

com.netease.nimlib.sdk.v2.V2NIMErrorCode.V2NIM_ERROR_CODE_FRIEND_APPLICATION_NOT_EXIST =(104302, "friend application not exist")

好友申请不存在

在文件 V2NIMErrorCode.java105 行定义.

◆ V2NIM_ERROR_CODE_FRIEND_HIT_ANTISPAM

com.netease.nimlib.sdk.v2.V2NIMErrorCode.V2NIM_ERROR_CODE_FRIEND_HIT_ANTISPAM =(104451, "friend hit antispam")

好友反垃圾

在文件 V2NIMErrorCode.java117 行定义.

◆ V2NIM_ERROR_CODE_FRIEND_LIMIT

com.netease.nimlib.sdk.v2.V2NIMErrorCode.V2NIM_ERROR_CODE_FRIEND_LIMIT =(104435, "friend accounts limit exceeded")

好友超限

在文件 V2NIMErrorCode.java113 行定义.

◆ V2NIM_ERROR_CODE_FRIEND_NOT_EXIST

com.netease.nimlib.sdk.v2.V2NIMErrorCode.V2NIM_ERROR_CODE_FRIEND_NOT_EXIST =(104404, "friend not exist")

好友不存在

在文件 V2NIMErrorCode.java107 行定义.

◆ V2NIM_ERROR_CODE_FRIEND_OPERATION_RATE_LIMIT

com.netease.nimlib.sdk.v2.V2NIMErrorCode.V2NIM_ERROR_CODE_FRIEND_OPERATION_RATE_LIMIT =(104449, "friend operation rate limit exceeded")

好友操作频率超限

在文件 V2NIMErrorCode.java115 行定义.

◆ V2NIM_ERROR_CODE_GET_CHATROOM_LINK_FAILED

com.netease.nimlib.sdk.v2.V2NIMErrorCode.V2NIM_ERROR_CODE_GET_CHATROOM_LINK_FAILED =(113304, "failed to get chatroom link")

自定义通知

聊天室 获取有效的聊天室连接地址失败

在文件 V2NIMErrorCode.java371 行定义.

◆ V2NIM_ERROR_CODE_GET_FILE_META_INFO_FAILED

com.netease.nimlib.sdk.v2.V2NIMErrorCode.V2NIM_ERROR_CODE_GET_FILE_META_INFO_FAILED =(107310, "get file meta info failed")

获取文件 meta 信息失败

在文件 V2NIMErrorCode.java163 行定义.

◆ V2NIM_ERROR_CODE_GET_ONLINE_USERS_COUNT_DISABLED

com.netease.nimlib.sdk.v2.V2NIMErrorCode.V2NIM_ERROR_CODE_GET_ONLINE_USERS_COUNT_DISABLED =(108406, "get online users count disabled")

获取在线人数功能未开启

在文件 V2NIMErrorCode.java260 行定义.

◆ V2NIM_ERROR_CODE_HANDSHAKE

com.netease.nimlib.sdk.v2.V2NIMErrorCode.V2NIM_ERROR_CODE_HANDSHAKE =(201, "handshake error")

握手错误

在文件 V2NIMErrorCode.java17 行定义.

◆ V2NIM_ERROR_CODE_HANDSHAKE_PROTOCOL_VERSION_NEED_FALLBACK

com.netease.nimlib.sdk.v2.V2NIMErrorCode.V2NIM_ERROR_CODE_HANDSHAKE_PROTOCOL_VERSION_NEED_FALLBACK =(204, "handshake protocol version need fallback")

握手协议版本需降级

在文件 V2NIMErrorCode.java23 行定义.

◆ V2NIM_ERROR_CODE_HIGH_PRIORITY_MESSAGE_RATE_LIMIT

com.netease.nimlib.sdk.v2.V2NIMErrorCode.V2NIM_ERROR_CODE_HIGH_PRIORITY_MESSAGE_RATE_LIMIT =(107304, "rate limit of high-priority messages exceeded")

高优消息超过频控限制

在文件 V2NIMErrorCode.java151 行定义.

◆ V2NIM_ERROR_CODE_IDENTICAL_FIELD_VALUES

com.netease.nimlib.sdk.v2.V2NIMErrorCode.V2NIM_ERROR_CODE_IDENTICAL_FIELD_VALUES =(113307, "identical field values")

参数与现有聊天室属性一致,无需更新

在文件 V2NIMErrorCode.java389 行定义.

◆ V2NIM_ERROR_CODE_ILLEGAL_AUTH_TYPE

com.netease.nimlib.sdk.v2.V2NIMErrorCode.V2NIM_ERROR_CODE_ILLEGAL_AUTH_TYPE =(101305, "illegal auth type")

非法的鉴权方式

在文件 V2NIMErrorCode.java69 行定义.

◆ V2NIM_ERROR_CODE_ILLEGAL_STATE

com.netease.nimlib.sdk.v2.V2NIMErrorCode.V2NIM_ERROR_CODE_ILLEGAL_STATE =(190002, "illegal state")

非法状态

在文件 V2NIMErrorCode.java492 行定义.

◆ V2NIM_ERROR_CODE_IM_CONNECTION_ABNORMAL

com.netease.nimlib.sdk.v2.V2NIMErrorCode.V2NIM_ERROR_CODE_IM_CONNECTION_ABNORMAL =(113305, "IM connection abnormal")

IM 连接状态异常

在文件 V2NIMErrorCode.java373 行定义.

◆ V2NIM_ERROR_CODE_IM_DISABLED

com.netease.nimlib.sdk.v2.V2NIMErrorCode.V2NIM_ERROR_CODE_IM_DISABLED =(101301, "IM disabled")

IM 未开通

在文件 V2NIMErrorCode.java61 行定义.

◆ V2NIM_ERROR_CODE_INCLUSIVE_AS_FALSE_NOT_ALLOWED_FOR_SUPER_TEAM

com.netease.nimlib.sdk.v2.V2NIMErrorCode.V2NIM_ERROR_CODE_INCLUSIVE_AS_FALSE_NOT_ALLOWED_FOR_SUPER_TEAM =(108319, "setting 'inclusive' to false for super teams is not allowed")

超级群定向消息不支持反选

在文件 V2NIMErrorCode.java248 行定义.

◆ V2NIM_ERROR_CODE_INTERNAL

com.netease.nimlib.sdk.v2.V2NIMErrorCode.V2NIM_ERROR_CODE_INTERNAL =(190001, "internal error")

内部错误

在文件 V2NIMErrorCode.java490 行定义.

◆ V2NIM_ERROR_CODE_INVALID_PARAMETER

com.netease.nimlib.sdk.v2.V2NIMErrorCode.V2NIM_ERROR_CODE_INVALID_PARAMETER =(191004, "invalid parameter")

参数错误

在文件 V2NIMErrorCode.java502 行定义.

◆ V2NIM_ERROR_CODE_INVALID_TIME_RANGE

com.netease.nimlib.sdk.v2.V2NIMErrorCode.V2NIM_ERROR_CODE_INVALID_TIME_RANGE =(107439, "invalid time range")

无效的时间范围

在文件 V2NIMErrorCode.java143 行定义.

◆ V2NIM_ERROR_CODE_INVALID_TOKEN

com.netease.nimlib.sdk.v2.V2NIMErrorCode.V2NIM_ERROR_CODE_INVALID_TOKEN =(102302, "invalid token")

无效 token

在文件 V2NIMErrorCode.java89 行定义.

◆ V2NIM_ERROR_CODE_INVITE_ROBOT_ACCOUNT_NOT_ALLOWED

com.netease.nimlib.sdk.v2.V2NIMErrorCode.V2NIM_ERROR_CODE_INVITE_ROBOT_ACCOUNT_NOT_ALLOWED =(109309, "invite robot account not allowed")

不允许邀请机器人账号进群

在文件 V2NIMErrorCode.java316 行定义.

◆ V2NIM_ERROR_CODE_INVITED_ACCOUNT_NOT_FRIEND

com.netease.nimlib.sdk.v2.V2NIMErrorCode.V2NIM_ERROR_CODE_INVITED_ACCOUNT_NOT_FRIEND =(108307, "invited account not friend")

被邀请者非好友关系

在文件 V2NIMErrorCode.java286 行定义.

◆ V2NIM_ERROR_CODE_IS_NOT_AI_ACCOUNT

com.netease.nimlib.sdk.v2.V2NIMErrorCode.V2NIM_ERROR_CODE_IS_NOT_AI_ACCOUNT =(102304, "It's not an AI account")

不是数字人账号

在文件 V2NIMErrorCode.java93 行定义.

◆ V2NIM_ERROR_CODE_JOINED_TEAM_LIMIT

com.netease.nimlib.sdk.v2.V2NIMErrorCode.V2NIM_ERROR_CODE_JOINED_TEAM_LIMIT =(108305, "joined team limit exceeded")

加入群组超过上限

在文件 V2NIMErrorCode.java282 行定义.

◆ V2NIM_ERROR_CODE_KICK_OPERATOR_NOT_ALLOWED

com.netease.nimlib.sdk.v2.V2NIMErrorCode.V2NIM_ERROR_CODE_KICK_OPERATOR_NOT_ALLOWED =(109310, "kick operator not allowed")

被踢的群成员列表中包含操作者

在文件 V2NIMErrorCode.java318 行定义.

◆ V2NIM_ERROR_CODE_LOGIN_RECORD_NOT_FOUND

com.netease.nimlib.sdk.v2.V2NIMErrorCode.V2NIM_ERROR_CODE_LOGIN_RECORD_NOT_FOUND =(102301, "login record not found")

找不到设备登陆记录

在文件 V2NIMErrorCode.java87 行定义.

◆ V2NIM_ERROR_CODE_MESSAGE_HIT_ANTISPAM

com.netease.nimlib.sdk.v2.V2NIMErrorCode.V2NIM_ERROR_CODE_MESSAGE_HIT_ANTISPAM =(107451, "message hit antispam")

消息命中反垃圾

在文件 V2NIMErrorCode.java137 行定义.

◆ V2NIM_ERROR_CODE_MESSAGE_NOT_EXIST

com.netease.nimlib.sdk.v2.V2NIMErrorCode.V2NIM_ERROR_CODE_MESSAGE_NOT_EXIST =(107404, "message not exist")

消息不存在

在文件 V2NIMErrorCode.java139 行定义.

◆ V2NIM_ERROR_CODE_MESSAGE_SENSE_REQUIRED

com.netease.nimlib.sdk.v2.V2NIMErrorCode.V2NIM_ERROR_CODE_MESSAGE_SENSE_REQUIRED =(107330, "sender or receiver must sense message")

不允许发送方和接收方均无感知

在文件 V2NIMErrorCode.java203 行定义.

◆ V2NIM_ERROR_CODE_MESSAGING_FUNCTION_DISABLED

com.netease.nimlib.sdk.v2.V2NIMErrorCode.V2NIM_ERROR_CODE_MESSAGING_FUNCTION_DISABLED =(107410, "messaging function disabled")

该app未开启发消息功能

在文件 V2NIMErrorCode.java135 行定义.

◆ V2NIM_ERROR_CODE_MISUSE

com.netease.nimlib.sdk.v2.V2NIMErrorCode.V2NIM_ERROR_CODE_MISUSE =(191001, "misuse")

使用姿势错误

在文件 V2NIMErrorCode.java496 行定义.

◆ V2NIM_ERROR_CODE_MSG_MODIFY_DISABLE

com.netease.nimlib.sdk.v2.V2NIMErrorCode.V2NIM_ERROR_CODE_MSG_MODIFY_DISABLE =(107341, "modify msg function disabled")

更新消息功能未开通

在文件 V2NIMErrorCode.java227 行定义.

◆ V2NIM_ERROR_CODE_MSG_MODIFY_NOT_ALLOWED

com.netease.nimlib.sdk.v2.V2NIMErrorCode.V2NIM_ERROR_CODE_MSG_MODIFY_NOT_ALLOWED =(107344, "not allowed to modify messages")

不允许更新消息

在文件 V2NIMErrorCode.java233 行定义.

◆ V2NIM_ERROR_CODE_MSG_PARAM_MODIFY_DISABLE

com.netease.nimlib.sdk.v2.V2NIMErrorCode.V2NIM_ERROR_CODE_MSG_PARAM_MODIFY_DISABLE =(107343, "modify msg param disabled")

该消息参数不允许更新

在文件 V2NIMErrorCode.java231 行定义.

◆ V2NIM_ERROR_CODE_MSG_TYPE_MODIFY_DISABLE

com.netease.nimlib.sdk.v2.V2NIMErrorCode.V2NIM_ERROR_CODE_MSG_TYPE_MODIFY_DISABLE =(107342, "modify msg type disabled")

该消息类型不允许更新

在文件 V2NIMErrorCode.java229 行定义.

◆ V2NIM_ERROR_CODE_MULTI_LOGIN_FORBIDDEN

com.netease.nimlib.sdk.v2.V2NIMErrorCode.V2NIM_ERROR_CODE_MULTI_LOGIN_FORBIDDEN =(417, "multi login forbidden")

多端登录被禁止

在文件 V2NIMErrorCode.java37 行定义.

◆ V2NIM_ERROR_CODE_MUTE_LIST_LIMIT

com.netease.nimlib.sdk.v2.V2NIMErrorCode.V2NIM_ERROR_CODE_MUTE_LIST_LIMIT =(105435, "mute list limit exceeded")

静音列表超限

在文件 V2NIMErrorCode.java121 行定义.

◆ V2NIM_ERROR_CODE_NEED_RETRY

com.netease.nimlib.sdk.v2.V2NIMErrorCode.V2NIM_ERROR_CODE_NEED_RETRY =(449, "need retry")

请求需要重试

在文件 V2NIMErrorCode.java39 行定义.

◆ V2NIM_ERROR_CODE_NO_DUPBRODCASTMSG

com.netease.nimlib.sdk.v2.V2NIMErrorCode.V2NIM_ERROR_CODE_NO_DUPBRODCASTMSG =(111301,"resent message not exist")

重发消息不存在

在文件 V2NIMErrorCode.java365 行定义.

◆ V2NIM_ERROR_CODE_NO_PERMISSION

com.netease.nimlib.sdk.v2.V2NIMErrorCode.V2NIM_ERROR_CODE_NO_PERMISSION =(997, "appid has no permission to call the protocol")

appid 没有权限调用该协议

在文件 V2NIMErrorCode.java53 行定义.

◆ V2NIM_ERROR_CODE_NO_TEAM_INVITE_PERMISSION

com.netease.nimlib.sdk.v2.V2NIMErrorCode.V2NIM_ERROR_CODE_NO_TEAM_INVITE_PERMISSION =(109306, "no team invite permission")

没有群邀请权限

在文件 V2NIMErrorCode.java310 行定义.

◆ V2NIM_ERROR_CODE_NOT_ADVANCED_TEAM

com.netease.nimlib.sdk.v2.V2NIMErrorCode.V2NIM_ERROR_CODE_NOT_ADVANCED_TEAM =(108302, "not advanced team")

非高级群

在文件 V2NIMErrorCode.java276 行定义.

◆ V2NIM_ERROR_CODE_NOT_CHATBOT_ACCOUNT

com.netease.nimlib.sdk.v2.V2NIMErrorCode.V2NIM_ERROR_CODE_NOT_CHATBOT_ACCOUNT =(107329, "%s is not chatbot account")

不是机器人账号

在文件 V2NIMErrorCode.java201 行定义.

◆ V2NIM_ERROR_CODE_NOT_FOUND

com.netease.nimlib.sdk.v2.V2NIMErrorCode.V2NIM_ERROR_CODE_NOT_FOUND =(404, "not found")

资源不存在

在文件 V2NIMErrorCode.java31 行定义.

◆ V2NIM_ERROR_CODE_NOTIFICATION_FOR_MEMBER_IN_OUT_CHATROOM_DISALED

com.netease.nimlib.sdk.v2.V2NIMErrorCode.V2NIM_ERROR_CODE_NOTIFICATION_FOR_MEMBER_IN_OUT_CHATROOM_DISALED =(113308, "notification for joining or leaving chatrooms disabled")

聊天室成员进出通知功能未开启

在文件 V2NIMErrorCode.java395 行定义.

◆ V2NIM_ERROR_CODE_ONEWAY_DELETE_FUNCTION_DISABLED

com.netease.nimlib.sdk.v2.V2NIMErrorCode.V2NIM_ERROR_CODE_ONEWAY_DELETE_FUNCTION_DISABLED =(107335,"one-way delete function disabled")

单向删除功能未开通

在文件 V2NIMErrorCode.java213 行定义.

◆ V2NIM_ERROR_CODE_ONEWAY_DELETION_NOT_ALLOW_FOR_TARGET_MESSAGES

com.netease.nimlib.sdk.v2.V2NIMErrorCode.V2NIM_ERROR_CODE_ONEWAY_DELETION_NOT_ALLOW_FOR_TARGET_MESSAGES =(107338, "one-way deletion is not allowed for target messages")

定向消息不允许单向删除

在文件 V2NIMErrorCode.java218 行定义.

◆ V2NIM_ERROR_CODE_OPERATION_ON_TEAM_MANAGER_NOT_ALLOWED

com.netease.nimlib.sdk.v2.V2NIMErrorCode.V2NIM_ERROR_CODE_OPERATION_ON_TEAM_MANAGER_NOT_ALLOWED =(109305, "operation on team manager not allowed")

不允许操作管理员

在文件 V2NIMErrorCode.java308 行定义.

◆ V2NIM_ERROR_CODE_OPERATION_ON_TEAM_OWNER_NOT_ALLOWED

com.netease.nimlib.sdk.v2.V2NIMErrorCode.V2NIM_ERROR_CODE_OPERATION_ON_TEAM_OWNER_NOT_ALLOWED =(109314, "operation on team owner not allowed")

不允许操作群主

在文件 V2NIMErrorCode.java326 行定义.

◆ V2NIM_ERROR_CODE_OPERATOR_ALREADY_OWN_TEAM

com.netease.nimlib.sdk.v2.V2NIMErrorCode.V2NIM_ERROR_CODE_OPERATOR_ALREADY_OWN_TEAM =(108310, "operator is already team owner")

当前操作者已是群主

在文件 V2NIMErrorCode.java292 行定义.

◆ V2NIM_ERROR_CODE_OPERATOR_IN_CHATROOM_MEMBER_OPERATION_LIST

com.netease.nimlib.sdk.v2.V2NIMErrorCode.V2NIM_ERROR_CODE_OPERATOR_IN_CHATROOM_MEMBER_OPERATION_LIST =(114429, "operator in chatroom member operation list")

聊天室成员操作列表包含操作者

在文件 V2NIMErrorCode.java419 行定义.

◆ V2NIM_ERROR_CODE_P2P_READ_RECEIPT_FUNCTION_DISABLED

com.netease.nimlib.sdk.v2.V2NIMErrorCode.V2NIM_ERROR_CODE_P2P_READ_RECEIPT_FUNCTION_DISABLED =(107325, "read receipt for p2p messages function disabled")

该app未开启单聊消息已读功能

在文件 V2NIMErrorCode.java193 行定义.

◆ V2NIM_ERROR_CODE_PACK_ERROR

com.netease.nimlib.sdk.v2.V2NIMErrorCode.V2NIM_ERROR_CODE_PACK_ERROR =(999, "pack error")

打包错误

在文件 V2NIMErrorCode.java57 行定义.

◆ V2NIM_ERROR_CODE_PARAMETER_ERROR

com.netease.nimlib.sdk.v2.V2NIMErrorCode.V2NIM_ERROR_CODE_PARAMETER_ERROR =(414, "parameter error")

参数错误

在文件 V2NIMErrorCode.java33 行定义.

◆ V2NIM_ERROR_CODE_PEER_FRIEND_LIMIT

com.netease.nimlib.sdk.v2.V2NIMErrorCode.V2NIM_ERROR_CODE_PEER_FRIEND_LIMIT =(104301, "peer friend limit exceeded")

对方好友超限

在文件 V2NIMErrorCode.java103 行定义.

◆ V2NIM_ERROR_CODE_PIN_ALREADY_EXIST

com.netease.nimlib.sdk.v2.V2NIMErrorCode.V2NIM_ERROR_CODE_PIN_ALREADY_EXIST =(107322, "PIN already exist")

PIN 已存在

在文件 V2NIMErrorCode.java187 行定义.

◆ V2NIM_ERROR_CODE_PIN_FUNCTION_DISABLED

com.netease.nimlib.sdk.v2.V2NIMErrorCode.V2NIM_ERROR_CODE_PIN_FUNCTION_DISABLED =(107327, "PIN function disabled")

该app未开启消息PIN功能

在文件 V2NIMErrorCode.java197 行定义.

◆ V2NIM_ERROR_CODE_PIN_LIMIT

com.netease.nimlib.sdk.v2.V2NIMErrorCode.V2NIM_ERROR_CODE_PIN_LIMIT =(107319, "PIN limit exceeded")

PIN 数量超限

在文件 V2NIMErrorCode.java181 行定义.

◆ V2NIM_ERROR_CODE_PIN_NOT_EXIST

com.netease.nimlib.sdk.v2.V2NIMErrorCode.V2NIM_ERROR_CODE_PIN_NOT_EXIST =(107320, "PIN not exist")

PIN 不存在

在文件 V2NIMErrorCode.java183 行定义.

◆ V2NIM_ERROR_CODE_PIN_TARGET_MESSAGE_NOT_ALLOWED

com.netease.nimlib.sdk.v2.V2NIMErrorCode.V2NIM_ERROR_CODE_PIN_TARGET_MESSAGE_NOT_ALLOWED =(107345, "pin target message is not allowed")

不支持PIN定向消息

在文件 V2NIMErrorCode.java236 行定义.

◆ V2NIM_ERROR_CODE_PROTOCOL_BLACKHOLE_FILTERED

com.netease.nimlib.sdk.v2.V2NIMErrorCode.V2NIM_ERROR_CODE_PROTOCOL_BLACKHOLE_FILTERED =(599, "protocol filtered by blackhole rule")

协议被黑洞规则过滤

在文件 V2NIMErrorCode.java51 行定义.

◆ V2NIM_ERROR_CODE_PROTOCOL_SEND_FAILED

com.netease.nimlib.sdk.v2.V2NIMErrorCode.V2NIM_ERROR_CODE_PROTOCOL_SEND_FAILED =(192005, "protocol send failed")

协议发送失败

在文件 V2NIMErrorCode.java520 行定义.

◆ V2NIM_ERROR_CODE_PROTOCOL_TIMEOUT

com.netease.nimlib.sdk.v2.V2NIMErrorCode.V2NIM_ERROR_CODE_PROTOCOL_TIMEOUT =(192004, "protocol timeout")

协议超时

在文件 V2NIMErrorCode.java518 行定义.

◆ V2NIM_ERROR_CODE_QUICK_COMMENT_FUNCTION_DISABLED

com.netease.nimlib.sdk.v2.V2NIMErrorCode.V2NIM_ERROR_CODE_QUICK_COMMENT_FUNCTION_DISABLED =(107326, "quick comment function disabled")

该app未开启快捷评论功能

在文件 V2NIMErrorCode.java195 行定义.

◆ V2NIM_ERROR_CODE_QUICK_COMMENT_LIMIT

com.netease.nimlib.sdk.v2.V2NIMErrorCode.V2NIM_ERROR_CODE_QUICK_COMMENT_LIMIT =(107321, "quick comment limit exceeded")

快捷评论数量超限

在文件 V2NIMErrorCode.java185 行定义.

◆ V2NIM_ERROR_CODE_RATE_LIMIT

com.netease.nimlib.sdk.v2.V2NIMErrorCode.V2NIM_ERROR_CODE_RATE_LIMIT =(416, "rate limit exceeded")

频率超限

在文件 V2NIMErrorCode.java35 行定义.

◆ V2NIM_ERROR_CODE_RATE_LIMIT_FOR_MESSAGING_REACHED

com.netease.nimlib.sdk.v2.V2NIMErrorCode.V2NIM_ERROR_CODE_RATE_LIMIT_FOR_MESSAGING_REACHED =(107323, "rate limit for messaging exceeded")

消息被流控

在文件 V2NIMErrorCode.java189 行定义.

◆ V2NIM_ERROR_CODE_REJECT_ALL_TEAM_APPLICATIONS

com.netease.nimlib.sdk.v2.V2NIMErrorCode.V2NIM_ERROR_CODE_REJECT_ALL_TEAM_APPLICATIONS =(108308, "reject all team applications")

拒绝所有入群申请

在文件 V2NIMErrorCode.java288 行定义.

◆ V2NIM_ERROR_CODE_REQUEST_FAILED

com.netease.nimlib.sdk.v2.V2NIMErrorCode.V2NIM_ERROR_CODE_REQUEST_FAILED =(192006, "request failed")

请求失败

在文件 V2NIMErrorCode.java522 行定义.

◆ V2NIM_ERROR_CODE_REQUEST_TEMPORARY_FORBIDDEN

com.netease.nimlib.sdk.v2.V2NIMErrorCode.V2NIM_ERROR_CODE_REQUEST_TEMPORARY_FORBIDDEN =(398, "request temporary forbidden")

请求被服务器暂时禁止

在文件 V2NIMErrorCode.java25 行定义.

◆ V2NIM_ERROR_CODE_RESOURCE_ALREADY_EXIST

com.netease.nimlib.sdk.v2.V2NIMErrorCode.V2NIM_ERROR_CODE_RESOURCE_ALREADY_EXIST =(191007, "resource already exist")

资源已存在

在文件 V2NIMErrorCode.java508 行定义.

◆ V2NIM_ERROR_CODE_RESOURCE_NOT_EXIST

com.netease.nimlib.sdk.v2.V2NIMErrorCode.V2NIM_ERROR_CODE_RESOURCE_NOT_EXIST =(191006, "resource not exist")

资源不存在

在文件 V2NIMErrorCode.java506 行定义.

◆ V2NIM_ERROR_CODE_REVOKE_EXCEED_TIME_LIMIT

com.netease.nimlib.sdk.v2.V2NIMErrorCode.V2NIM_ERROR_CODE_REVOKE_EXCEED_TIME_LIMIT =(107314, "revoke message exceeded time limit")

撤回消息超过时间限制

在文件 V2NIMErrorCode.java171 行定义.

◆ V2NIM_ERROR_CODE_REVOKE_MESSAGE_NOT_ALLOWED

com.netease.nimlib.sdk.v2.V2NIMErrorCode.V2NIM_ERROR_CODE_REVOKE_MESSAGE_NOT_ALLOWED =(107315, "revoke specified message not allowed")

不允许撤回指定消息

在文件 V2NIMErrorCode.java173 行定义.

◆ V2NIM_ERROR_CODE_REVOKE_MESSAGE_TO_SELF_NOT_ALLOWED

com.netease.nimlib.sdk.v2.V2NIMErrorCode.V2NIM_ERROR_CODE_REVOKE_MESSAGE_TO_SELF_NOT_ALLOWED =(107429, "revoke message to self not allowed")

不允许撤回发给自己的消息

在文件 V2NIMErrorCode.java141 行定义.

◆ V2NIM_ERROR_CODE_REVOKE_THIRD_PARTY_MESSAGE_NOT_ALLOWED

com.netease.nimlib.sdk.v2.V2NIMErrorCode.V2NIM_ERROR_CODE_REVOKE_THIRD_PARTY_MESSAGE_NOT_ALLOWED =(107301, "revoke third party message not allowed")

不允许撤回第三方业务消息

在文件 V2NIMErrorCode.java145 行定义.

◆ V2NIM_ERROR_CODE_ROBOT_CANNOT_SEND_TARGET_MESSAGE

com.netease.nimlib.sdk.v2.V2NIMErrorCode.V2NIM_ERROR_CODE_ROBOT_CANNOT_SEND_TARGET_MESSAGE =(107340, "robot cannot send target message")

数字人消息不能是定向消息

在文件 V2NIMErrorCode.java224 行定义.

◆ V2NIM_ERROR_CODE_ROBOT_NOT_ALLOWED

com.netease.nimlib.sdk.v2.V2NIMErrorCode.V2NIM_ERROR_CODE_ROBOT_NOT_ALLOWED =(102303, "robot not allowed")

机器人账号不得登录

在文件 V2NIMErrorCode.java91 行定义.

◆ V2NIM_ERROR_CODE_SELF_BLOCKLIST_OPERATION_NOT_ALLOWED

com.netease.nimlib.sdk.v2.V2NIMErrorCode.V2NIM_ERROR_CODE_SELF_BLOCKLIST_OPERATION_NOT_ALLOWED =(106429, "self blocklist operation not allowed")

不允许对自己进行黑名单操作

在文件 V2NIMErrorCode.java131 行定义.

◆ V2NIM_ERROR_CODE_SELF_FRIEND_OPERATION_NOT_ALLOWED

com.netease.nimlib.sdk.v2.V2NIMErrorCode.V2NIM_ERROR_CODE_SELF_FRIEND_OPERATION_NOT_ALLOWED =(104429, "self friend operation not allowed")

不允许对自己进行好友操作

在文件 V2NIMErrorCode.java111 行定义.

◆ V2NIM_ERROR_CODE_SELF_MUTE_OPERATION_NOT_ALLOWED

com.netease.nimlib.sdk.v2.V2NIMErrorCode.V2NIM_ERROR_CODE_SELF_MUTE_OPERATION_NOT_ALLOWED =(105429, "self mute operation not allowed")

不允许对自己进行静音操作

在文件 V2NIMErrorCode.java123 行定义.

◆ V2NIM_ERROR_CODE_SENDER_CANNOT_INCLUDED_IN_TARGET_LIST

com.netease.nimlib.sdk.v2.V2NIMErrorCode.V2NIM_ERROR_CODE_SENDER_CANNOT_INCLUDED_IN_TARGET_LIST =(107339, "the message sender cannot be included in the target list")

定向列表包含消息发送者

在文件 V2NIMErrorCode.java221 行定义.

◆ V2NIM_ERROR_CODE_SENDER_OR_MANAGER_PERMISSION_ONLY_REVOKE

com.netease.nimlib.sdk.v2.V2NIMErrorCode.V2NIM_ERROR_CODE_SENDER_OR_MANAGER_PERMISSION_ONLY_REVOKE =(107303, "only sender or manager can revoke message")

仅允许发送者或管理员撤回消息

在文件 V2NIMErrorCode.java149 行定义.

◆ V2NIM_ERROR_CODE_SERVER_ANTISPAM

com.netease.nimlib.sdk.v2.V2NIMErrorCode.V2NIM_ERROR_CODE_SERVER_ANTISPAM =(195002, "server anti-spam")

云端反垃圾

在文件 V2NIMErrorCode.java554 行定义.

◆ V2NIM_ERROR_CODE_SERVER_BUSY

com.netease.nimlib.sdk.v2.V2NIMErrorCode.V2NIM_ERROR_CODE_SERVER_BUSY =(503, "server busy")

服务器繁忙

在文件 V2NIMErrorCode.java45 行定义.

◆ V2NIM_ERROR_CODE_SERVER_INTERNAL_ERROR

com.netease.nimlib.sdk.v2.V2NIMErrorCode.V2NIM_ERROR_CODE_SERVER_INTERNAL_ERROR =(500, "internal server error")

服务器内部错误

在文件 V2NIMErrorCode.java43 行定义.

◆ V2NIM_ERROR_CODE_SERVER_SEARCH_FUNCTION_DISABLED

com.netease.nimlib.sdk.v2.V2NIMErrorCode.V2NIM_ERROR_CODE_SERVER_SEARCH_FUNCTION_DISABLED =(107334,"server search function disabled")

云端搜索功能未开通

在文件 V2NIMErrorCode.java211 行定义.

◆ V2NIM_ERROR_CODE_SERVER_UNIT_ERROR

com.netease.nimlib.sdk.v2.V2NIMErrorCode.V2NIM_ERROR_CODE_SERVER_UNIT_ERROR =(399, "server unit error")

服务器单元错误

在文件 V2NIMErrorCode.java27 行定义.

◆ V2NIM_ERROR_CODE_SERVICE_ADDRESS_INVALID

com.netease.nimlib.sdk.v2.V2NIMErrorCode.V2NIM_ERROR_CODE_SERVICE_ADDRESS_INVALID =(101302, "service address invalid")

服务地址非法

在文件 V2NIMErrorCode.java63 行定义.

◆ V2NIM_ERROR_CODE_SERVICE_UNAVAILABLE

com.netease.nimlib.sdk.v2.V2NIMErrorCode.V2NIM_ERROR_CODE_SERVICE_UNAVAILABLE =(514, "service unavailable")

服务不可用

在文件 V2NIMErrorCode.java49 行定义.

◆ V2NIM_ERROR_CODE_SHORT_TO_LONG_URL_FAILED

com.netease.nimlib.sdk.v2.V2NIMErrorCode.V2NIM_ERROR_CODE_SHORT_TO_LONG_URL_FAILED =(107307, "short to long URL failed")

短链转长链失败

在文件 V2NIMErrorCode.java157 行定义.

◆ V2NIM_ERROR_CODE_SIGNALLING_INVITE_ACCEPTED

com.netease.nimlib.sdk.v2.V2NIMErrorCode.V2NIM_ERROR_CODE_SIGNALLING_INVITE_ACCEPTED =(118302,"The signaling invitation has been accepted.")

在文件 V2NIMErrorCode.java449 行定义.

◆ V2NIM_ERROR_CODE_SIGNALLING_INVITE_NOT_EXIST

com.netease.nimlib.sdk.v2.V2NIMErrorCode.V2NIM_ERROR_CODE_SIGNALLING_INVITE_NOT_EXIST =(118310,"The signaling invitation does not exist.")

在文件 V2NIMErrorCode.java465 行定义.

◆ V2NIM_ERROR_CODE_SIGNALLING_INVITE_REJECTED

com.netease.nimlib.sdk.v2.V2NIMErrorCode.V2NIM_ERROR_CODE_SIGNALLING_INVITE_REJECTED =(118307,"The signaling invitation has been declined.")

在文件 V2NIMErrorCode.java459 行定义.

◆ V2NIM_ERROR_CODE_SIGNALLING_MEMBER_ALREADY_EXIST

com.netease.nimlib.sdk.v2.V2NIMErrorCode.V2NIM_ERROR_CODE_SIGNALLING_MEMBER_ALREADY_EXIST =(118304,"The signaling member already exists.")

在文件 V2NIMErrorCode.java453 行定义.

◆ V2NIM_ERROR_CODE_SIGNALLING_MEMBER_ALREADY_EXIST_AND_DEVICE_ID_NOT_UNIQUE

com.netease.nimlib.sdk.v2.V2NIMErrorCode.V2NIM_ERROR_CODE_SIGNALLING_MEMBER_ALREADY_EXIST_AND_DEVICE_ID_NOT_UNIQUE =(118305,"The signaling member exists with a non-unique device ID.")

在文件 V2NIMErrorCode.java455 行定义.

◆ V2NIM_ERROR_CODE_SIGNALLING_MEMBER_NOT_EXIST

com.netease.nimlib.sdk.v2.V2NIMErrorCode.V2NIM_ERROR_CODE_SIGNALLING_MEMBER_NOT_EXIST =(118303,"The signaling member does not exist.")

在文件 V2NIMErrorCode.java451 行定义.

◆ V2NIM_ERROR_CODE_SIGNALLING_MEMBER_OFFLINE_AND_PUSH_NOT_REACHABLE

com.netease.nimlib.sdk.v2.V2NIMErrorCode.V2NIM_ERROR_CODE_SIGNALLING_MEMBER_OFFLINE_AND_PUSH_NOT_REACHABLE =(118309,"The signaling member is offline and unreachable via push notifications.")

在文件 V2NIMErrorCode.java463 行定义.

◆ V2NIM_ERROR_CODE_SIGNALLING_MEMBER_OFFLINE_BUT_PUSH_REACHABLE

com.netease.nimlib.sdk.v2.V2NIMErrorCode.V2NIM_ERROR_CODE_SIGNALLING_MEMBER_OFFLINE_BUT_PUSH_REACHABLE =(118308,"The signaling member is offline but can be reached via push notifications.")

在文件 V2NIMErrorCode.java461 行定义.

◆ V2NIM_ERROR_CODE_SIGNALLING_ROOM_EXIST

com.netease.nimlib.sdk.v2.V2NIMErrorCode.V2NIM_ERROR_CODE_SIGNALLING_ROOM_EXIST =(118301,"The signaling room already exists.")

在文件 V2NIMErrorCode.java447 行定义.

◆ V2NIM_ERROR_CODE_SIGNALLING_ROOM_MEMBER_LIMIT

com.netease.nimlib.sdk.v2.V2NIMErrorCode.V2NIM_ERROR_CODE_SIGNALLING_ROOM_MEMBER_LIMIT =(118437,"The signaling room has reached member limit.")

在文件 V2NIMErrorCode.java469 行定义.

◆ V2NIM_ERROR_CODE_SIGNALLING_ROOM_NOT_EXIST

com.netease.nimlib.sdk.v2.V2NIMErrorCode.V2NIM_ERROR_CODE_SIGNALLING_ROOM_NOT_EXIST =(118404,"The signaling room does not exist.")

在文件 V2NIMErrorCode.java467 行定义.

◆ V2NIM_ERROR_CODE_SIGNALLING_SERVICE_DISABLED

com.netease.nimlib.sdk.v2.V2NIMErrorCode.V2NIM_ERROR_CODE_SIGNALLING_SERVICE_DISABLED =(118410,"The signaling service is disabled. Please enable it first.")

在文件 V2NIMErrorCode.java471 行定义.

◆ V2NIM_ERROR_CODE_SIGNALLING_UID_NOT_UNIQUE

com.netease.nimlib.sdk.v2.V2NIMErrorCode.V2NIM_ERROR_CODE_SIGNALLING_UID_NOT_UNIQUE =(118306,"The signaling uid is not unique.")

在文件 V2NIMErrorCode.java457 行定义.

◆ V2NIM_ERROR_CODE_SNAPSHOT_NOT_EXIST

com.netease.nimlib.sdk.v2.V2NIMErrorCode.V2NIM_ERROR_CODE_SNAPSHOT_NOT_EXIST =(107318, "snapshot not exist")

快照不存在

在文件 V2NIMErrorCode.java179 行定义.

◆ V2NIM_ERROR_CODE_SUCCESS

com.netease.nimlib.sdk.v2.V2NIMErrorCode.V2NIM_ERROR_CODE_SUCCESS =(200, "success")

请求成功

在文件 V2NIMErrorCode.java13 行定义.

◆ V2NIM_ERROR_CODE_SUPER_TEAM_SERVICE_DISABLED

com.netease.nimlib.sdk.v2.V2NIMErrorCode.V2NIM_ERROR_CODE_SUPER_TEAM_SERVICE_DISABLED =(108311, "super team service disabled")

超大群服务未开通

在文件 V2NIMErrorCode.java294 行定义.

◆ V2NIM_ERROR_CODE_SYMMETRIC_ENCRYPTION_ALGORITHM

com.netease.nimlib.sdk.v2.V2NIMErrorCode.V2NIM_ERROR_CODE_SYMMETRIC_ENCRYPTION_ALGORITHM =(203, "symmetric encryption algorithm error")

对称加密算法错误

在文件 V2NIMErrorCode.java21 行定义.

◆ V2NIM_ERROR_CODE_TARGET_MESSAGE_NOT_ALLOWED_QUICK_COMMENT

com.netease.nimlib.sdk.v2.V2NIMErrorCode.V2NIM_ERROR_CODE_TARGET_MESSAGE_NOT_ALLOWED_QUICK_COMMENT =(107347, "target message not allowed quick comment")

定向消息不支持快捷评论

在文件 V2NIMErrorCode.java242 行定义.

◆ V2NIM_ERROR_CODE_TARGET_MESSAGE_NOT_ALLOWED_REPLY

com.netease.nimlib.sdk.v2.V2NIMErrorCode.V2NIM_ERROR_CODE_TARGET_MESSAGE_NOT_ALLOWED_REPLY =(107346, "target message not allowed reply")

定向消息不支持回复

在文件 V2NIMErrorCode.java239 行定义.

◆ V2NIM_ERROR_CODE_TARGETING_MESSAGE_FOR_TEAM_DISABLED

com.netease.nimlib.sdk.v2.V2NIMErrorCode.V2NIM_ERROR_CODE_TARGETING_MESSAGE_FOR_TEAM_DISABLED =(108318, "targeting messages for group chat is disabled")

群定向消息功能未开启

在文件 V2NIMErrorCode.java245 行定义.

◆ V2NIM_ERROR_CODE_TEAM_HIT_ANTISPAM

com.netease.nimlib.sdk.v2.V2NIMErrorCode.V2NIM_ERROR_CODE_TEAM_HIT_ANTISPAM =(108451, "team hit antispam")

群组反垃圾

在文件 V2NIMErrorCode.java272 行定义.

◆ V2NIM_ERROR_CODE_TEAM_INVITATION_LIMIT

com.netease.nimlib.sdk.v2.V2NIMErrorCode.V2NIM_ERROR_CODE_TEAM_INVITATION_LIMIT =(108437, "team invitation limit")

群人数超过上限

在文件 V2NIMErrorCode.java270 行定义.

◆ V2NIM_ERROR_CODE_TEAM_INVITATION_NOT_EXIST

com.netease.nimlib.sdk.v2.V2NIMErrorCode.V2NIM_ERROR_CODE_TEAM_INVITATION_NOT_EXIST =(109313, "team invitation not exist")

群邀请记录不存在

在文件 V2NIMErrorCode.java324 行定义.

◆ V2NIM_ERROR_CODE_TEAM_MANAGER_LIMIT

com.netease.nimlib.sdk.v2.V2NIMErrorCode.V2NIM_ERROR_CODE_TEAM_MANAGER_LIMIT =(108303, "team manager limit exceeded")

管理员超限

在文件 V2NIMErrorCode.java278 行定义.

◆ V2NIM_ERROR_CODE_TEAM_MARK_READ_FAILED

com.netease.nimlib.sdk.v2.V2NIMErrorCode.V2NIM_ERROR_CODE_TEAM_MARK_READ_FAILED =(107302, "sending message failed for marking message read failed for too many team members")

由于群成员过多导致标记已读失败,消息发送失败

在文件 V2NIMErrorCode.java147 行定义.

◆ V2NIM_ERROR_CODE_TEAM_MEMBER_ALREADY_EXIST

com.netease.nimlib.sdk.v2.V2NIMErrorCode.V2NIM_ERROR_CODE_TEAM_MEMBER_ALREADY_EXIST =(109311, "team member already exist")

群成员已存在

在文件 V2NIMErrorCode.java320 行定义.

◆ V2NIM_ERROR_CODE_TEAM_MEMBER_CAN_NOT_MODIFY_SELF

com.netease.nimlib.sdk.v2.V2NIMErrorCode.V2NIM_ERROR_CODE_TEAM_MEMBER_CAN_NOT_MODIFY_SELF =(109312, "operation on self not allowed")

不允许操作自己

在文件 V2NIMErrorCode.java322 行定义.

◆ V2NIM_ERROR_CODE_TEAM_MEMBER_CHAT_BANNED

com.netease.nimlib.sdk.v2.V2NIMErrorCode.V2NIM_ERROR_CODE_TEAM_MEMBER_CHAT_BANNED =(109424, "team member chat banned")

群成员被禁言

在文件 V2NIMErrorCode.java333 行定义.

◆ V2NIM_ERROR_CODE_TEAM_MEMBER_CONCURRENT_OPERATION_FAILED

com.netease.nimlib.sdk.v2.V2NIMErrorCode.V2NIM_ERROR_CODE_TEAM_MEMBER_CONCURRENT_OPERATION_FAILED =(109449, "team member concurrent operation failed")

并发操作群成员失败

在文件 V2NIMErrorCode.java339 行定义.

◆ V2NIM_ERROR_CODE_TEAM_MEMBER_HIT_ANTISPAM

com.netease.nimlib.sdk.v2.V2NIMErrorCode.V2NIM_ERROR_CODE_TEAM_MEMBER_HIT_ANTISPAM =(109451, "team member hit antispam")

群成员反垃圾

在文件 V2NIMErrorCode.java341 行定义.

◆ V2NIM_ERROR_CODE_TEAM_MEMBER_NOT_EXIST

com.netease.nimlib.sdk.v2.V2NIMErrorCode.V2NIM_ERROR_CODE_TEAM_MEMBER_NOT_EXIST =(109404, "team member not exist")

群成员不存在

在文件 V2NIMErrorCode.java331 行定义.

◆ V2NIM_ERROR_CODE_TEAM_MEMBERS_COUNT_LIMIT

com.netease.nimlib.sdk.v2.V2NIMErrorCode.V2NIM_ERROR_CODE_TEAM_MEMBERS_COUNT_LIMIT =(108309, "create team with more than %s users not allowed")

不允许创建超出 s 人的群

在文件 V2NIMErrorCode.java290 行定义.

◆ V2NIM_ERROR_CODE_TEAM_MESSAGE_READ_RECEIPT_DISABLED

com.netease.nimlib.sdk.v2.V2NIMErrorCode.V2NIM_ERROR_CODE_TEAM_MESSAGE_READ_RECEIPT_DISABLED =(107331, "read receipt for team messages function disabled")

群消息已读功能未开启

在文件 V2NIMErrorCode.java205 行定义.

◆ V2NIM_ERROR_CODE_TEAM_MESSAGE_RECEIPT_RATE_LIMIT

com.netease.nimlib.sdk.v2.V2NIMErrorCode.V2NIM_ERROR_CODE_TEAM_MESSAGE_RECEIPT_RATE_LIMIT =(107317, "team message receipt rate limit exceeded")

群消息已读操作超频

在文件 V2NIMErrorCode.java177 行定义.

◆ V2NIM_ERROR_CODE_TEAM_NORMAL_MEMBER_CHAT_BANNED

com.netease.nimlib.sdk.v2.V2NIMErrorCode.V2NIM_ERROR_CODE_TEAM_NORMAL_MEMBER_CHAT_BANNED =(108306, "team normal member chat banned")

群普通成员禁言

在文件 V2NIMErrorCode.java284 行定义.

◆ V2NIM_ERROR_CODE_TEAM_NOT_EXIST

com.netease.nimlib.sdk.v2.V2NIMErrorCode.V2NIM_ERROR_CODE_TEAM_NOT_EXIST =(108404, "team not exist")

群不存在

在文件 V2NIMErrorCode.java258 行定义.

◆ V2NIM_ERROR_CODE_TEAM_OPERATION_NEED_RETRY

com.netease.nimlib.sdk.v2.V2NIMErrorCode.V2NIM_ERROR_CODE_TEAM_OPERATION_NEED_RETRY =(108449, "team operation need retry")

群组请求需要重试

在文件 V2NIMErrorCode.java274 行定义.

◆ V2NIM_ERROR_CODE_TEAM_OWNER_IN_KICK_LIST

com.netease.nimlib.sdk.v2.V2NIMErrorCode.V2NIM_ERROR_CODE_TEAM_OWNER_IN_KICK_LIST =(109308, "list of kicked user contains the team owner")

群被踢列表包含群主

在文件 V2NIMErrorCode.java314 行定义.

◆ V2NIM_ERROR_CODE_TEAM_OWNER_OPERATION_PERMISSION_REQUIRED

com.netease.nimlib.sdk.v2.V2NIMErrorCode.V2NIM_ERROR_CODE_TEAM_OWNER_OPERATION_PERMISSION_REQUIRED =(109427, "team owner operation permission required")

仅允许群主操作

在文件 V2NIMErrorCode.java335 行定义.

◆ V2NIM_ERROR_CODE_TEAM_OWNER_OR_MANAGER_OPERATION_PERMISSION_REQUIRED

com.netease.nimlib.sdk.v2.V2NIMErrorCode.V2NIM_ERROR_CODE_TEAM_OWNER_OR_MANAGER_OPERATION_PERMISSION_REQUIRED =(109432, "team owner or manager operation permission required")

仅允许群主或管理员操作

在文件 V2NIMErrorCode.java337 行定义.

◆ V2NIM_ERROR_CODE_TEAM_OWNER_QUIT_NOT_ALLOWED

com.netease.nimlib.sdk.v2.V2NIMErrorCode.V2NIM_ERROR_CODE_TEAM_OWNER_QUIT_NOT_ALLOWED =(109307, "team owner quit not allowed")

群主不允许退群

在文件 V2NIMErrorCode.java312 行定义.

◆ V2NIM_ERROR_CODE_TEAM_PER_QUERY_LIMIT

com.netease.nimlib.sdk.v2.V2NIMErrorCode.V2NIM_ERROR_CODE_TEAM_PER_QUERY_LIMIT =(108314, "team limit per query exceeded")

查询群的数量超限

在文件 V2NIMErrorCode.java298 行定义.

◆ V2NIM_ERROR_CODE_TEAM_READ_RECEIPT_FUNCTION_DISABLED

com.netease.nimlib.sdk.v2.V2NIMErrorCode.V2NIM_ERROR_CODE_TEAM_READ_RECEIPT_FUNCTION_DISABLED =(107324, "read receipt for team messages function disabled")

该app未开启群消息已读功能

在文件 V2NIMErrorCode.java191 行定义.

◆ V2NIM_ERROR_CODE_TEAM_READ_RECEIPT_RECORD_NOT_FOUND

com.netease.nimlib.sdk.v2.V2NIMErrorCode.V2NIM_ERROR_CODE_TEAM_READ_RECEIPT_RECORD_NOT_FOUND =(107332, "read receipt record for the team message not found")

群消息已读记录未找到

在文件 V2NIMErrorCode.java207 行定义.

◆ V2NIM_ERROR_CODE_TIMEOUT

com.netease.nimlib.sdk.v2.V2NIMErrorCode.V2NIM_ERROR_CODE_TIMEOUT =(191005, "timeout")

超时

在文件 V2NIMErrorCode.java504 行定义.

◆ V2NIM_ERROR_CODE_UNKNOWN

com.netease.nimlib.sdk.v2.V2NIMErrorCode.V2NIM_ERROR_CODE_UNKNOWN =(0, "unknown error")

未知错误

在文件 V2NIMErrorCode.java11 行定义.

◆ V2NIM_ERROR_CODE_UNPACK_ERROR

com.netease.nimlib.sdk.v2.V2NIMErrorCode.V2NIM_ERROR_CODE_UNPACK_ERROR =(998, "unpack error")

解包错误

在文件 V2NIMErrorCode.java55 行定义.

◆ V2NIM_ERROR_CODE_URL_INVALID

com.netease.nimlib.sdk.v2.V2NIMErrorCode.V2NIM_ERROR_CODE_URL_INVALID =(107308, "URL invalid")

无效 URL

在文件 V2NIMErrorCode.java159 行定义.

◆ V2NIM_ERROR_CODE_USER_PROFILE_HIT_ANTISPAM

com.netease.nimlib.sdk.v2.V2NIMErrorCode.V2NIM_ERROR_CODE_USER_PROFILE_HIT_ANTISPAM =(103451, "user profile hit antispam")

用户资料反垃圾

在文件 V2NIMErrorCode.java99 行定义.

◆ V2NIM_ERROR_CODE_USER_PROFILE_NOT_EXIST

com.netease.nimlib.sdk.v2.V2NIMErrorCode.V2NIM_ERROR_CODE_USER_PROFILE_NOT_EXIST =(103404, "user profile not exist")

用户资料不存在

在文件 V2NIMErrorCode.java97 行定义.

◆ V2NIM_ERROR_CODE_VOICE_TO_TEXT_FAILED

com.netease.nimlib.sdk.v2.V2NIMErrorCode.V2NIM_ERROR_CODE_VOICE_TO_TEXT_FAILED =(107313, "voice to text failed")

语音转文字失败

在文件 V2NIMErrorCode.java169 行定义.

◆ V2NIM_ERROR_CODE_VOICE_TO_TEXT_FUNCTION_DISABLED

com.netease.nimlib.sdk.v2.V2NIMErrorCode.V2NIM_ERROR_CODE_VOICE_TO_TEXT_FUNCTION_DISABLED =(107333,"voice to text function disabled")

语音转文字功能未开通

在文件 V2NIMErrorCode.java209 行定义.

◆ V2NIM_ERROR_CODE_VOICE_TO_TEXT_TIMEOUT

com.netease.nimlib.sdk.v2.V2NIMErrorCode.V2NIM_ERROR_CODE_VOICE_TO_TEXT_TIMEOUT =(107312, "voice to text timeout")

语音转文字超时

在文件 V2NIMErrorCode.java167 行定义.


枚举说明文档从下列文件生成: