华为云用户手册
-
报表类型 数据库安全审计为用户提供了8种报表模板,各报表名称如表1所示。用户可根据实际业务情况生成报表、设置报表的执行任务。 表1 报表说明 报表模板名称 报表类型 说明 数据库安全综合报表 综合报表 提供数据库整体审计状况,主要从风险分布、会话分布和登录状况等几个维度进行审计分析,为数据库管理提供整体审计状况依据。 数据库安全合规报表 合规报表 根据《中国国家信息安全保护检验标准》和国家等级保护的检测要求对数据库进行数据统计。帮助数据库管理人员、审计人员及时发现各种异常行为和违规操作,并为快速定位分析、整体信息管理提供决策依据。 SOX-萨班斯报表 合规报表 参考《萨班斯法案》针对用户全面把控数据库内部活动的要求,对数据库进行数据统计。帮助数据库管理人员、 审计人员及时发现各种异常行为和违规操作,并为快速定位分析、整体信息管理提供决策依据。 数据库服务器分析报表 数据库专项报表 分别为数据库活动用户统计、访问数据库来源IP数量统计、数据库登录及请求统计分析和使用数据库操作时间判断数据库服务器性能。 客户端IP分析报表 客户端专项报表 统计源IP中客户端应用程序、数据库用户数量和SQL语句数量。 DML命令报表 数据库操作专项报表 通过DML命令分析用户与特权操作。 DDL命令报表 数据库操作专项报表 通过DDL命令分析用户与特权操作。 DCL命令报表 数据库操作专项报表 通过DCL命令分析用户与特权操作。
-
常见场景 请您根据数据库类型以及数据库部署场景,为待审计的数据库添加Agent。数据库常见的部署场景说明如下: E CS /BMS自建数据库的常见部署场景如图1和图2所示。 图1 一个应用端连接多个ECS/BMS自建数据库 图2 多个应用端连接同一个ECS/BMS自建数据库 RDS关系型数据库的常见部署场景如图3和图4所示。 图3 一个应用端连接多个RDS 图4 多个应用端连接同一个RDS 添加Agent方式的详细说明如表1所示。 当您的应用和数据库(ECS/BMS自建数据库)都部署在同一个节点上时,Agent需在数据库端添加。 数据库安全审计还支持批量部署流量采集Agent,针对大规模业务场景(容器化部署应用、数据库(RDS关系型数据库)数量大),能够显著提升产品配置的效率,降低配置的复杂度,减少运维人员的日常维护压力。详细操作步骤,请参见容器化部署数据库安全审计Agent。 表1 添加Agent方式说明 使用场景 Agent安装节点 审计功能说明 注意事项 ECS/BMS自建数据库 数据库端 可以审计所有访问该数据库的应用端的所有访问记录。 在数据库端添加Agent。 当某个应用端连接多个ECS/BMS自建数据库时,所有连接该应用端的数据库都需要添加Agent。 RDS关系型数据库 应用端 (应用端部署在云上) 可以审计该应用端与其连接的所有数据库的访问记录。 在应用端添加Agent。 当某个应用端连接多个RDS时,所有连接该应用端的RDS关系型数据库都需要添加Agent。当其中一个RDS选择“安装节点类型”后,其余RDS添加Agent时,选择“选择已有Agent”添加方式。详细操作请参见•“添加方式”选择“选择已有Agent” 当多个应用端连接同一个RDS时,所有连接该RDS的应用端都需要添加Agent。 代理端(应用端部署在云下) 只能审计代理端与后端数据库之间的访问记录,无法审计应用端与后端数据库的访问记录。 在应用端添加Agent。 “安装节点IP”需要配置为代理端的IP地址。
-
安装Agent 在您安装新版Agent的时候,需要您为当前安装的Agent自定义一个密码。 请您根据数据库类型以及数据库的部署环境,在相应节点上安装Agent。 请参见下载Agent获取Linux操作系统Agent安装包。 将下载的Agent安装包“xxx.tar.gz”上传到待安装Agent的节点(例如使用WinSCP工具)。 使用跨平台远程访问工具(例如PuTTY)以root用户通过SSH方式,登录该节点。 执行以下命令,进入Agent安装包“xxx.tar.gz”所在目录。 cd Agent安装包所在目录 执行以下命令,解压缩“xxx.tar.gz”安装包。 tar -xvf xxx.tar.gz 执行以下命令,进入解压后的目录。 cd 解压后的目录 执行以下命令,查看是否有安装脚本“install.sh”的执行权限。 ll 如果有安装脚本的执行权限,请执行8。 如果没有安装脚本的执行权限,请执行以下操作: 执行以下命令,添加安装脚本执行权限。 chmod +x install.sh 确认有安装脚本执行权限后,请执行8。 执行以下命令,安装Agent。 sh install.sh 用户系统是Ubantu时,执行以下命令安装Agent:bash install.sh Agent程序是以DBSS普通用户运行的,在首次安装Agent时,需要创建Agent用户,执行sh install.sh命令后,需要您自行设置DBSS用户的密码。 界面回显以下信息,说明安装成功。否则,说明Agent安装失败。 1 2 3 4 5 start agent starting audit agent audit agent started start success install dbss audit agent done! 如果Agent安装失败,请您确认安装节点的运行系统是否满足Linux操作系统要求,并重新安装Agent。 执行以下命令,查看Agent程序的运行状态。 service audit_agent status 如果界面回显以下信息,说明Agent程序运行正常。 audit agent is running.
-
常见安装场景 请您根据数据库的类型以及部署场景,在数据库端或应用端安装Agent。数据库常见的部署场景说明如下: ECS/BMS自建数据库的常见部署场景如图1和图2所示。 图1 一个应用端连接多个ECS/BMS自建数据库 图2 多个应用端连接同一个ECS/BMS自建数据库 RDS关系型数据库的常见部署场景如图3和图4所示。 图3 一个应用端连接多个RDS 图4 多个应用端连接同一个RDS 安装Agent节点的详细说明如表1所示。 当您的应用和数据库(ECS/BMS自建数据库)都部署在同一个节点上时,Agent需在数据库端安装。 表1 安装Agent场景说明 使用场景 Agent安装节点 审计功能说明 注意事项 ECS/BMS自建数据库 数据库端 可以审计所有访问该数据库的应用端的所有访问记录。 在数据库端安装Agent。 当某个应用端连接多个ECS/BMS自建数据库时,需要在所有连接该应用端的数据库端安装Agent。 RDS关系型数据库 应用端(应用端部署在云上) 可以审计该应用端与其连接的所有数据库的访问记录。 在应用端安装Agent。 当多个应用端连接同一个RDS时,所有连接该RDS的应用端都需要安装Agent。 RDS关系型数据库 代理端(应用端部署在云下) 只能审计代理端与后端数据库之间的访问记录,无法审计应用端与后端数据库的访问记录。 在代理端安装Agent。
-
安装Agent 在Windows主机安装“Npcap”软件。 如果该Windows主机已安装“Npcap”,请执行3。 如果该Windows主机未安装“Npcap”,请执行以下步骤: 请前往https://nmap.org/npcap/下载Npcap最新软件安装包。 图5 下载npcap 将下载好的npcap-xxxx.exe软件安装包上传至需要安装agent的虚拟机。 双击npcap软件安装包。 在弹出的对话框中,单击“I Agree”,如图6所示。 图6 同意安装“Npcap” 在弹出的对话框中,单击“Install”,不勾选安装选项,如图7所示。 图7 安装“Npcap” 在弹出的对话框中,单击“Next”。 单击“Finish”,完成安装。 请参见下载Agent获取Windows操作系统Agent安装包。 以“Administrator”用户登录到Windows主机,将下载的Agent安装包“xxx.zip”复制到该主机任意一个目录下。 图8 Agent安装包 进入Agent安装包所在目录,并解压缩安装包。 进入解压后的文件夹,双击“install.bat”执行文件。 图9 双击install.bat 安装成功,界面如图10所示,按任意键结束安装。 图10 Agent安装成功 安装完成后,在Windows任务管理器中查看“dbss_audit_agent”进程,如下图图11所示。 图11 查看dbss_audit_agent进程 如果进程不存在,说明Agent安装失败,请尝试重新安装Agent。
-
常见安装场景 请您根据数据库的类型以及部署场景,在数据库端或应用端安装Agent。数据库常见的部署场景说明如下: ECS/BMS自建数据库的常见部署场景如图1和图2所示。 图1 一个应用端连接多个ECS/BMS自建数据库 图2 多个应用端连接同一个ECS/BMS自建数据库 RDS关系型数据库的常见部署场景如图3和图4所示。 图3 一个应用端连接多个RDS 图4 多个应用端连接同一个RDS 安装Agent节点的详细说明如表1所示。 当您的应用和数据库(ECS/BMS自建数据库)都部署在同一个节点上时,Agent需在数据库端安装。 表1 安装Agent场景说明 使用场景 Agent安装节点 审计功能说明 注意事项 ECS/BMS自建数据库 数据库端 可以审计所有访问该数据库的应用端的所有访问记录。 在数据库端安装Agent。 当某个应用端连接多个ECS/BMS自建数据库时,需要在所有连接该应用端的数据库端安装Agent。 RDS关系型数据库 应用端(应用端部署在云上) 可以审计该应用端与其连接的所有数据库的访问记录。 在应用端安装Agent。 当多个应用端连接同一个RDS时,所有连接该RDS的应用端都需要安装Agent。 RDS关系型数据库 代理端(应用端部署在云下) 只能审计代理端与后端数据库之间的访问记录,无法审计应用端与后端数据库的访问记录。 在代理端安装Agent。
-
前提条件 确认实例账号具有相关权限。 请确认购买实例的账号具有“DBSS System Administrator”、“VPC Administrator”、“ECS Administrator”和“BSS Administrator”角色。 VPC Administrator:对虚拟私有云的所有执行权限。项目级角色,在同项目中勾选。 BSS Administrator:对账号中心、费用中心、资源中心中的所有菜单项执行任意操作。项目级角色,在同项目中勾选。 ECS Administrator:对弹性云服务器的所有执行权限。项目级角色,在同项目中勾选。
-
加密操作流程 数据库加密与访问控制的加密操作流程图和流程介绍如下图1所示。 图1 加密操作流程 (首次)初始化密钥。 首次使用系统时,根据密钥来源初始化密钥。具体操作,请参见初始化密钥。 添加数据源。 在使用数据脱敏功能前,您需要将数据资产添加到系统中。具体操作,请参见添加数据资产。 (可选)配置行业模板和敏感数据类型。 系统已经内置满足大部分需求的敏感数据类型和通用行业模板。如果您有特殊需求,也可以自定义敏感数据类型和行业模板。具体操作,请参见新增行业模板和新增自定义数据类型。 (可选)执行敏感数据发现。 通过敏感数据发现任务,自动扫描和识别出数据资产中的敏感数据。具体操作,请参见扫描资产的敏感数据。 (可选)查看任务执行结果。 通过查看任务执行结果,检查结果是否符合敏感数据要求。具体操作,请参见查看扫描任务执行结果。 (可选)仿真加密测试。 通过仿真加密测试,检查目标是否支持加密。具体操作,请参见仿真加密测试。 创建加密队列。 您可以在敏感数据发现任务的结果中,根据敏感数据信息创建加密队列。具体操作,请参见在结果中创建加密队列。 同时,也支持在 数据加密 模块直接创建加密队列。具体操作,请参见配置加密队列。 授权管理。 配置加密后,默认情况下访问数据库时,您只能看到加密后的数据。应用系统正常运行需要获取加密前的数据,此时您需要为应用系统进行授权操作。具体操作,请参见管理授权。 配置完成后,您可以通过以下方式验证配置结果。 使用已授权的客户端地址和用户,通过代理方式访问数据库,此时可以查看到加密前的明文数据。 使用未授权的客户端地址或用户,通过代理方式访问数据库,此时只能查看到加密后的数据。
-
效果验证 以脱敏“护照号”信息,且审计的数据库为MySQL为例说明,请参考以下操作步骤验证隐私数据脱敏功能是否生效: 开启“隐私数据脱敏”,并确保“护照号”规则已启用,如图2所示。 图2 规则已启用 使用MySQL数据库自带的客户端,以root用户登录数据库。 在数据库客户端,输入一条SQL请求语句。 select * from db where HOST="护照号"; 在左侧导航栏选择“数据报表”,进入“数据报表”页面。 根据筛选条件,查询输入的SQL语句。 单击该SQL语句,在“语句详情”页面查看SQL请求语句信息,隐私数据脱敏功能正常,“SQL请求语句”显示脱敏后的信息。 图3 隐私数据脱敏
-
原因分析 HDFS未启动或故障。 查看Flume运行日志: 2019-02-26 11:16:33,564 | ERROR | [SinkRunner-PollingRunner-DefaultSinkProcessor] | opreation the hdfs file errors. | org.apache.flume.sink.hdfs.HDFSEventSink.process(HDFSEventSink.java:414) 2019-02-26 11:16:33,747 | WARN | [hdfs-CCCC-call-runner-4] | A failover has occurred since the start of call #32795 ClientNamenodeProtocolTranslatorPB.getFileInfo over 192-168-13-88/192.168.13.88:25000 | org.apache.hadoop.io.retry.RetryInvocationHandler$ProxyDescriptor.failover(RetryInvocationHandler.java:220) 2019-02-26 11:16:33,748 | ERROR | [hdfs-CCCC-call-runner-4] | execute hdfs error. {} | org.apache.flume.sink.hdfs.HDFSEventSink$3.call(HDFSEventSink.java:744) java.net.ConnectException: Call From 192-168-12-221/192.168.12.221 to 192-168-13-88:25000 failed on connection exception: java.net.ConnectException: Connection refused; For more details see: http://wiki.apache.org/hadoop/ConnectionRefused HDFS Sink未启动。 查看Flume运行日志,发现“ flume current metrics”中并没有Sink信息: 2019-02-26 11:46:05,501 | INFO | [pool-22-thread-1] | flume current metrics:{"CHANNEL.BBBB":{"ChannelCapacity":"10000","ChannelFillPercentage":"0.0","Type":"CHANNEL","ChannelStoreSize":"0","EventProcessTimedelta":"0","EventTakeSuccessCount":"0","ChannelSize":"0","EventTakeAttemptCount":"0","StartTime":"1551152734999","EventPutAttemptCount":"0","EventPutSuccessCount":"0","StopTime":"0"},"SOURCE.AAAA":{"AppendBatchAcceptedCount":"0","EventAcceptedCount":"0","AppendReceivedCount":"0","MonTime":"0","StartTime":"1551152735503","AppendBatchReceivedCount":"0","EventReceivedCount":"0","Type":"SOURCE","TotalFilesCount":"1001","SizeAcceptedCount":"0","UpdateTime":"605410241202740","AppendAcceptedCount":"0","OpenConnectionCount":"0","MovedFilesCount":"1001","StopTime":"0"}} | org.apache.flume.node.Application.getRestartComps(Application.java:467)
-
原因分析 在Driver端打印异常如下,打印连接两个ResourceManager主备节点的26004端口均被拒绝: 15/08/19 18:36:16 INFO RetryInvocationHandler: Exception while invoking getClusterMetrics of class ApplicationClientProtocolPBClientImpl over 33 after 1 fail over attempts. Trying to fail over after sleeping for 17448ms. java.net.ConnectException: Call From ip0 to ip1:26004 failed on connection exception: java.net.ConnectException: Connection refused. INFO RetryInvocationHandler: Exception while invoking getClusterMetrics of class ApplicationClientProtocolPBClientImpl over 32 after 2 fail over attempts. Trying to fail over after sleeping for 16233ms. java.net.ConnectException: Call From ip0 to ip2:26004 failed on connection exception: java.net.ConnectException: Connection refused; 在 MRS Manager页面查看ResourceManager此时是否功能正常,如果Yarn服务状态故障或某个Yarn服务的实例出现未知之类的异常说明此时集群的ResourceManager可能异常。 排查使用的客户端是否是集群最新的客户端。 排查集群是否做过实例ResourceManager迁移相关操作(先卸载某个ResourceManager实例,然后在其他节点添加)。 在MRS Manager页面查看审计日志,是否有相关操作的记录。 使用ping命令,查看IP是否可连通。
-
原因分析 备NameNode会周期性做合并editlog,生成fsimage文件的过程叫做checkpoint。备NameNode在新生成fsimage后,会将fsimage传递到主NameNode。 由于“备NameNode会周期性做合并editlog”,因此当备NameNode异常时,无法合并editlog,因此主NameNode在下次启动的时候,需要加载较多editlog,需要大量内存,并且耗时较长。 合并元数据的周期由以下参数确定,即如果NameNode运行30分钟或者HDFS操作100万次,均会执行checkpoint。 dfs.namenode.checkpoint.period:checkpoint周期,默认1800s。 dfs.namenode.checkpoint.txns:执行指定操作次数后执行checkpoint,默认1000000。
-
解决办法 在重启前,主动执行异常checkpoint合并主NameNode的元数据。 停止业务。 获取主NameNode的主机名。 在客户端执行如下命令: source /opt/client/bigdata_env kinit 组件用户 说明:“/opt/client”需要改为实际客户端的安装路径。 执行如下命令,让主NameNode进入安全模式,其中linux22换为主NameNode的主机名。 hdfs dfsadmin -fs linux22:25000 -safemode enter 执行如下命令,在主NameNode,合并editlog。 hdfs dfsadmin -fs linux22:25000 -saveNamespace 执行如下命令,让主NameNode离开安全模式。 hdfs dfsadmin -fs linux22:25000 -safemode leave 检查是否真的合并完成。 cd /srv/BigData/namenode/current 检查先产生的fsimage是否是当前时间的,若是则表示已经合并完成
-
原因分析 Driver端异常: 16/05/11 18:10:56 INFO Client: client token: N/A diagnostics: Application application_1462441251516_0024 failed 2 times due to AM Container for appattempt_1462441251516_0024_000002 exited with exitCode: 10 For more detailed output, check the application tracking page:https://hdnode5:26001/cluster/app/application_1462441251516_0024 Then click on links to logs of each attempt. Diagnostics: Exception from container-launch. Container id: container_1462441251516_0024_02_000001 在ApplicationMaster日志中,异常如下: 2016-05-12 10:21:23,715 | ERROR | [main] | Failed to connect to driver at 192.168.30.57:23867, retrying ... | org.apache.spark.Logging$class.logError(Logging.scala:75) 2016-05-12 10:21:24,817 | ERROR | [main] | Failed to connect to driver at 192.168.30.57:23867, retrying ... | org.apache.spark.Logging$class.logError(Logging.scala:75) 2016-05-12 10:21:24,918 | ERROR | [main] | Uncaught exception: | org.apache.spark.Logging$class.logError(Logging.scala:96) org.apache.spark.SparkException: Failed to connect to driver! at org.apache.spark.deploy.yarn.ApplicationMaster.waitForSparkDriver(ApplicationMaster.scala:426) at org.apache.spark.deploy.yarn.ApplicationMaster.runExecutorLauncher(ApplicationMaster.scala:292) … 2016-05-12 10:21:24,925 | INFO | [Thread-1] | Unregistering ApplicationMaster with FAILED (diag message: Uncaught exception: org.apache.spark.SparkException: Failed to connect to driver!) | org.apache.spark.Logging$class.logInfo(Logging.scala:59) Spark-client模式任务Driver运行在客户端节点上(通常是集群外的某个节点),启动时先在集群中启动AppMaster进程,进程启动后要向Driver进程注册信息,注册成功后,任务才能继续。从AppMaster日志中可以看出,无法连接至Driver,所以任务失败。
-
解决办法 请检查Driver进程所在的IP是否可以ping通。 启动一个Spark PI任务,会有类似如下打印信息。 16/05/11 18:07:20 INFO Remoting: Remoting started; listening on addresses :[akka.tcp://sparkDriver@192.168.1.100:23662] 16/05/11 18:07:20 INFO Utils: Successfully started service 'sparkDriver' on port 23662. 在该节点,也就是2中示例的192.168.1.100上执行netstat - anp | grep 23662看下此端口是否打开,如下打印标明,相关端口是打开的。 tcp 0 0 ip:port :::* LISTEN 107274/java tcp 0 0 ip:port ip:port ESTABLISHED 107274/java 在AppMaster启动的节点执行telnet 192.168.1.100 23662看下是否可以连通该端口,请使用root用户和omm用户都执行一遍。 如果出现Escape character is '^]'类似打印则说明可以连通,如果出现connection refused则表示失败,无法连接到相关端口。 如果相关端口打开,但是从别的节点无法连通到该端口,则需要排查下相关网络配置。 23662这个端口每次都是随机的,所以要根据自己启动任务打开的端口来测试。
-
原因分析 原因:由于参数设置不当,数据量大时数据处理时间过长,导致频繁发生balance,此时offset无法正常提交,导致重复消费数据。 原理:每次poll的数据处理完后才提交offset,如果poll数据后的处理时长超出了session.timeout.ms的设置时长,此时发生rebalance导致本次消费失败,已经消费数据的offset无法正常提交,所以下次重新消费时还是在旧的offset消费数据,从而导致消费数据重复。
-
解决办法 建议用户在Manager页面调整以下服务参数: request.timeout.ms=100000 session.timeout.ms=90000 max.poll.records=50 heartbeat.interval.ms=3000 其中: request.timeout.ms要比session.timeout.ms大10s。 session.timeout.ms的大小设置要在服务端参数group.min.session.timeout.ms和group.max.session.timeout.ms之间。 以上参数可以根据实际情况进行适当的调整,特别是max.poll.records,这个参数是为了控制每次poll数据的records量,保证每次的处理时长尽量保持稳定。目的是为了保证poll数据以后的处理时间不要超过session.timeout.ms的时间。
-
问题背景与现象 当数据量较大时会频繁地发生rebalance导致出现重复消费的情况,关键日志如下: 2018-05-12 10:58:42,561 | INFO | [kafka-request-handler-3] | [GroupCoordinator 2]: Preparing to restabilize group DemoConsumer with old generation 118 | kafka.coordinator.GroupCoordinator (Logging.scala:68) 2018-05-12 10:58:43,245 | INFO | [kafka-request-handler-5] | [GroupCoordinator 2]: Stabilized group DemoConsumer generation 119 | kafka.coordinator.GroupCoordinator (Logging.scala:68) 2018-05-12 10:58:43,560 | INFO | [kafka-request-handler-7] | [GroupCoordinator 2]: Assignment received from leader for group DemoConsumer for generation 119 | kafka.coordinator.GroupCoordinator (Logging.scala:68) 2018-05-12 10:59:13,562 | INFO | [executor-Heartbeat] | [GroupCoordinator 2]: Preparing to restabilize group DemoConsumer with old generation 119 | kafka.coordinator.GroupCoordinator (Logging.scala:68) 2018-05-12 10:59:13,790 | INFO | [kafka-request-handler-3] | [GroupCoordinator 2]: Stabilized group DemoConsumer generation 120 | kafka.coordinator.GroupCoordinator (Logging.scala:68) 2018-05-12 10:59:13,791 | INFO | [kafka-request-handler-0] | [GroupCoordinator 2]: Assignment received from leader for group DemoConsumer for generation 120 | kafka.coordinator.GroupCoordinator (Logging.scala:68) 2018-05-12 10:59:43,802 | INFO | [kafka-request-handler-2] | Rolled new log segment for '__consumer_offsets-17' in 2 ms. | kafka.log.Log (Logging.scala:68) 2018-05-12 10:59:52,456 | INFO | [group-metadata-manager-0] | [Group Metadata Manager on Broker 2]: Removed 0 expired offsets in 0 milliseconds. | kafka.coordinator.GroupMetadataManager (Logging.scala:68) 2018-05-12 11:00:49,772 | INFO | [kafka-scheduler-6] | Deleting segment 0 from log __consumer_offsets-17. | kafka.log.Log (Logging.scala:68) 2018-05-12 11:00:49,773 | INFO | [kafka-scheduler-6] | Deleting index /srv/BigData/kafka/data4/kafka-logs/__consumer_offsets-17/00000000000000000000.index.deleted | kafka.log.OffsetIndex (Logging.scala:68) 2018-05-12 11:00:49,773 | INFO | [kafka-scheduler-2] | Deleting segment 2147948547 from log __consumer_offsets-17. | kafka.log.Log (Logging.scala:68) 2018-05-12 11:00:49,773 | INFO | [kafka-scheduler-4] | Deleting segment 4282404355 from log __consumer_offsets-17. | kafka.log.Log (Logging.scala:68) 2018-05-12 11:00:49,775 | INFO | [kafka-scheduler-2] | Deleting index /srv/BigData/kafka/data4/kafka-logs/__consumer_offsets-17/00000000002147948547.index.deleted | kafka.log.OffsetIndex (Logging.scala:68) 2018-05-12 11:00:49,775 | INFO | [kafka-scheduler-4] | Deleting index /srv/BigData/kafka/data4/kafka-logs/__consumer_offsets-17/00000000004282404355.index.deleted | kafka.log.OffsetIndex (Logging.scala:68) 2018-05-12 11:00:50,533 | INFO | [kafka-scheduler-6] | Deleting segment 4283544095 from log __consumer_offsets-17. | kafka.log.Log (Logging.scala:68) 2018-05-12 11:00:50,569 | INFO | [kafka-scheduler-6] | Deleting index /srv/BigData/kafka/data4/kafka-logs/__consumer_offsets-17/00000000004283544095.index.deleted | kafka.log.OffsetIndex (Logging.scala:68) 2018-05-12 11:02:21,178 | INFO | [kafka-request-handler-2] | [GroupCoordinator 2]: Preparing to restabilize group DemoConsumer with old generation 120 | kafka.coordinator.GroupCoordinator (Logging.scala:68) 2018-05-12 11:02:22,839 | INFO | [kafka-request-handler-4] | [GroupCoordinator 2]: Stabilized group DemoConsumer generation 121 | kafka.coordinator.GroupCoordinator (Logging.scala:68) 2018-05-12 11:02:23,169 | INFO | [kafka-request-handler-1] | [GroupCoordinator 2]: Assignment received from leader for group DemoConsumer for generation 121 | kafka.coordinator.GroupCoordinator (Logging.scala:68) 2018-05-12 11:02:49,913 | INFO | [kafka-request-handler-6] | Rolled new log segment for '__consumer_offsets-17' in 2 ms. | kafka.log.Log (Logging.scala:68) 其中Preparing to restabilize group DemoConsumer with old generation表示正在发生rebalance。
-
原因分析 使用以下命令统计节点进程的线程数并排序。 ps -efT | awk '{print $2}' |sort -n |uniq -c |sort -n 执行后结果如下: 查看启动线程数最多的进程,案例中进程2346为NameNode进程,启动了5.4万线程,且持续增长。 多次打印对应进程的jstack日志,根据jstack日志信息发现,NameNode存在大量线程处于WAITING,且长期不释放。 结合以上问题分析如下:NameNode存在内置机制,根据WARN日志信息自动开启DEBUG日志,在环境中由于选择副本失败,导致一直启动Debug日志,不停地修改log4j,修改组件的log4j后进程会自动加载该配置文件,此时就会有新的线程自动产生,长时间后就会触发该告警。 出现这种情况时,将内置机制关闭,禁止自动修改日志级别即可恢复。
-
原因分析 问题1:Spark提交任务默认不会加载kafka的相关包,所以需要在启动命令中增加--jars来指定对应kafka版本的jar包 问题2:连接Kafka无法使用Spark的认证信息,需要将相关的认证使用JVM的参数设置进去。 问题3:Spark默认使用当前客户端的认证信息提交任务,也可以使用代码login的方式。但是这两种认证方式都无法更新任务使用的Token,当提交的时候生成的Token信息过期以后就无法再使用,因此报错。解决办法是使用--keytab和--principal将keytab文件和对应用户带入任务中。
-
处理步骤 问题1:启动命令中增加--jars来指定对应kafka版本的jar包,一般是在Spark客户端目录/jars/streamingClient(0.8版本Kafka)和Spark客户端目录/jars/streamingClient010(0.10版本Kafka)。 问题2:参考指导文档编辑并运行程序。 问题3:使用--keytab和--principal将keytab文件和对应用户带入任务中。如果此处的keytab文件和之前Kafka的jaas.conf中配置的是同一个,则Spark会报一个文件多次上传的问题。解决办法是复制一份keytab文件,使得--files和--keytab上传不同的文件。
-
原因分析 PostgreSQL缓存:除了常见的执行计划缓存、数据缓存,PostgreSQL为了提高生成执行计划的效率,还提供了catalog,relation等缓存机制。长连接场景下这些缓存中的某些缓存是不会主动释放的,因此可能导致长连接占用大量的内存不释放。 PMS是MRS的监控进程,此进程会经常创建表分区或者新表,由于PostgreSQL会缓存当前会话访问过的对象的元数据,且PMS的数据库连接池连接会长时间存在,所以连接占用的内存会逐渐上升。
-
处理步骤 Hive在执行SQL语句前,可以通过set命令来设置Map/Reduce相关客户端参数。 以下为与Map/Reduce内存相关的参数: set mapreduce.map.memory.mb=4096;// 每个Map Task需要的内存量 set mapreduce.map.java.opts=-Xmx3276M; // 每个Map Task 的JVM最大使用内存 set mapreduce.reduce.memory.mb=4096; // 每个Reduce Task需要的内存量 set mapreduce.reduce.java.opts=-Xmx3276M; // 每个Reduce Task 的JVM最大使用内存 set mapred.child.java.opts=-Xms1024M -Xmx3584M;//此参数为全局参数,即对Map和Reduce统一设置 参数设置只对当前session有效。
-
错误码表 表1 错误码说明 错误码 错误描述 -1 Unknown error.:未知错误 0 Success.:成功 100000429 server flow control.:服务端流控错误 111070001 Request error.:请求错误 111070002 Insufficient permissions.:权限不足 111070003 System processing failure.:系统处理失败 111070004 Meeting authentication failed.:校验失败 111070005 Meeting does not exist.:会议不存在 111070006 Personal cloud meeting room does not exist.:个人云会议室不存在 111070007 Meeting access number does not exist.:会议接入号不存在 111070008 Meeting notification could not be sent.:会议通知模板配置错误 111070009 Meeting password cannot be left blank.:会议密码不能为空 111070010 Insufficient permissions to view this meeting.:权限不足,无法查看会议 111070100 Get started meeting exception.:获取召开会议异常 111070101 Start meeting exception.:开始会议异常 111070102 Apply IVR resource exception.:申请IVR资源异常 111070103 Start IVR meeting exception.:开始IVR会议异常 111070104 Apply site resource exception.:申请会场资源异常 111070105 Start sub meeting exception.:开始子会议异常 111070106 Add channel exception.:创建级联通道异常 111070107 Move and apply site resource exception.:移动会场申请资源异常 111070108 Start meeting exception.:开启会议异常 111070109 Get started cloud meeting exception.:获取召开云会议室会议异常 111070110 Invite site exception.:邀请会场异常 111070111 Request token is null.:请求token为空 111070112 Rename site exception.:重命名会场异常 111070113 Hangup site exception.:会场挂断异常 111070114 Mass hangup site exception.:会场批量挂断异常 111070115 Delete attendee exception.:删除与会者异常 111070116 Mass delete attendee exception.:批量删除与会者异常 111070117 Book cycle meeting exception.:预定周期会议异常 111070118 Modify cycle meeting exception.:修改周期会议异常 111070119 Create cycle meeting exception.:创建周期会议异常 111070120 Region data not found.:区域信息获取失败 111070121 Forbidden subscribe.:禁止订阅 111070122 Cancel subscribe fail.:取消订阅失败 111071001 Sysportal service exception.:Sysportal服务运行异常 111071002 Conf service exception.:Conf服务运行异常 111071003 Failed to create the meeting. Try again later.:创建会议失败,请稍后重试 111071004 This cloud meeting room does not allow guests to join before the host.:VMR会议不允许来宾在主持人入会前入会 111071005 This cloud meeting room has been scheduled for another meeting during this period.:VMR会议时间冲突,该时间段此会议室已有预约会议 111071006 Insufficient cloud meeting time.:VMR会议时长不足 111071007 Meeting does not exist.:VMR预约关系不存在 111071008 Cannot query meeting list.:查询会议列表失败 111071009 Cannot change cloud meeting into immediate meeting.:不支持修改VMR会议为立即会议 111071010 Cannot modify cloud meeting flag.:不支持修改云会议室标识 111071011 The cloud meeting has not yet started. Please wait.:VMR会议未到准备时间点 111071012 Not cloud meeting.:非VMR会议 111071013 Start time less than current time.:会议开始时间不能早于系统当前时间 111071014 Start time over max schedule time.:会议开始时间超出最大预订时间范围 111071015 Duration over range.:时长超出范围 111071016 Cycle ID list null exception.:取消周期会议ID列表不能为空 111071017 Meeting size over range.:与会方数超出范围 111071018 Invalid media type.:媒体类型非法 111071019 Invalid meeting type.:会议类型非法 111071020 Cycle params null exception.:周期会议时,必须携带周期会议参数 111071021 Duration over range.:会议时长超出范围 111071022 Subject length too long.:会议主题超长 111071023 Group URI length too long.:groupuri超长 111071024 Invalid email address format.:邮箱地址不合法 111071025 Invalid mobile number format.:手机号不合法 111071026 Department name too long.:部门名称过长 111071027 Invalid welcome voice enable value.:入会欢迎词开关不在范围内 111071028 Invalid enter voice enable value.:入会提示音开关不在范围内 111071029 Invalid leave voice enable value.:离会提示音开关不在范围内 111071030 Invalid reminders value.:会议提醒非法 111071031 Invalid allow record value.:会议是否启用网络录制取值非法 111071032 Invalid auto record value.:会议是否自动启动录制取值非法 111071033 Invalid user type value.:会预定者的用户类型非法 111071034 Invalid encrypt mode value.:加密类型非法 111071035 Invalid language value.:语言非法 111071036 Invalid auto prolong value.:是否自动延长会议取值非法 111071037 VmrID too long.:vmrid超长 111071038 Invalid record type value.:录播类型非法 111071039 Live address too long.:主流直播地址超长 111071040 Aux address too long.:辅流直播地址超长 111071041 Null start date for cycle meeting.:周期会议时,起始日期为空 111071042 Null end date for cycle meeting.:周期会议时,结束日期为空 111071043 Invalid cycle type value for cycle meeting.:周期会议时,周期类型非法 111071044 Invalid interval for cycle meeting.:周期会议时,interval非法 111071045 Null point for cycle meeting.:周期会议时,point为空 111071046 Invalid point value for cycle meeting.:周期会议时,point非法 111071047 Invalid vmr flag value.:vmrFlag非法 111071048 Invalid record auxStream.:recordAuxStream非法 111071049 Invalid multiStream flag.:multiStreamFlag非法 111071050 Invalid audience flag.:audienceFlag非法 111071051 Invalid liveChannel ID.:liveChannelID不存在 111071052 Anonymous login is locked. Try again later.:匿名登录锁定,请稍后重试 111071053 Link login is locked. Try again later.:链接登录锁定,请稍后重试 111071054 Not enough Meeting ID.:会议ID不足 111071055 Failed to apply meeting ID.:会议ID申请失败 111071056 Failed to release meeting ID.:会议ID释放失败 111071057 Live room is used.:直播房间已被占用 111071058 The meeting has not yet started. Please wait.:当前会议还未召开,请耐心等待 111071059 Meeting size over range.:与会方数超出上限 111071060 The enterprise cannot create meetings because it has not purchased any concurrent meeting resources.:企业未配置并发会议资源,无法使用个人会议ID和随机会议ID发起会议 111071061 Parameter verify failed.:参数校验失败 111071062 Json conversion failed.:JSON转换失败 111071063 Not cloud meeting room owner.:非云会议室拥有者 111071064 This cloud meeting room has been started for another meeting during this period.:VMR会议冲突,当前已有会议正在召开 111071065 This meeting cannot be modified because it is already started.:正在召开会议,无法编辑会议详情 111071066 Attendees amount over range.:与会方数量超出上限 111071067 This meeting cannot be canceled because it is already started.:会议正在召开中,不允许取消会议 111071068 Meeting password encrypt failed.:会议密码加密失败 111071069 No meeting during this period.:选定的时间中没有会议 111071070 Sub cycle meeting cannot modify live room.:周期会议子会议不允许修改直播房间 111071071 Stop online meeting exception.:结束会议失败 111071072 Meeting is ended.:会议已经结束 111071073 Not allow anonymous user.:会议不允许匿名用户呼入 111071074 Only allow user in organization.:会议只允许企业内用户呼入 111071075 Only allow invited user.:会议只允许被邀请用户呼入 111071076 Batch export task for history meeting list during this period.:当前有正在执行的批量导出任务 111071077 Only allow invited user and user in organization.:会议只允许被邀请或者企业内用户用户呼入 111071078 Max current participants amount reached.:企业单会议并发方数已达上限 111071079 Invalid CTD param.:ctd会议参数不合法 111071080 Invalid guest password.:来宾密码不合法 111071081 Guest password conflict with meeting ID.:来宾密码与会议ID冲突 111071082 Max meeting amount reached.:会议数达到上限 111071083 Invalid meeting random number.:无效的会议随机数 111071084 Max export history meeting list times reached.:导出历史会议次数超出允许的值 111071085 Max multi view layouts reached.:会议多画面布局超出限制 111071086 Max multi view invalid manual type.:会议多画面模式非法 111071087 Max multi view sub view amount reached.:会议多画面子画面个数超出限制 111071088 Max multi view sub view numbers reached.:会议多画面子画面会场数超出限制 111071089 Webinar and common meeting cannot be converted to each other.:网络研讨会不能修改为普通会议,普通会议也不能修改为网络研讨会 111071090 Not allow add audience.:不支持添加观众 111071091 Meeting password authentication failed.:密码错误 111071092 File export task failed.:导出文件任务失败 111071093 File export task is downloading.:导出文件正在处理中 111071094 Not allow audience to join.:会议不允许观众入会 111071095 Need to get WEBINAR_CONF_DTO object.:需要获取WEBINAR_CONF_DTO对象 111071096 User-defined languages over range.:自定义语言个数超出范围 111071097 Your enterprise does not support simultaneous interpretation.:企业不支持同声传译 111071098 Need to set interpreter groups.:需要设置传译组信息 111071099 Invalid interpretation language.:传译组语言非法 111071100 Max languages in a meeting are reached.:单会议最大支持16种语言 111071101 This interpreter group ID already exists.:传译组的组号重复 111071102 Max interpreters in the interpreter group reached.:传译组中传译员的个数达到上限 111071103 This interpreter already exists in an interpreter group.:传译员重复 111071104 Invalid interpreter account.:传译员账号不存在 111071105 Guest password conflict with chairman password.:来宾密码与主持人密码冲突 111071106 Meeting is holding.:云会议室已有会议正在召开 111071107 Invalid audience password.:观众密码不合法 111071108 Audience password conflict with meeting id.:观众密码与会议ID冲突 111071109 Audience password conflict with chairman password.:观众密码与主持人密码冲突 111071110 Only RTC meeting support E2E encrypt.:非RTC会议不支持端到端加密 111071111 Audience password conflict with guest password.:观众密码与来宾密码冲突 111071112 Cloud meeting room ID type cannot be modified.:不支持修改会议ID类型 111071113 Cloud meeting room type cannot be modified.:不支持修改VMR类型 111071114 Cloud meeting room flag cannot be modified.:不支持修改VMR标识 111071116 conf number over max allowed.:超出最大在线会议数限制 111071119 Sub cycle meeting modify time over range.:周期会议修改时间超出范围 111071147 Server region is change.:服务器站点变更 111071151 Share VMR not enough.:无共享云会议室资源 111071152 not allow join external crop conf.:被呼叫方所在企业限制加入外部会议 111072001 Application for meeting resources failed.:申请资源失败 111072002 Failed to release meeting resources.:释放资源失败 111072003 The meeting is ending.:会议正在结束 111072004 The meeting is starting.:会议正在开始 111072005 The meeting has not yet started.:会议还未开始 111072006 The meeting has ended.:会议已经结束 111072007 Site invitation failed.:邀请会场失败 111072008 Site does not exist.:会场不存在 111072009 Failed to disconnect the site.:挂断会场失败 111072010 Coming soon...:功能暂未支持,敬请期待... 111072011 Meeting status incorrect.:会议状态非法 111072012 Site control operation failed.:会场会控操作失败 111072013 The cloud meeting room is in use by another meeting.:当前VMR会议非目标会议 111072014 The meeting has ended.:VMR会议已过期 111072015 The meeting has not yet started.:VMR会议还未开始 111072016 Meeting does not exist.:VMR预约记录不存在 111072017 Meeting has no attendee.:会议与会者不存在 111072018 Application for chairman password exception.:申请主持人密码错误 111072019 Not found site which can be moved exception.:没有找到可以移动的会场 111072020 The current meeting is not a recording meeting. Recording is not supported.:非录播会议不支持录制 111072021 System processing failure.:录播调度失败 111072022 Insufficient recording resources in the system.:录播资源不足 111072023 There are no participants in this meeting.:会议中没有与会人 111072024 Operation failed. No sites have joined this meeting.:请确保会议中已有会场入会 111072025 Voice meeting does not support this function.:语音会议不支持该功能 111072026 The voice site does not support this operation.:语音会场不支持该操作 111072027 Voice sites cannot be displayed in custom continuous presence.:手动设置的多画面中无法显示语音会场 111072028 At least one site must have custom continuous presence configured.:手动设置的多画面中需最少设置一个会场 111072029 At most one presentation pane is allowed in custom continuous presence.:手工设置的多画面最多只允许一个辅流子画面 111072030 In the voice-activated continuous presence mode, each pane can only support a single user.:声控多画面模式下,每个子画面最多只允许一个用户 111072031 The number used for the site to join the meeting cannot be left blank.:与会者的入会号码不允许为空 111072032 The number used for the site to join the meeting is too long.:与会者的入会号码长度超过系统允许的最大值 111072033 The format of the number used for joining the meeting is incorrect. (Correct format: User name name/IP address:Port number or Country code plus phone number):与会者的入会号码格式非法(支持SIP、TEL号码格式) 111072034 Length of site name too long.:与会者的名称长度超过系统允许的最大值 111072035 The site role type is outside the allowed range.:与会者的角色类型不在系统允许的取值范围内 111072036 Length of site email address too long.:与会者的邮箱地址长度超过系统允许的最大值 111072037 Length of site mobile number too long.:与会者的手机号码长度超过系统允许的最大值 111072038 The value for whether a site is muted after it first joins the meeting is outside the allowed range.:与会者入会后是否静音的取值不在系统允许的取值范围内 111072039 The value for whether to automatically invite a site is outside the allowed range.:与会者是否自动邀请的取值不在系统允许的取值范围内 111072040 The host's site viewing type is outside the allowed range.:主持人选看类型取值不在系统允许的取值范围内 111072041 The value of the continuous presence setting mode is outside the allowed range.:设置多画面方式取值不在系统允许的取值范围内 111072042 The polling time is outside the allowed range.:轮询显示时间取值不在系统允许的取值范围内 111072043 The pane type cannot be left blank.:画面类型不允许为空 111072044 Invalid pane type.:画面类型非法 111072045 The value of the switch is outside the allowed range.:开关项取值不在系统允许的取值范围内 111072046 The site name cannot be left blank.:与会者的名称不允许为空 111072047 Site name too long.:与会者的名称超过系统允许的最大值 111072048 Continuous presence is not supported. Ask the administrator to configure related data on the MCU.:不支持多画面,请联系管理员开启MCU配置 111072049 Response timed out. Try again later.:等待响应超时 111072050 Meeting locked.:会议被锁定 111072051 The meeting display mode is empty.:会议显示模式为空 111072052 The meeting display mode is outside the allowed range.:会议显示模式不在系统允许的取值范围内 111072053 The meeting pane type is outside the allowed range.:会议画面类型不在系统允许的取值范围内 111072054 The banner or caption type is empty.:横幅或字幕类型为空 111072055 The banner or caption content is empty.:横幅或字幕的内容为空 111072056 The banner or caption content cannot exceed 2,000 bytes.:横幅或字幕的内容长度超过2000字节 111072057 The request message body is empty.:请求消息体为空 111072058 The pane index is greater than the total number of panes.:子画面索引大于画面总数 111072059 Meeting has no host.:会议中没有主持人 111072060 Regular participants cannot perform this operation.:当前普通与会方类型不支持该操作 111072061 You have set host polling and cannot select a specific site to view or set continuous presence.:前主持人正在轮询观看会场,不能单独选看其他会场或会议多画面 111072062 You cannot select a site to view on the web page. Perform the operation on the terminal.:当前主持人与会方类型不支持该操作 111072063 Applying for recording resources...:录制资源重新申请错误码 111072064 Too many failed login attempts. Try again later.:会控登录锁定 111072065 The meeting ID or password is incorrect. Check the ID and password and try again.:会议不存在或密码错误 111072066 The enterprise has not purchased any recording storage space.:企业未购买录播空间 111072067 Insufficient enterprise recording storage space.:企业录播空间已满 111072068 Failed to start live broadcast. Try again later.:启动直播失败 111072069 Not allow to hand up for host.:不允许指定会议主持人举手发言 111072070 The operation is not allowed for guest.:来宾不允许进行该操作 111072071 The operation is only allowed for yourself.:仅能对自己进行操作 111072072 Not allow to apply host for attendees who do not have meeting control abilites.:没有会控能力的与会者不允许设置为主持人 111072073 Notify message is expired.:推送消息已过期 111072074 Only participants with a number registered on HUAWEI CLOUD can be set as the host.:云下会场不能成为主持人 111072075 Hung up site for meeting ended.:会议结束挂断会场 111072076 Hung up site by host.:主持人挂断会场 111072077 Hung up site because host deleted site.:主持人删除会议挂断会场 111072078 Hung up site because meeting is recreated.:重建会议挂断会场 111072079 Hung up site for moving site failed.:移动会场失败挂断会场 111072080 Hung up site for inviting site cross region failed.:跨region邀请会场失败挂断会场 111072081 Hung up site for invitation exception.:邀请会场失败挂断会场 111072082 Hung up site for joining meeting repeatedly.:会场重复入会挂断会场 111072083 Lock sharing failed.:锁定共享失败 111072084 This site does not support 1-screen layout.:云下会场禁止设置在多画面一画面中 111072085 Not support realtime subtitle.:会议不支持实时字幕 111072086 Realtime subtitle pid is null.:会议实时字幕指定发言人列表为空 111072087 Invalid realtime subtitle pid.:会议实时字幕指定发言人ID有误或已离会 111072088 Failed to set realtime subtitle.:会议实时字幕设置失败 111072089 Not allow audience to change speaker status.:不允许观众解闭音 111072090 Allow/forbid audience to speak only for audience.:主持人允许/禁止观众说话接口只能操作观众 111072091 This meeting does not support simultaneous interpretation.:会议不支持同声传译 111072092 Interpreter group is empty.:会议当前传译组为空,请先配置传译组 111072093 This meeting has not enable simultaneous interpretation.:会议未开启同声传译 111072094 This site is not interpreter.:当前会场非传译员 111072095 This site has not yet confirmed interpreter identity.:传译员未确认身份 111072096 Invalid site language.:会场选择的语言非法 111072097 This site is confirmed interpreter.:当前会场是已确认的传译员 111072098 This site listen channel is different from speak channel.:普通会场听说频道不一致 111072099 Failed to set interpretation languages. Try again.:设置会议语言频道失败 111072100 Failed to set interpretation channel. Try again.:设置会场语言频道失败 111072101 Max participant amount reached.:超过设置的会议方数 111072102 Max allowed handup amount reached.:观众超过最大允许举手数 111072103 Max allowed speaking amount reached.:观众超过最大允许发言数 111072104 Failed to set virtual audio CSD site.:设置级联通道虚拟语言会场失败 111072105 This meeting does not support cohost.:该会议未启用联席主持人 111072106 This site does not support cohost.:该会场不支持联席主持人 111072107 Host cannot be set to cohost.:不支持设置主持人为联席主持人 111072108 Audience cannot be set to cohost.:不支持设置观众为联席主持人 111072109 Need to check cohost permission.:需要去主会议所在region判断是否为联席主持人 111072110 Cohost cannot operate host.:联席主持人不能操作主持人 111072111 This site does not support share invitation.:当前会场不支持邀请共享能力 111072126 request include special character.:请求参数包含特殊字符 111072201 Hung up site because heart beat failed.:与终端心跳中断导致挂断会场 111072202 Insufficient audience cloud meeting room logic resources.:观众数超过VMR套餐中的观众最大并发资源数 111072203 Insufficient participant cloud meeting room logic resources.:主持人与嘉宾超过VMR套餐中的最大并发资源数 111072204 Insufficient webinar resources, so started failed.:网络研讨会套餐已经有在线会议,被占用,激活失败 111072205 Only RTC conf support local record.:非RTC会议不支持本地录制 111072206 Invalid E2E encryption parameter.:端到端加密参数非法 111072207 Not allow to switch role in webinar.:网络研讨会不允许进行角色转换 111072208 The client version used by the user is too early. Cannot start local recording.:客户端不支持本地录制 111072211 Meeting is under AR assist.:会议已经在进行AR协作 111072213 Audience cannot be set to host.:观众不能设置为主持人 111072214 Rename param contains sensitive words.:改名涉及敏感词错误 111072222 Indicates record start exception.:启动云录制失败,请联系管理员 111072223 Indicates record paused exception.:暂停云录制失败,请联系管理员 111072224 Indicates record stop exception.:停止云录制失败,请联系管理员 111072225 Indicates live start exception.:启动直播失败,请联系管理员 111072226 Indicates live stop exception.:停止直播失败,请联系管理员 111072227 Indicates sensitive words.:信息中包含敏感词 111072403 Not support AUX conf.:不支持新辅流会议 111072504 Max participants in a single meeting reached.:达到系统单个会议人数上限 111072507 waiting room user is leaved.:等候室准入用户已经离会 111072508 waiting room user is joined.:等候室准入用户已经准入 111072512 This site does not support screen shots.:当前会场不支持禁止截屏 111072516 This apply for new mmrId reach limit.:请求更换mmrId达到上限 111072520 Turn on Prohibit mobile viewing and sharing, and prohibit inviting mobile sharing.:开启禁止移动端看共享,禁止邀请移动端共享 111072521 Not allow invitation from external organization.:当前被邀用户不允许被外部成员呼叫入会 111072531 Not allow join external crop conf.:企业已限制加入外部会议,可联系企业管理员处理 111072532 Not allow invitation from external crop.:当前被邀用户所在企业限制加入外部会议 111072599 Conference manager is valid, not support offline join.:当前管理面正常,不允许离线操作 111073001 User does not exist.:用户不存在 111073002 Department does not exist.:组织不存在 111073003 Invalid username format.:用户非法 111073004 Invalid department name format.:组织非法 111073005 Could not query department.:查询组织失败 111073006 Application for anonymous user failed.:申请匿名用户失败 111073007 Invalid cloud meeting room package status.:VMR套餐状态非法 111073008 Failed to Release anonymous user.:释放匿名用户失败 111073009 Not support cycle meeting for welinkC.: WeLink C 不支持预约周期会议 111073010 Not support cloud meeting room for welinkC.:WeLinkC 不支持预约VMR会议 111073011 Failed to get Welink token.:获取WeLink Proxy Token失败 111073012 Failed to Get M to M token.:获取机机账号Token失败 111073013 Invalid webinar cloud meeting package status.:网络研讨会VMR套餐状态非法 111073014 Max extend times for cloud meeting trial version reached.:会议延长次数超出VMR试用套餐可延长的最大次数 111073015 Max extend duration for cloud meeting trial version reached.:会议延长时间超出VMR试用套餐单次会议最大时长 111073016 Not support auto extend meeting for cloud meeting trial version.:VMR试用套餐不支持自动延长 111074001 This meeting host already exists.:IDO主持人已经存在 111074002 No meeting host permissions.:无IDO主持人权限 111074003 Failed to extend the meeting. Max meeting duration reached.:延长会议失败,会议已达到最大时长 111074004 Failed to extend the meeting. The service processing is abnormal.:延长会议失败,服务处理异常 111075001 Failed to start timer.:启动定时器失败 111075002 Failed to end timer.:停止定时器失败 111075003 Json parse failed.:json转换异常 111076001 Released by host.:会场被终端主持人挂断 111076002 Released by portal host.:会场被portal主持人挂断 111076003 Max number of participants reached.:超出VMR最大方数 111076004 Insufficient enterprise resources.:企业并发数不足 111076005 Not answered.:会场无响应 111076006 User does not exist.:会场不存在 111076007 Offline.:会场离线 111076008 Busy.:忙 111076009 Rejected by user.:拒接 111076010 Released by user.:会场挂断 111076011 Insufficient meeting resources in the system.:媒体资源不足 111076012 Outbound calling disabled.:PSTN服务未开通 111076013 Application for address token failed.:申请地址本鉴权信息失败 111076014 Call failed.:SIP呼叫超时 111076015 Max number of participants reached.:超过设置的会议方数 111076017 Invalid user.:用户失效 111076018 Invalid enterprise.:企业失效 111076019 Invalid SP.:SP失效 111076022 Not allow joining by scanning for hard device.:企业配置来宾不允许扫码邀请硬终端入会* 111076028 Not allow conf control.:会议正在进行AR协作,禁止共享/分组会议/释放主持人等会控操作* 111076029 Not allow AR Assist.:会议正在进行共享/分组会议, 禁止进行AR协作* 111076040 Network error need restart share.:网络异常,需要重新发起共享 111076045 Invite user expiration.:被叫用户失效 111076099 Common error.:通常失败 111077001 RSE server info does not exist.:RSE录播相关错误码 111077101 Not support AI record.:会议不支持AI会议纪要 111077102 Reapplying for AI record resource.:正在重新申请会议纪要资源 111077103 Insufficient AI record resource.:AI会议纪要资源不足 111077104 In AI recording, the meeting cannot stop live or recording.:会议处于AI会议纪要状态,不允许停止录制/直播 111077201 Record file does not exist or have no permission.:录播文件已删除或您无权观看,请确认后重试 111077202 RSE authentication failed.:RSE机机鉴权失败 111078000 No available region in multi region.:没有可用Region 111078001 No available global in multi region.:没有可用Global 111078002 Dispatch region error in multi region.:多region 分发region错误 111079000 Failed to phrase big data param query xml.:大参数查询xml解析失败 111079001 Failed to phrase anonymous assign xml.:匿名账号分配xml解析失败 111080001 Bad request.:请求消息参数错误 111080002 Insufficient permissions.:用户无权限进行该操作 111080004 Site data not found or deleted.:会场不存在或已被删除 111080090 Common error.:IM通用错误 111080096 The sender information is invalid.:IM发送者信息非法 111080097 Basic conference information is missing.:会议基础信息缺失 111080098 User site information is missing.:用户会场信息缺失 111080099 Invalid IM channel.:IM频道非法 111080100 Forbid chat.:禁止聊天 111080101 Invalid chat target.:聊天目标非法 111080102 Allow public chat only.:仅允许公开聊天 111080104 Invalid msgId.:查询msgId非法 111080105 Invalid message type.:消息类型非法 111080106 The message content is too long.:消息内容过长 111080205 Message sending is controlled.:消息发送被流控 111081001 Site is inviting.:会场正在通话中 111081002 Site meeting does not exist or is ended.:会场所在会议不存在或已结束 111081003 Failed to apply site resource.:申请会场资源失败 111081004 Failed to release site resource.:释放会场资源失败 111081005 Failed to apply site media resource.:申请会场媒体资源失败 111081006 Authentication failed.:认证失败 111081007 Meeting is locked.:会议已经被锁定 111081009 Login is locked because max authentication times reached.:会议鉴权失败次数已达上限被锁定 111081010 Waiting user restrictions.:等候用户限制 111082001 Not support this control.:不支持该会控 111082002 No response.:无响应 111082003 Site not exist.:会场不存在 111082004 Site unavailable.:会场离线 111082005 Site busy.:会场正忙 111082006 Site refused.:会场拒接 111082007 Site leave.:会场挂断 111082008 PSTN service is closed.:PSTN服务关闭 111082009 SIP invitation timeout.:SIP呼叫超时 111083001 RSE does not exist.:RSE设备不存在 111084001 Failed to execute DTMF.:执行DTMF失败 111084002 Get started meeting exception.:启动会议异常 111084003 Call MCU side exception.:呼叫MCU端异常 111084004 Join call exception.:加入呼叫异常 111084005 Invite exception.:邀请异常 111084006 Call terminal side exception.:呼叫端侧异常 111084007 Answer exception.:应答异常 111084008 Common CTL exception.:通用CTL异常 111084009 Hangup exception.:挂断异常 111084010 Notify capability exception.:通知能力异常 111084011 Update MT exception.:更新MT异常 111084012 Negotiate exception.:协商异常 111084013 Not support this meeting.:不支持该会议 111084014 Not allowed join meeting in RTC inviting because guests are not invited.:RTC外邀入会,来宾不在被邀请名单中,拒绝入会 111089002 Failed to phrase URI join xml.:链接入会XML解析失败 111090001 Failed to join data meeting.:数据入会失败 111090002 Join data meeting overtime.:数据入会超时 111100001 Failed to get slider image.:获取滑块图片失败 111100002 Slider check failed.:滑块校验失败 111100003 Invalid random number.:无效的随机数 111100004 Invalid slider token.:无效滑块token 111100005 Need to check slider.:需要滑块校验 111100006 Invalid SMS phone number.:非法的手机号 111100007 Failed to send verification code.:发送验证码失败 111100008 Verification code expired.:验证码已过期 111100009 Verification code error.:验证码错误 111100010 Max verification code check times reached.:验证码错误超过最大次数 111100011 The uuid is invalid, you need to re-verify the phone number.:uuid无效,需要重新验证手机号 111100012 The meeting is not on this site.:会议不在本站点 111100013 Need to verify the mobile phone number. Overseas access to China, free enterprises need to verify the mobile phone verification code.:需要验证手机号,海外接入国内,免费企业需要进行手机验证码校验 111110001 Failed to add IM group.:添加群组失败 111110002 Failed to disband IM group.:删除群组失败 111110003 Failed to add IM member.:添加成员失败 111110004 Failed to remove IM member.:删除成员失败 111111007 hangup for rejoin mmr failed.:mmr重入会失败挂断 111111008 hangup for joinconf conflict.:多端入会冲突,导致离开会议 111112001 Failed to enter the waiting room.:入等候室失败 111112002 Failed to exit the waiting room.:出等候室失败 111112003 Waiting room cache operation failed.:等候室缓存操作失败 111112004 Co-hosts cannot be moved into the waiting room.:联席主持人不能被移入等候室 111112005 Not allowed to enable waiting room.:不允许启用等候室 111112008 Not support this feature according to client capabilities.:客户端能力不支持此特性 111113001 can not find application.:找不到应用信息 111113002 application exist.:应用已存在,目前一个会议只能关联一种应用 111113003 not required to create application.:无权限创建应用 111113004 need verify id.:应用操作需要实名认证(用户需要绑定手机) 111113005 get token failed.:获取应用用户token失败 111113006 url illegal.:应用服务URL地址非法 111113101 shimo doc has not used.:石墨文档应用未启用 111113102 call shimo doc server failed.:调用石墨文档服务失败 111113103 get shimo token failed.:获取石墨应用级token失败 111113104 not in conf,has no right to apply.:用户不在会议中,无权限申请权限 111113105 account has been stoped.:企业账号被停用 111113106 SMS messages sent frequently, try again later.:短信发送过频繁,请稍后再试 111113107 SMS messages sent has exceeded the daily limit of the enterprise.:短信发送量已超过企业每日上限 111114001 projection link verify failed.:投屏链路校验失败 111114020 content moderation failed.: 内容审核 不通过 111500301 breakout conf surpass limit.:分组会议子会议超过上限 111500302 breakout conf name error.:分组会议子会议名称错误 111500303 breakout Start failed.:分组会议启动失败 111500304 breakout not exist when delete:分组会议中没有子会议(删除) 111500305 breakout not exist when start.:分组会议中没有子会议(启动) 111500306 breakout is closing by host:分组会议结束中(主持人停止) 111500307 breakout is closing by host:分组会议已经结束或未启动(加入时) 111500308 Attendee in target conf:移动用户在目标分组 111500309 Chair in current conf:主持人在当前分组中(请求帮助) 111500310 not support breakout conf:不支持分组会议(启动时 启动接口) 111500311 breakout conf starting or started:分组会议已经启动或启动中(重复启动) 111500312 subconf not exist:子会议不存在 111500313 not support in mainconf:主会中用户不支持此操作(请求帮助) 111500314 breakout conf state illegal:分组会议状态异常(缓存误删) 111500315 action forbidden by status:分组会议静态、动态操作由于状态原因,不支持当前操作 111500316 apply chair failed due to host in subconf:主持人在分组中,不能申请为主持人 111500317 apply sub conf id failed:申请分组的会议id失败 111500318 query main conf failed:获取主会议信息失败 111500319 attendee not found:没有找到用户信息 111500320 sub conf stop failed:分组会议停止失败 111502000 subject faile and leave conf start:订阅失败需要离会的错误码起始值 111502099 subject faile and leave conf end:订阅失败需要离会的错误码结束值 112010001 Common failure.:通用失败 112010002 Null param.:参数为空 112010003 Participant not found.:未找到参与者 112010004 Meeting not found.:会议不存在 112010005 SIP invite information timeout.:invite消息超时 112010006 SIP invite information failed.:invite消息失败 112010007 SIP information timeout.:info响应超时 112010008 SIP information failed.:info响应失败 112010009 System processing failed.:系统处理失败 112010010 System processing failed.:系统处理失败 112010011 Failed to invite MRS.:呼叫mrs失败 112010012 Failed to invite participant.:呼叫终端失败 112010013 Data meeting join information failed.:数据入会Info失败 112010014 Failed to start meeting.:召开会议失败 112010015 Media negotiation failed.:媒体协商失败 112010016 User rejects.:用户拒绝 112010017 User is busy.:用户忙 112010018 No call permission.:没有呼叫权限 112010019 Unknown callee.:未知被叫人 112010020 No user response.:没有用户响应 112010021 Join meeting timed out.:加入会议超时 112010022 Session has been released.:会话已释放 112010023 Callee is not registered.:被叫人未注册 112010024 SIP invite timed out.:SIP邀请超时 112010025 User Session timer times out and hangs up.:用户Session timer 超时挂断 112010026 The participant bye hangs up on the MRS side.:与会者腿MRS侧bye挂断 112010027 The participant bye hangs up on terminal side.:与会者腿终端侧bye挂断 112010028 No RTP stream hang up.:无码流挂断 112030001 No Upscale vmr.:无高档可用的VMR资源 112051005 Move breakout conf failed.:网络异常导致移入分组失败 112100000 Sysportal exception.:系统异常 112100001 Bad request.:请求异常 112100002 Illegal request.:非法请求 112100003 Data not found.:数据未获取到 112100004 Data duplication.:数据重复 112100006 The requested type is not supported.:请求的类型不支持 112100007 Failed to save notification template.:保存通知模板失败 112100008 Failed to save data.:保存数据失败 112100009 Failed to query data.:查询数据失败 112100010 Failed to delete data.:删除数据失败 112100011 Password reset required.:需要重置密码 112100012 Incorrect old password.:旧密码错误 112100013 The new password cannot be the same as the old password.:新密码不能与旧密码相同 112100014 Insufficient password complexity and low security.:密码复杂度不够,安全性低 112100015 The length does not meet the requirements.:长度不符合要求 112100016 RSE is in meeting.:RSE在会议中 112100017 RSE to be deleted.:RSE待删除 112100018 Failed to query the meeting list.:查询会议列表失败 112100019 User has been locked out. Try again later.:用户已被锁定,请稍后重新登录 112100022 The live room channel name exists.:频道名称已存在 112100023 Failed to modify system configuration items for duplicated meeting ID prefix.:修改系统配置项失败,会议ID前缀重复 112100024 CONFID prefix can only be added, not modified or deleted.:CONFID前缀只能增加,不能修改和删除 112100025 The live room channel url exists.:直播房间地址已存在 112100026 The live room has been occupied.:直播房间已被使用 112100027 The live room does not exist.:直播房间不存在 112100028 Live room release failed.:直播房间释放失败 112100029 The request is missing header or param.:请求缺失头域 112100030 The Live main stream URL already exists.:音视频推流地址已存在 112100031 The Live auxiliary stream URL already exists.:辅流演示推流地址已存在 112100032 Password is weak.:密码为弱密码 112100033 The live room is occupied.:直播房间被占用 112100034 Save part of attendees since max attendees size reached.:因为与会者数量超出上限只保存部分 112100035 Failed to export data.:导出数据失败 112100036 Failed to import data.:导入数据失败 112100037 Max file size reached.:文件大小超出上限 112100038 LVS target address exists.:lvs的目标地址已存在 112100039 LVS port existed.:lvs端口重复 112100040 Not allow to modify global standby config.:Global只有主机可以修改配置; 112100041 MCU insulation IP address exists.:mcu隔离的IP已经存在 112100042 MCU insulation IP address cannot be modified.:mcu隔离的IP不能修改 112100043 SBC address exists.:SBC配置的地址已经存在 112100044 Internal exception.:内部错误异常 112100045 System config delete exception.:系统配置不允许被删除 112100046 No ISBC access address.:企业id无法获取关联SBC地址 112100047 Media type need to be HD because the organization enable Full HD capability.:企业已开启全高清功能,媒体设置不能低于1080P/8M 112100061 Same interpreter language abbreviation exists.:语言缩写重复 112100062 Same interpreter language name exists.:语言名称重复 112100063 MCU type is MIXED and insulation config is not configured, or MCU meeting exsists when modifying mcu connection settings.:修改MCU连接配置告警,以下两种场景会导致:1.MCU存在会议 2.修改类型为MIXED未配置隔离 112100064 MCU type is MIXED and insulation config is not configured when adding mcu connection settings.:新增MCU连接配置告警,MCU类型为MIXED且未配置隔离 112100065 MCU type is MIXED when modifying MCU insulation config or disbanding enterprise.:修改MCU隔离配置时,解除企业绑定时MCU类型为MIXED 112100066 MCU type is MIXED when deleting MCU insulation config.:删除MCU隔离配置时,MCU类型为MIXED 112100067 This gateway type is incompatible with MCU.:MCU与网关类型不兼容 115021001 Insufficient media resource.:媒体资源不足 115021002 Meeting does not exist.:会议不存在 115021003 Media resource does not exist.:媒体资源不存在 115021005 Insufficient media bandwidth resource.:带宽资源不足 115021006 Media device fault.:设备故障 115022000 Insufficient common logic resource.:通用的逻辑资源不足 115022001 Insufficient meeting resources in the enterprise.:企业会议并发方数不足 115022002 Insufficient logic port resource.:逻辑资源端口资源不满足 115022003 Live broadcast resources have not been purchased or are insufficient.:企业直播推流方数不足 115022004 Media device does not exist.:媒体设备不存在 115022005 The cloud recording ports purchased by enterprises have been used up.:企业购买的云录制端口已经用完 115023001 Insufficient ID resources.:ID资源不足 115024001 RMS service exception.:RMS服务异常 115025001 The live room has already been occupied.:直播房间已经被使用 115025002 The live room does not exist.:直播房间不存在 115025003 Live room release failed.:直播房间释放失败 115026001 MCU meeting exists.:MCU有会议 115029001 Invalid common parameter.:通用参数值不合法 115029002 Null parameter.:参数值为空 115029003 service is not available.:服务不可用 115029004 Configuration exception.:配置异常 115029005 Duplicately apply resources.:重复申请资源 115029006 Waiting for applying resources.:等待申请资源中 115029999 Unknown error.:未知错误 118000000 User authentication failed.:用户鉴权失败 118000001 User token authentication failed.:usg token 鉴权失败 118000002 User authentication account lockout.:usg鉴权账号锁定 112051003 Restrict guest invitations when opening the waiting room.:开启等候室时限制来宾邀请 112051006 Joining the meeting requires a higher client upgrade, please check for upgrades.:加入该会议需要升级较高客户端版本,请检查升级 200000001 Server is busy. Please try again later.:服务器正忙 请稍后再试 200000002 Internal error. Please contact SRE.:服务器正忙 请联系SRE 200000003 Invalid parameter. Please check whether the parameters are valid.:请求参数错误 请检查参数是否合法 200000004 Illegal request. Please check the value of the request header field X-Auth-Token or X-Access-Token.:非法请求 请检查请求头域X-Auth-Token或X-Access-Token的值 200000005 Forbidden access during the version upgrade.:系统正在升级,暂时不可访问。如对您造成不便,十分抱歉 200000026 Url permission valid failed.:分权分域接口权限校验失败 200000030 No department permission.:分权分域部门权限校验失败 201020023 This user is already the owner of another corporation and cannot create a new corporation for it.:该用户已经是其他企业的所有者,无法为其创建新的企业 201040005 Max number of users reached. Please check the purchased meeting users.:用户总数超过限制,请检查购买的会议用户 201040016 Password security is low. Please set another password.:密码安全性低,请设置其他密码 201040031 Activation code overdue.:激活码过期 201040033 The device under this enterprise has been activated and cannot be reactivated.:该企业下设备已激活,不可再次激活 201040034 This device has been activated in another enterprise and cannot be reactivated again.:该设备在其他企业下已激活,不可再次激活 201040037 The number of activation codes has reached the resource limit.:激活码数量已达资源上限 201040041 User not activated.:用户未激活 201040042 Pre-authentication expired.:预验证失效 201040043 This user is the owner of another corporation and cannot be invited.:该用户是其他企业的所有者,暂无法邀请 201040044 Invalid invite connection.:邀请连接非法 201040045 User is already in waiting list.:用户已经在等待列表 201040046 User already exists.:用户已存在 201040047 Account modification is not allowed.:不允许修改账户 201040049 IdeaHub resource exceeds the inactive limit.:IdeaHub资源超过非激活数量限制 201040063 The user name cannot contain sensitive words..:用户名称不能包含敏感词 201050004 The device does not support active codes.:设备类型不支持激活码 201050010 The maximum number of device activation code resets within one day has been reached.:一天内重置设备激活码次数已达到最大值(5次) 201050012 Activation code does not exist.:激活码不存在 201050015 Invalid activation code.:激活码错误 201050016 Trial activation code cannot be deleted.:试用激活码,不可删除 201050021 Activation failed.:激活失败 201050022 Terminal does not allow unbinding.:终端不允许解绑 201050027 IdeaManager not enabled.:未启用IdeaManager 201080000 VMR resource unavailable.:云会议资源不可用 201080006 The host password and the guest password cannot be the same. Please confirm the input parameters.:主持人密码和来宾密码不能相同 请确认输入参数 201080017 Same as meeting password.:和会议密码相同 201510001 No invite permission to get an invite code.:没有邀请权限去获取邀请码 201510003 Invalid application.:申请失效 205030005 The device type does not exist.:设备类型不存在 206010000 User name or password error.:用户名或密码错误 206010007 Account is not activated, no permission to log in.:账号未激活,无权限登录 206010008 User information does not exist or is not activated, no permission to log in.:用户信息不存在或者未激活,无权登录 206010010 Failed to get verification code, Please contact SRE.:获取验证码失败 请联系SRE 206010011 Verification code must be filled.:验证码不能为空 206010012 Verification code check failed.:验证码校验失败 206010013 Jump login failed. Please contact SRE.:跳转登录失败 请联系SRE 206010014 Domain not exist.:企业 域名 不存在 206010022 SSO login failed. Please contact SRE.:SSO登录失败 请联系SRE 206010023 SSO login is not supported.:不支持sso登录 206010024 Invalid authentication type.:认证类型非法 206010025 APPID verification failed.:APPID校验失败 206010027 Authentication type error.:校验类型错误 206010029 Network error.:网络异常 206010030 APPID does not allow automatic registration.:APPID不允许自动注册 206010031 APPID auto registration failed.:APPID自动注册失败 206010036 Normal users cannot log in.:普通用户无法登录 206010042 Huawei account authentication failed.:华为账户认证失败 206010057 APPID authentication expires.:APPID认证过期 206010058 APPID account is not bound.:APPID账户未绑定 206010064 Site mismatch.:站点不匹配 206010065 Phone number conflict.:电话冲突 206010066 E-mail conflict.:邮箱冲突 206010070 The number of users has reached the maximum.:用户数超过上限 206010071 WeChat authentication failed.:微信鉴权失败 206010074 International sites support site changing re-login.:国际站点支持切站点重登 206010075 Account has been unbound.:账号已经解绑 206010079 no fixed link found:设备和大屏没有建立固定链路 206010080 jwt invalid:jwt Token 失效 206010090 Need agreed sign privacy:需要同意签署隐私协议,返回的信息data中携带第三方用户缓存信息key 206010091 Third user info has invalid:第三方用户缓存信息失效 206020000 Invalid authentication information. Please check the value of the request header field X-Auth-Token or X-Access-Token.:鉴权信息无效 请检查请求头域X-Auth-Token或X-Access-Token的值 206020001 Token is created by disaster recovery site.:token是容灾站点创建 206020002 Token is invalid due to being kicked.:token由于被踢失效 206030000 The user does not exist.:系统中不存在该用户 206030001 The verification code is incorrect or has expired. Please obtain a new one.:验证码错误或失效,请重新获取 206030002 Incorrect verification code.:验证码错误 206030003 Failed to send the verification code.:发送验证码失败 206030004 Try to get a new verification code 180s later.:请在180秒后重新发送验证码 206030005 The password cannot be changed.:系统不支持修改密码 206030006 The old password is incorrect.:旧密码错误 206030007 The length of the new password does not meet the requirements.:新密码长度不符合要求 206030008 The password complexity does not meet the requirements.:密码复杂度不满足要求 206030009 The new password must be different from the previous old passwords.:设置的密码不能与最近旧密码相同 206030010 The password cannot contain three or more of the same characters consecutively.:密码不能包含3个以上重复字符 206030011 The password cannot be changed within 5 minutes upon the last password change.:修改密码后,5分钟内不能更新密码 206030012 The password cannot contain the account or the reverse order of the account.:密码不能与账号或其逆序账号相同 206030013 At least two characters must be different between the new and old passwords.:新密码相较于旧密码至少要有两个不同的字符 206030014 Invalid password format.:密码格式不正确 206030015 The user is locked and will be locked in 60s.:用户已被锁定,请60秒后重试 206030016 Have no right to reset other's password.:没有权限重置密码 206030018 The number of password retrieval times in a day has reached the maximum(10 times).:一天内忘记密码次数达到最大值(10次) 206030019 The number of incorrect verification code input has reached the maximum, Please get it again.:验证码输入错误次数超过最大值,请重新获取 206030023 Failed to send verification code. Please contact SRE.:发送验证码失败 请联系SRE 206030028 The system has enabled SSO login and does not support changing the password. Please retry after the system has disabled SSO login.:系统已开启SSO登录,不支持修改密码 系统关闭SSO登录后重试 206030031 Forgot password for Huawei account.:华为账号忘记密码 206040000 No corresponding terminal type.:无对应的终端类型 206060008 Sending verification code is locked.:发送校验码锁定 206060009 Slider verification required.:需要滑块校验 206060010 Invalid slider token.:滑块token非法 206060011 Request parameter arror.:请求参数错误 206060012 Sending SMS is not supported.:不支持发送短信 206060013 Repeated sending is not supported.:不支持重复发送 206060014 Invalid verification code.:验证码非法 206060015 Max verification codes check times reached.:验证码次数超过最大次数 206060017 Failed to bind Huawei account.:华为账户绑定失败 211000062 verify activation credential failed.:二维码已过期 211000092 not allow activate device.:企业开启第三方2C自运营模式后禁止扫码激活设备 211030046 Not the ideahub activation code.:不是ideahub激活码 211030050 auth fail too many times, locked.:身份验证失败次数太多,已锁定 211030052 auth fail too many times, permanently locked.:身份验证失败次数太多,已永久锁定 211060003 The maximum times of log uploads has been reached.:日志上传次数达到最大限制 222020001 not allow cross copr pair.:不允许跨企业配对 222020002 The device has been bound.:其他设备已绑定该大屏 222020003 pair failed double check:二次验证码失效 222020004 pair code invalid.:配对码失效 222020005 offine pair already exist.:已有离线临时链路 222020006 offine fixed pair already exist .:已有离线固定链路 222020010 projection code illegal .:投屏码非法 222020011 ip has been locked.:ip锁定 222020012 Cross corp .:投屏码非用户所在企业的设备生成 222020013 double check reach max time.:二次验证码输入错误次数达到上限 225020001 obs upload image not exist.:obs上传的图片对象不存在 225030002 obs upload image is repetition.:obs上传的图片唯一标识符重复, 同一图片重复发起审核任务 230010001 not support.:不支持当前业务 230010002 verify code and business mismatch.:验证码和业务不匹配 230010003 need user not exist.:用户不存在 230010004 try again later.:请稍后尝试 230010005 verify code is invalid.:验证码失效 230010006 verify code error.:验证码错误 230010007 get new verify code.:验证码输入错误次数超过最大值,请重新获取 411000001 Common failure.:失败 411000002 Parameter error.:参数错误 411000003 Meeting does not exist.:会议不存在 411000004 A meeting already exists.:已经有会议存在 411000005 Meeting state error.:会议状态异常 411000006 Failed to get device.:获取设备异常 411000007 Failed to set device.:设置设备异常 411000008 No device available.:无可用设备 411000009 This operation is only supported on mobile.:只有移动端支持该操作 411000010 Network access error.:网络接入错误 411000011 Other supplementary service is running.:正在进行其他补充业务 411000012 Memory allocation error.:分配内存错误 411000013 Initialization failed.:初始化失败 411000014 User does not exist.:用户不存在 411000015 Did not join the data meeting.:未加入数据会议 411000016 Neither meeting nor call exists.:会议和呼叫均不存在 411000017 SVN port detection failed.:svn端口探测不通 411000018 Failed to write file.:写文件失败 411000019 RTC does not support STG mode.:RTC不支持STG模式 411000020 Failed to load RTC library. RTC meeting is not supported.:rtc库加载失败,不支持rtc会议 411000021 The meeting is in the audience pause state when changing roles.:转角色的时候会议正处于观众暂停观看状态 411000022 Not in call.:不在呼叫中 411000023 Meeting or call does not exist.:会议或者呼叫不存在 411000024 Pairing state not allowed.:配对状态不允许 411000025 Pairing request failed.:配对请求失败 411000026 Pairing exceeds limit.:配对超出限制 411000027 Pairing common error.:配对通用错误 411000028 Pairing and joining the meeting failed.:配对入会失败 411000029 Pairing and joining the meeting is busy.:配对入会忙 411000030 Pairing and joining the meeting is invalid.:配对入会无效 411000031 Multiple clicks at the same time to pair and join the meeting error.:同时多次点击入会错误 411000032 Pairing is not established or is being established.:配对未建立或正在建立中 411000033 The camera is not turned on in the third-party capture mode.:第三方采集模式下摄像头未打开 411000034 RTC engine creation failed.:RTC 引擎创建失败 411000035 Not in a meeting.:不在会议中 411000036 mute self failed.:静音自己失败并且采用了保护 411000037 still in setting language channel:当前正处于切换频道中, 请稍后重试 411000100 End the meeting with no stream due to disconnection of network.:无码流结束会议网络断开 411000101 End the meeting with no stream because fail to re-join meeting.:无码流结束会议重入会失败 411000102 Null pointer exception.:空指针异常 411000103 Parameters cannot be empty.:参数不许为空 411000104 Indicates encrypt and decrtpt func not match.:加解密算法不匹配 411000105 Indicates Loading User-Defined DLLs failed .:加载用户自定义dll失败 411000106 Indicates Applition not support shimo docs .:企业配置不支持打开石墨文档 411000107 Indicates notification of render fail .:数据会议UI渲染失败 411000108 End the meeting with mmr media rejoin failed.:mmr重入会失败 411000109 Audio is disconnected.:音频断开中 411000110 Second monitor disconnected.:共享副屏的时候,副屏被断开 411000111 prepare data share canceled.:共享前准备被取消. 411000112 already in remote control.:已在远程控制他人. 412100001 The message processing thread is not initialized.:消息处理线程未初始化 412100002 Parameter error.:参数错误 412100003 Timeout.:超时 412100004 Memory allocation error.:分配内存错误 412100005 XML parsing error.:XML解析出错 412100006 DNS resolution error.:DNS解析异常 412100007 Request message failed.:请求消息异常 412100008 Authentication failed.:鉴权失败 412100009 Server error.:服务器异常 412100010 Account is locked.:账号被锁定 412100011 Create timer error.:创建定时器错误 412100012 Server CA certificate verification failed.:服务器CA证书校验失败 412100013 Network error.:网络异常 412100014 Server redirect.:服务器返回重定向地址 412100015 Account is not activated.:账号未激活 412100016 JSON parsing error.:JSON解析失败 412100017 The proxy communication times out and the TCP link building fails. Probably because the proxy configuration is incorrect.:代理通信超时,tcp建链失败,大概率是代理配置错误 412100018 Disconnected by the proxy. Probably because the server address is misconfigured.:接被代理断开,大概率是服务器地址配置错误 412100019 The TCP link establishment timed out. Probably because the proxy domain name or port configuration is incorrect.:tcp建链超时,大概率是proxy域名或者端口配置错误 412100020 The authentication process failed. The user does not have proxy permission and needs to apply for proxy permission.:认证鉴权过程失败,用户没有proxy权限,需要申请proxy权限 412100021 The authentication process failed. The proxy user name or password is incorrect.:认证鉴权过程失败,代理用户名或者密码错误 412100022 The authentication process failed. Incorrect authentication type. User name and password are required. The user needs to be prompted for input.:认证鉴权过程失败,错误的认证类型,同时需要用户名、密码,需要提示用户输入 412100023 The authentication process failed. Other unknown errors. It may be that the authentication method is not supported. The user needs to be prompted to try again.:认证鉴权过程失败,其他未知错误,有可能是不支持认证方式,建议弹框提示用户重新发起 412100024 The authentication process failed. Unable to resolve gateway.:认证鉴权过程失败,无法解析网关 412100025 The authentication process failed. Unable to resolve host.:认证鉴权过程失败,无法解析主机 412100026 The authentication process failed. Unable to connect.:认证鉴权过程失败,无法连接 412100027 The authentication process failed. Operation times out.:认证鉴权过程失败,操作超时 412100028 Message length too long.:消息长度太大 412100029 Base64 encryption failed.:base64加密失败 412100030 XML parsing error.:XML解析出错 412100031 Secure function error.:安全函数失败 412100032 Firewall detection parameter error.:防火墙检测参数错误 412100033 Failed to create STG tunnel.:创建STG隧道失败 412100034 Failed to update STG service.:更新STG服务失败 412100035 Encryption failed.:加密失败 412100036 Do not allow duplicate downloads.:不允许重复下载 412100037 File operation failed.:文件操作失败 412100038 The request message returns empty.:请求消息返回空 412100039 The number of detection servers is 0 error.:探测服务器数为0错误 412100040 Failed to get local IP address.:获取本地IP失败 412100041 XXX.:登录模块消息未初始化 412100042 http return 429 error.:http 返回429错误 412100043 Not logged in, not available:此业务未登录不可用 412100044 manger server degrade,you can still join conf in this case.:服务器降级,接入方收到该错误码可以继续调用入会接口离线入会 412100045 XXX:升级版本过程中取消下载 412200001 Internal error.:内部错误 412200002 Parameter error.:参数错误 412200003 Network timeout.:网络超时 412200004 Network Error.:网络错误 412200005 Need to bind mobile phone.:需要绑定手机 412200006 Need to bind email.:需要绑定邮箱 412200007 Has initialized already.:重复初始化 412200008 State machine execution failed.:状态机执行失败 412200009 Failed to start timer.:开启定时器失败 412200010 The user is prompted to change the password when logging in for the first time.:首次登录,提示用户修改密码 412200011 Unknown authentication type.:未知鉴权类型 412200012 need repair controller:需要重新配对 412200013 need repair controller:验证后重新请求 412200014 need repair controller:换取凭证失败失败需要重新配对 412200015 not support media separate:环境不支持媒体分离 412200016 media separate plugin disconnect:媒体分离插件未连接 412200017 request media separate log timeout:收集媒体分离日志超时 412200018 request media separate log failed:收集媒体分离日志失败 412200019 request media separate log is already start:收集媒体分离日志已经开始 412200020 tc module version is not support request media separate log:tc插件版本不支持收集媒体分离日志 413000001 Common error.:一般错误 413000002 Parameter error.:参数错误 413000003 Memory allocation error.:分配内存错误 413000004 System error.:系统错误 413000005 Message sending error.:发送消息错误 413000006 Get system configuration error.:获取系统配置错误 413000007 Physical network error.:物理网络错误 413000008 Network access error.:网络接入错误 413000009 Create timer error.:创建定时器错误 413000010 Call state error.:呼叫状态错误 413000011 Other operation in progress error.:正在进行其他操作错误 413000012 Requesting the master to start call error.:请求主控进行呼叫开始错误 413000013 Requesting audio resource error.:申请音频资源错误 413000014 Other supplementary service is running.:正在进行其他补充业务 413000015 Record call error.:记录通话记录错误 413000016 Media process error.:媒体进程返回的错误 413000017 Maximum number of calls reached.:超过最大呼叫路数 413000018 SIP account ID does not exist.:SIP账户ID不存在 413000019 Call ID does not exist.:呼叫ID不存在 413000020 Failed due to registering.:正在注册中导致失败 413000021 Registration failed.:注册失败 413000022 Deregistration failed.:注销失败 413000023 Setting account information error.:设置账户信息错误 413000024 Setting SIP account error.:设置SIP账号失败 413000025 Reporting SIP account information error.:上报SIP账号信息失败 413000026 Server information error.:服务器信息错误 413000027 SIP account information error.:账户信息错误 413000028 SIPC execution error.:SIPC执行错误 413000029 Not registered error.:未注册错误 413000030 Call Sip interface to subscribe error.:调用Sip接口订阅失败 413000031 Canceling subscription error.:注销订阅中错误 413000032 Subscribing error.:订阅中错误 413000033 Only one local meeting is allowed.:只允许一个本地会议 413000034 Local meeting is not created.:本地会议未创建 413000035 The participant line does not match the chair account.:与会者线路与主持人账户不匹配 413000036 Local meeting state error.:本地会议状态错误 413000037 Failed to report the linkage state of the IP Phone.:IP Phone端联动状态上报失败 413000038 Meeting ID does not exist.:会议ID不存在 413000039 Video hold error.:视频保持失败 413000040 Video unhold error.:视频恢复失败 413000041 The maximum number of server meeting reached.:服务器会议个数超出 413000042 Get AA random number error.:获取AA随机数失败 413000043 AA login error.:AA登录失败 413000044 Meeting type mismatch.:会议类型不匹配 413000045 Failed to start video meeting.:视频会议开启失败 413000046 AA no master server.:AA无主服务器 413000047 Password error.:密码错误 413000048 Username error.:用户名错误 413000049 User is logged in.:用户已登录 413000050 Account is locked.:账户已锁定 413000051 Terminal type mismatch.:终端类型不匹配 413000052 Parsing XML error.:解析XML错误 413000053 Connecting to server error.:连接服务器错误 413000054 Get media configuration error.:获取媒体配置失败 413000055 Get service permission error.:获取业务权限失败 413000056 Insufficient service permission.:业务权限不足失败 413000057 Network environment error.:网络环境错误 413000058 Service conflict.:业务冲突 413000059 Connection timeout.:连接超时 413000060 Unknown error.:未知错误 413000061 Add ringing information error.:添加振铃信息失败 413000062 Delete ringing information error.:删除加振铃信息失败 413000063 Create ringing number error.:创建振铃号码失败 413000064 VVM parameter error.:VVM参数错误 413000065 Getting registered service error.:获取登记业务错误 413000066 Getting voicemail error.:获取语音邮箱错误 413000067 Attendee already exists.:与会者已经存在 413000068 Attendee does not exist.:与会者不存在 413000069 Create server video meeting window error.:创建服务器视频会议窗口失败 413000070 Video window already exists.:视频窗口已存在 413000071 Getting meeting list error.:获取会议列表失败 413000072 Operating requires host privileges.:需要主持人权限才能操作 413000073 No video device to operate.:没有视频设备可以操作 413000074 Refresh registration is not turned off.:没有关闭刷新注册 413000075 Online state report error.:在线状态上报失败 413000076 Network address subscription report error.:网络地址本订阅notify上报失败 413000077 Telepresence account was force unregistered. Information report error.:智真账号被踢,info上报失败 413000078 TLS root certificate error.:TLS根证书错误 413000079 AD authentication error.:AD鉴权失败 413000080 Meeting list is getting.:会议列表正在获取中 413000081 Prohibited calls.:禁止呼叫 413000082 The maximum number of calls has been reached.:呼叫数达上限 413000083 The maximum number of encrypted calls has been reached.:加密呼叫数达上限 413000084 The maximum number of video calls has been reached and needs to downgrade to audio.:超出视频呼叫数,需要降为音频 413000085 H323 account ID does not exist.:H323账户ID不存在 413000086 H323 account information error.:H323账户信息错误 413000087 H323 account information report failed.:H323账号信息上报失败 413000088 Insufficient local resources.:本端资源不足 413000089 The calling protocol is not supported.:不支持该呼叫协议 413000090 Setting H323 account information error.:设置H323账户信息错误 413000091 Mediax meeting access number reporting failed.:mediax会议接入号上报界面失败 413000092 Mediax VMR information reporting failed.:上报Mediax VMR信息到界面失败 413000093 IMS meeting list information reporting failed.:上报获取IMS会议列表信息到界面失败 413000094 TUP initialization is not complete.:tup初始化未完成 413000095 Message return value error.:消息返回值错误 413000096 Message content too large error.:消息内容太大错误 413000097 Secure function error.:安全函数返回错误 413000098 message response is empty error.:消息响应为空错误 413000099 Account is not enabled.:账号未启用 413000100 Create call control implement error.:创建呼叫控制类错误 413000101 Already in call.:已经在呼叫中 413000102 Call does not exist.:呼叫不存在 413000103 Failed to get media configuration information.:获取媒体配置信息失败 413000104 Failed to set third-party capture. Calling HME_V_Capture_InputData_MCU failed.:设置第三方采集失败, 调用HME_V_Capture_InputData_MCU返回失败 413000105 not config call ability.:企业没有配置点对点能力 413000106 not mcu call and conf.:不支持MCU呼叫和会议能力 414100001 Common error.:一般错误 414100002 Parameter error.:参数错误 414100003 Timeout.:超时 414100004 Memory allocation error.:分配内存错误 414100005 DNS resolution error.:DNS解析异常 414100006 Request message failed.:请求消息异常 414100007 Authentication failed.:鉴权失败 414100008 Server error.:服务器异常 414100009 Create timer error.:创建定时器错误 414100010 Start timer error.:开启定时器错误 414100011 The meeting control block is full. Please release the control block that is not in use.:会控控制块已满,请释放没在使用的控制块 414100012 The proxy communication times out and the TCP link building fails. Probably because the proxy configuration is incorrect.:代理通信超时,tcp建链失败,大概率是代理配置错误 414100013 Disconnected by the proxy. Probably because the server address is misconfigured.:接被代理断开,大概率是服务器地址配置错误 414100014 The TCP link establishment timed out. Probably because the proxy domain name or port configuration is incorrect.:tcp建链超时,大概率是proxy域名或者端口配置错误 414100015 The authentication process failed. The user does not have proxy permission and needs to apply for proxy permission.:认证鉴权过程失败,用户没有proxy权限,需要申请proxy权限 414100016 The authentication process failed. The proxy user name or password is incorrect.:认证鉴权过程失败,代理用户名或者密码错误 414100017 The authentication process failed. Incorrect authentication type. User name and password are required. The user needs to be prompted for input.:认证鉴权过程失败,错误的认证类型,同时需要用户名、密码,需要提示用户输入 414100018 The authentication process failed. Other unknown errors. It may be that the authentication method is not supported. The user needs to be prompted to try again.:认证鉴权过程失败,其他未知错误,有可能是不支持认证方式,建议弹框提示用户重新发起 414100019 Curl proxy exception.:curl代理异常 414100020 Curl host exception.:curl主机异常 414100021 Curl connection exception.:curl连接异常 414100022 Curl operation timed out.:curl操作超时 414100023 Message length too long.:会控消息内容过大 414100024 Failed to create thread.:创建线程失败 414100025 Secure function error.:安全函数返回错误 414100026 JSON parsing failed.:解析json体失败 414100027 WS token is empty.:ws token值为空 414100028 Return JSON data error.:返回json数据异常 414100029 Failed to create meeting control block.:创建会议控制块失败 414100030 Failed to get meeting control block.:获取会议控制块失败 414100031 Failed to get meeting control block by CallId.:通过CallId获取会议控制块失败 414100032 Destroying the meeting control block failed.:销毁会议控制块失败 414100033 Temporary creating meeting information not found.:找不到创会临时信息 414100034 Failed to get participant ID.:获取参会者ID失败 414100035 Failed to get MT by participant ID.:通过ParticipantId获取MT失败 414100036 Failed to get self information by participant ID.:通过ParticipantId获取selfinfo失败 414100037 Failed to get participant information by MT.:通过MT获取会议成员信息失败 414100038 Manual invitation required.:需要手动邀请 414100039 The major parameters of the meeting have been reported.:已上报过会议大参数 414100040 Subtitles are not supported.:不支持字幕 414100041 Meeting Hang Up - Timeout.:会议挂断 - 超时 414100042 Meeting Hang Up - No Streaming.:会议挂断 - 无码流 414100043 Meeting hung up - Hung up by the host.:会议挂断 - 被主持人挂断 414100044 Meeting Hang Up - Meeting has ended.:会议挂断 - 会议已结束 414100045 End of meeting due to leave meeting.:离会导致的会议结束 414100046 Message queue processing function registration failed.:消息队列处理函数注册失败 414100047 Message queue processing function deregistration failed.:消息队列处理函数去注册失败 414100048 Meeting ended due to reject meeting.:拒绝会议导致的会议结束 414100049 Meeting ended by self.:自己结束会议导致的会议结束 414100050 The meeting control module is not initialized.:会控模块未初始化 414100051 The watching special site reaches the maximum.:选看的特殊会场超过限制 414100052 The watching HD site reaches the maximum.:选看的高清会场超过限制 414100053 The watching SD site reaches the maximum.:选看的标清会场超过限制 414100054 The watching specification reaches the maximum.:选看的规格超过限制 414100055 Watching internal errors.:选看内部错误 414100056 Duplicated watch render.:选看的句柄重复 414100057 HTTP request error.:HTTP请求错误 414100058 Websocket request timeout.:websocket请求超时 414100059 Loading failed.:加载错误 414100061 The meeting ends due to the timeout of guest waiting before meeting or the timeout of the meeting control heartbeat.:会前等待页面时间超时或者会控心跳超时导致的会议结束 414100062 The meeting ends due to being canceled.:会议被取消预约导致的会议结束 414100063 The meeting ends due to network error when guest waiting before meeting.:会前等待页面网络异常导致的会议结束 414100064 http return 429 error.:http 返回429错误 414100065 self is chairman.:已是主持人 414100066 self is cohost.:已是联席主持人 414100067 no cohost and chairman.:无主持人和联席主持人 414100068 no supported cohost and chairman.:无支持的主持人和联席主持人 414100069 Invalid user, enterprise or SP.:用户,企业或SP失效 414100070 not support offline join.:当前不支持离线入会 414100071 start confctrl websocket failed.:会控websocket建链失败 414100072 offline join query user token failed.:离线入会获取用户token失败 414100073 offline join query conference information failed.:离线入会获取会议信息失败 414100074 Chair end conf.:主持人结束会议 414100075 Timeover end conf.:会议到时间结束会议 414100076 callee refused.:被叫拒接 414100077 callee timeout.:被叫超时 414100078 force open camera conf hangup.:强制视频会议挂断 414100079 signal proxy address is not matched with site url.:信令代理与站点地址不匹配 414100080 conf end for projection failed.:投屏失败导致会议结束 414100081 conf end for projection end.:投屏结束导致会议结束 414100082 conf end for cancel..:投屏协商中大屏取消 414100083 Indicates end projection by sender with two members.:两方投屏会议投屏端结束投屏 414100084 Indicates end projection by receiver.:大屏端结束投屏 414100085 projection by sender with multi members.:多方投屏会议投屏端结束投屏 414100086 Opposite end hung up.:对端已挂断 415000001 DB is not initialized.:db未初始化 415000002 Common failure.:失败 415000003 Proxy detection has not been completed.:代理探测还没有完成 416000001 Invalid parameter.:参数错误 416000002 Track module is not initialized.:打点模块未初始化 416000003 Track event does not exist.:打点事件不存在 416000004 Not logged in.:未登录 416000005 Upload is not enabled.:未开启上传 419100001 Invalid parameter.:错误参数 419100002 Incorrect URI.:错误号码 419100003 Memory allocation failed.:内存分配失败 419100004 SDP error.:SDP错误 419100005 Connection does not exist.:连接不存在 419100006 Connection failure.:连接失效 419100007 Operation forbidden.:禁止操作 419100008 State error.:状态错误 419100009 No corresponding line data.:无对应线路数据 419100010 No corresponding registered instance.:无对应注册实例 419100011 No corresponding call instance.:无对应呼叫实例 419100012 No corresponding subscription instance.:无对应订阅实例 419100013 No corresponding Refer instance.:无对应Refer实例 419100014 No corresponding DIM instance.:无对应DIM实例 419100015 Failed to create header.:创建头域失败 419100016 Failed to parse header.:解析头域失败 419100017 Header not found.:没有找到头域 419100018 No SDP message body.:没有sdp消息体 419100019 Failed to get capability.:获取能力失败 419100020 Failed to compare capability.:比较能力失败 419100021 Failed to open logical channel.:打开逻辑通道失败 419100022 Encoding SDP failed.:编码SDP失败 419100023 Decoding SDP failed.:解码SDP失败 419100024 Negotiate to unsupported SDP.:协商到不支持的SDP 419100025 TPTD initialization failed.:TPTD初始化失败 419100026 TPT initialization failed.:TPT初始化失败 419100027 TXN initialization failed.:TXN初始化失败 419100028 UA initialization failed.:UA初始化失败 419100029 GLUE initialization failed.:GLUE初始化失败 419100030 HLLM initialization failed.:HLLM初始化失败 419100031 VCOM initialization failed.:VCOM初始化失败 419100032 SDP initialization failed.:SDP初始化失败 419100033 Multiple instance error.:多实例错误 419100034 Insufficient registration control blocks.:注册控制块不足 419100035 Insufficient subscription control blocks.:订阅控制块不足 419100036 Insufficient call control blocks.:通话控制块不足 419100037 Insufficient IM control blocks.:对话外控制块不足 419100038 Failed to parse URI xml to string.:解析xml的uri失败 419100039 Encryption negotiation failed.:加密协商失败 419100040 Local capabilities are not configured.:没有设置本地能力 419100041 BFCP token error.:bfcp令牌错误 419100042 DNS resolution error.:dns解析错误 419100043 Failed to get subscription state.:获取订阅状态失败 419100044 IPv4 is not supported.:不支持IPv4 419100045 IPv6 is not supported.:不支持IPv6 419100046 Unsupported host type.:不支持的主机类型 419100047 Failed to get timer.:获取定时器失败 419200001 Failed to get memmory.:内存不足 419200002 Msg is mull.:消息空指针 419200003 Invalid msg.:消息无效 419200004 Failed to receive.:消息接收失败 419200005 Time out.:消息处理超时 419200006 Not init.:未初始化 419200007 No dest:没有接收端 419200008 No app name.:无应用名称 419200009 Rehandle.:重复处理 419200010 Trace msg.:追踪信息失败 419200011 Failed send.:消息发送失败 419200012 Bad func.:函数异常 419200013 Msg notify.: 消息通知 失败 419200014 Failed find.:无法查找到消息 419200015 no msg.:没有消息 419200016 Failed to get module Id.:无法找到模块ID 419200017 tag not exist.:标签不存在 419200018 Queue has full:队列已满 419200019 tag already exist.:标签已存在 419200020 unknow error.:未知错误 420000001 Cannot receive sharing invitations.:无法接收共享邀请 420000002 ReportDTO parameter verification failed.:reportDTO参数校验失败 420000003 Report folder creation failed.:举报文件夹创建失败 420000004 Report folder compression failure.:举报文件夹压缩失败 420000005 The path of the ZIP file to be uploaded is empty.:待上传的ZIP文件路径为空 420000006 The size of the ZIP file to be uploaded reaches the maximum.:待上传的ZIP文件大小超过限制 420000007 The same person reported more than 100 times within 24 hours.:同一个人24小时内举报次数超过100次 420000008 Digital human error.:数字人服务异常 420000009 Screen lock.:屏幕锁定 430100001 Common Error.:通用错误 430100002 Invalid parameters.:参数错误 430100003 SIP connection check failed.:SIP连接检查失败 430100004 Timeout.:超时 430100005 In process.:接口正在处理中 430100006 Not initialized or initialization is not complete.:未初始化或初始化尚未完成。 430100007 Not supported in this release.:此版本不支持。 430100008 Operation interrupt.:操作中断。 430100009 Contact not found.:联系人不存在 430100010 Args length overrun.:参数长度超限 430100011 APPID info illegal.:APPID 信息入参不合法 430100012 E2EEncrypt algorithm error.:端到端加密算法不对称 430200001 unlogin.:未登录 430200002 Repeated login.:重复登录 430200003 SIP connection timeout.:SIP连接超时 430200004 Invalid login password.:用于登录的密码参数不合法 430200005 Password or account empty.:账号或密码不能都为空 430300001 The calling number, account number or third-party account number cannot be empty.:呼叫号码、账号或者第三方账号不能为空 430300002 Call account empty.:点对点呼叫账号为空 430300003 Call nickname empty.:点对点呼叫名字为空 430400001 Password required to join the meeting.:加入会议需要密码 430400002 Time zone error.:时区错误 430400003 The meeting duration is less than 1.:会议时长小于1 430400004 Joining the conference is interrupted.:入会被中断 430400005 Password input at least 4 digits.:密码输入至少4位 430400006 User voluntarily cancels.:用户主动取消 430400007 The guest password illegal.:来宾密码非法 430400008 Not in conference or in call.:不在会议或呼叫中 430400009 Already exist conf or call.:已存在一路会议或呼叫 430400010 ConfId empty.:会议id不能为空 430400011 Subject too long.:会议主题长度不能超过50 430400012 VMR host password length illegal.:主持人密码长度不合法 430400013 VMR name empty.:VMR名字为空 430400014 Conf starttime early.:会议的开始时间早于当前时间 430400015 Share is locked.:共享被锁定 430400016 Not in data conference.:不在数据会议中 430400017 Role not support operation:角色不支持该操作 430400018 Scan code expired:二维码过期 430400019 Scan code not support:二维码不支持 430400020 Version is outdated:大屏版本低 430500001 HTTP request, server exception.:HTTP请求,服务器异常 430500002 HTTP request, Connecting to the server times out.:HTTP请求,连接服务器超时 430500003 network unavailable.:网络不可用 430500004 file type illegal.:文件类型不合法 430500005 file copy error.:文件拷贝失败 430600001 Leave conf due to background freezing.:应用后台冻结导致离会 440001401 error no memory.:内存不足 440001402 opertation not be permitted.:操作无权限. 440001403 invalid argument.:参数非法. 440001404 IO error.:IO 错误. 440001405 timeout.:超时. 440001406 unknown error.:未知错误. 440001407 media service not available.:媒体服务不可用. 440001408 the state is not support this operation.:不支持的状态. 440001409 unsupport interface.:不支持的接口. 600000001 video layout mode is not supported.:视频布局模式不支持 600000002 pair erro.:配对错误 600000003 pair link is not exist.:配对链路不存在 600000004 cmd is not support.:命令不支持 600000005 action is running.:正在执行 600000006 mcu is not supported.:不支持mcu 600000007 operate mic error not in conf.:不在会议中 600000008 operate mic error no permission .:没有操作麦克风权限 600000009 operate mic error not allow unmute.:不允许取消静音 600000010 operate mic error audience not allow speak.:不允许开麦 600000011 operate camera error no permission.:观众无开启摄像头权限 600000012 operate camera error not allow open.:不允许开启摄像头 600000013 operate camera error not allow open low video bw.:低带宽不允许开启摄像头 600000014 param is incorrect.:音量参数不对 600000015 operate camera error require all attendees to open camera.:关闭摄像头失败,当前会议强制开启摄像头 600000016 Low performance cloud desktop devices will have restrictions on opening cameras.:低性能 云桌面 设备会中限制打开摄像头 600000017 spk sys api error.:扬声器系统api调用出错 510000403 Server forbidden.:服务器拒绝 510000404 Not found.:未发现 510000480 Temporary unavailable.:临时失效 510000486 Busy here.:这里忙 510000487 Request terminated.:请求终止 510000488 Request is not acceptable here.:这里请求不可接受 510000603 Decline.:丢弃 510000841 Hangup without toast.:挂断不弹框 510000842 Conference is locked.:会议被锁定 710000000 http error start:http错误码起始 710000001 Init fail:初始化失败 710000002 uninit:未初始化 710000003 invalid param:无效参数 710000004 invalid handle:无效handle 710000005 handle in using, can't be set:handle在使用中 710000006 current handle state not support this operation:当前handle状态不支持操作 710000007 alloc fail:内存申请失败 710000008 alloc handle fail:handle申请失败 710000009 tls mode error:tsl mode错误 710000010 invalid URL:无效的url 710000011 invalid head type:无效的头类型 710000012 open log file fail:打开日志文件错误 710000013 write log file fail:写日志文件错误 710000014 invalid file path:无效的文件路径 710000015 handle has been released:handle已经释放 710000016 create mutex fail:创建锁错误 710000017 lock mutex fail:加锁失败 710000018 unlock mutex fail:解锁失败 710000019 create thread fail:创建线程失败 710000020 not support this function:不支持该功能 710000021 svn socket create fail:svn socket创建失败 710000022 svn socket connect fail:svn socket 连接失败 710000023 svn socket select fail:svn socket选择失败 710000024 svn socket send fail:svn socket发送失败 710000025 svn socket recv fail:svn socket接收失败 710000026 get hostname fail:获取主机名失败 710000027 IP net transfer fail:IP网络传输失败 710000028 response parse fail:响应解析失败 710000029 invalid auth mode:无效鉴权模式 710000030 is not login:未登录 710000031 is logining:正在登录 710000032 is TIMEOUT:超时 710000033 is logined:已登录 710000034 is inited:已初始化 710000035 is LogPath is too long:日志路径太长 710000036 is LogPath is empty:日志路径为空 710000101 unsupported protocol:不支持的协议 710000102 curl failed init:curl初始化失败 710000103 url malformat:url格式错误 710000104 not built in:未内置 710000105 couldn't resolve proxy:无法解析代理 710000106 cloudn't resolve host:无法解析主机 710000107 couldn't connect:无法连接 710000108 ftp weird server reply:ftp无法识别的服务器回复 710000109 a service was denied by the server due to lack of access-when login fails this is not returned:远程访问被拒绝 710000110 ftp accept failed:ftp接收失败 710000111 ftp weird pass reply:ftp weird pass 回复 710000112 timeout occurred accepting server:ftp接收超时 710000113 ftp weird pasv reply:ftp pasv 回复 710000114 ftp weird 227 format:ftp 277格式 710000115 ftp can't get host:ftp无法获取主机 710000116 NOT USED:未使用, 仅占位 710000117 couldn't set type:不可设置类型 710000118 partial file:部分文件 710000119 ftp couldn't fetr file:ftp无法获取文件 710000120 NOT USED:未使用, 仅占位 710000121 quote command failure:引用命令失败 710000122 http returned error:http返回错误 710000123 write error:写错误 710000124 NOT USED:未使用, 仅占位 710000125 failed upload command:失败的上传命令 710000126 couldn't open/read from file:无法打开/读文件 710000127 CURLE_OUT_OF_MEMORY may sometimes indicate a conversion error! instead of a memory allocation error if CURL_DOES_CONVERSIONS is defined:内存分配不足 710000128 the timeout time was reached:请求超时 710000129 NOT USED:未使用, 仅占位 710000130 FTP PORT operation failed:ftp port操作失败 710000131 the REST command failed:rest命令失败 710000132 NOT USED:未使用, 仅占位 710000133 RANGE command didn't work:范围命令不起作用 710000134 http post error:http post错误 710000135 wrong when connecting with SSL:使用SSL连接时出错 710000136 couldn't resume download:无法继续下载 710000137 couldn't read file:无法读取文件 710000138 ldap can'tbind:ldap无法绑定 710000139 ldap search failed:ldap搜索失败 710000140 NOT USED:未使用, 仅占位 710000141 function not found:找不到函数 710000142 aborted by callback:通过回调终止 710000143 function argument:函数变元 710000144 NOT USED:未使用, 仅占位 710000145 interface failed:接口失败 710000146 NOT USED:未使用, 仅占位 710000147 too many redirects:重定向太多 710000148 unknown option:未知选项 710000149 Malformed telnet option:格式错误的telnet选项 710000150 NOT USED:未使用, 仅占位 710000151 peer's certificate or fingerprint wasn't verified fine:对方的证书或指纹未通过验证 710000152 got nothing:什么都没有 710000153 ssl engine not found:找不到ssl引擎 710000154 ssl engine set failed:ssl引擎设置失败 710000155 send error:发送错误 710000156 recv error:接收错误 710000157 NOT USED:未使用, 仅占位 710000158 problem with the local certificate:本地证书有问题 710000159 couldn't use specified cipher:无法使用指定的密码 710000160 problem with the CA cert (path?):CA证书有问题(路径?) 710000161 Unrecognized/bad encoding:无法识别/编码错误 710000162 Invalid LDAP URL:无效的LDAP url 710000163 Maximum file size exceeded:超过最大文件大小 710000164 Requested FTP SSL level failed:请求的FTP ssl级别失败. 710000165 Sending the data requires a rewind that failed:发送数据需要失败的倒带 710000166 failed to initialise ENGINE:无法初始化SSL引擎 710000167 user, password or similar was not accepted and we failed to login:用户,密码或类似的不被接受, 无法登录 710000168 file not found on server:在服务器上找不到文件 710000169 permission problem on server:服务器上的权限问题 710000170 out of disk space on server:服务器上的磁盘空间不足 710000171 Illegal TFTP operation:非法的TFTP操作 710000172 Unknown transfer ID:未知的传输ID 710000173 File already exists:文件已经存在 710000174 No such user:无此用户 710000175 conversion failed:转换失败 710000176 caller must register conversion callbacks using curl_easy_setopt options:调用者必须使用curl_easy_setopt选项注册转换回调 710000177 could not load CACERT file, missing or wrong format:无法加载CACERT文件,缺少CACERT文件或CACERT文件的格式不正确 710000178 remote file not found:未找到远程文件 710000179 error from the SSH layer, somewhat generic so the error message will be of:来自SSH层的错误,有点通用. 710000180 Failed to shut down the SSL connection:未能关闭SSL连接 710000181 socket is not ready for send/recv,wait till it's ready and try again:套接字尚未准备好发送/接收,请等待它准备就绪,然后重试 710000182 could not load CRL file, missing or wrong format (Added in 7.19.0):无法加载CRL文件,缺少或格式错误(在7.19.0版本中新增) 710000183 Issuer check failed.:颁发者检查失败。 710000184 a PRET command failed:PRET命令失败 710000185 mismatch of RTSP CSeq numbers:RTSP CSeq编号不匹配 710000186 mismatch of RTSP Session Ids:RTSP会话ID不匹配 710000187 unable to parse FTP file list:无法解析FTP文件列表 710000188 chunk callback reported error:区块回调报告错误 710000200 200 http/https:200 http/https成功响应 710000201 create handle failed:创建句柄失败 710000202 set head failed:设置头失败 710000300 proxy timeout:代理通信超时,tcp建链失败,大概率是代理配置错误 710000301 closed by proxy:连接被代理断开,大概率是服务器地址配置错误 710000302 tcp timeout:tcp建链超时,大概率是proxy域名或者端口配置错误 710000303 Authentication failed. proxy permission denied:认证鉴权过程失败,用户没有proxy权限,需要申请proxy权限 710000304 Authentication failed. user or password error!:认证鉴权过程失败,代理用户名或者密码错误 710000305 Authentication failed. auth type error!:认证鉴权过程失败,错误的认证类型,同时需要用户名、密码,需要提示用户输入 710000306 Authentication failed.:认证鉴权过程失败,其他未知错误,有可能是不支持认证方式,建议弹框提示用户重新发起 710000400 active error!:激活失败 910000001 Server error.:服务器异常 910000002 SFU service failure.:sfu服务故障 910000003 Service unavaliable 503.:服务不可达503 910000004 Internal error.:内部错误 910000005 Kicked off.:被踢 910000006 Signature expired.:签名过期 910000007 Reconnect timeout.:重连超时 910000008 Network detection.:网络检测,UI不需要关注该错误码,不对外体现 910000009 User is removed.:用户移除 910000010 The room is dismissed.:房间解散 910000013 The app sleeps for a long time.:App长时间休眠 910000014 Auth failed.:鉴权失败 910000015 Auth retry.:鉴权重试 910000016 Auth clock sync.:时钟同步 910000017 Url not right.:Url错误 934000021 share user number exceeds max.:共享用户数超过最大值 990000001 Internal error.:内部错误 990000002 Message too large.:消息长度太大 990000003 Insufficient memory.:内存不足 990000004 Failed to send message synchronously.:同步发送消息失败 990000005 Parameter error.:参数错误 990000006 Call ID order error.:呼叫ID时序错误 990000007 Failed to set local screen.:设置本端画面失败 990000008 Failed to open remote screen.:开启远端画面失败 990000009 Device configuration failed.:设备配置失败 990000010 Initializing.:初始化中 990000011 Deinitializing.:去初始化中 990000012 Uploading log.:正在日志上传中 990000013 Failed to get media port.:获取媒体端口失败 990000014 The maximum number view window reached .:选看窗口超过规格数 990000015 Media negotiation failed.:媒体协商失败 990000016 Server no response.:服务器没有响应 990000017 Role switch failed.:角色切换失败 990000018 Failed to join room.:加入房间失败 990000019 Failed to join room. Status is busy.:非空闲状态 990000020 Failed to join room. Server error.:加入房间失败,服务器异常 990000021 Failed to join room. Service unavaliable.:加入房间失败,服务不可达 990000022 Failed to join room. Authentication failed.:加入房间失败,鉴权失败 990000023 Failed to join room. Authentication retry.:加入房间失败,鉴权重试 990000024 Failed to join room. Clock synchronization.:加入房间失败,时钟同步 990000025 Failed to join room. URL error.:加入房间失败,url错误 990000026 Kicked off.:被踢 990000027 Share failed.:共享失败 990000028 Currently in external media output mode, this operation is forbidden.:当前为外部媒体输出模式,禁用该操作 990000029 Reconnection failed.:重连失败 990000030 Server break down.:服务器宕机 990000031 Signature has expired.:签名已过期 990000032 Failed to set remote window mode.:设置远端窗口模式失败 990000033 Failed to subscribe or unsubscribe audio.:订阅或取消订阅音频失败 990000034 Failed to connect to other room.:连接其他房间失败 990000035 Failed to disconnect other room.:断开连接其他房间失败 990000036 Role switching is not allowed.:不允许角色切换 990000037 Currently in third-party capture mode, this operation is forbidden.:当前为第三方采集模式,禁用该操作 990000038 Failed to set third-party audio capture.:设置第三方音频采集失败 990000039 Failed to set third-party video capture.:设置第三方视频采集失败 990000040 Failed to set share sound switch.:设置共享声音开关失败 990000041 Failed to start or stop upstream audio stream.:启停上行音频流失败 990000042 Failed to start or stop upstream video stream.:启停上行视频流失败 990000043 User is removed.:用户被移除 990000044 The room is dismissed.:房间被解散 990000045 Failed to set remote View.:设置远端View失败 990000052 Failed to join room because room full.:房间已满,加入失败 990000053 mmr network error.:mmr网络问题 990000060 max count error.:超过最大数量
-
App SDK下载 华为云会议的UI SDK提供一年的维护周期,如果超过一年的版本使用中有问题,请升级到最新版本。 SDK下载后可参考APP SDK包完整性校验进行包完整性校验。 表1 Android/iOS/Windows/Mac/Electron UI SDK下载 SDK名称 SDK包 开发者 版本号 主要功能 个人信息处理规则 合规使用说明 校验码 Android UI SDK 参见表2下载链接 华为云计算 技术有限公司 最新版本:100.9.7 主要功能介绍请参见功能总览。 SDK如何处理个人信息请参见SDK隐私声明。 您集成和使用我们的SDK时需要遵从个人信息保护基本要求,详情请参见SDK合规使用指南。 参见表2完整性校验 iOS UI SDK 参见表2下载链接 华为云计算技术有限公司 最新版本:100.9.7 主要功能介绍请参见功能总览。 SDK如何处理个人信息请参见SDK隐私声明。 您集成和使用我们的SDK时需要遵从个人信息保护基本要求,详情请参见SDK合规使用指南。 参见表2完整性校验 Windows UI SDK 参见表2下载链接 华为云计算技术有限公司 最新版本:100.9.7 主要功能介绍请参见功能总览。 SDK如何处理个人信息请参见SDK隐私声明。 您集成和使用我们的SDK时需要遵从个人信息保护基本要求,详情请参见SDK合规使用指南。 参见表2完整性校验 Mac UI SDK 参见表2下载链接 华为云计算技术有限公司 最新版本:100.9.7 主要功能介绍请参见功能总览。 SDK如何处理个人信息请参见SDK隐私声明。 您集成和使用我们的SDK时需要遵从个人信息保护基本要求,详情请参见SDK合规使用指南。 参见表2完整性校验 Electron UI SDK 参见表2下载链接 华为云计算技术有限公司 最新版本:100.9.7 主要功能介绍请参见功能总览。 SDK如何处理个人信息规则,Windows端请参见SDK隐私声明,Mac端请参见SDK隐私声明。 您集成和使用我们的SDK时需要遵从个人信息保护基本要求,Windows端详情请参见SDK合规使用指南,Mac端详情请参见SDK合规使用指南。 参见表2完整性校验 表2 Android/iOS/Windows/Mac/Electron UI SDK资源下载路径 版本 发布日期 资源 下载链接 安装包增量 说明 100.9.7(最新) 2024-10-31 Android UI SDK hwmsdk-android-100.9.7.zip 完整性校验 hwmsdk-android-100.9.7-sha256 32位: 35.0M 64位: 37.4M 32位+64位: 57.3M - iOS UI SDK hwmsdk-ios-100.9.7.zip 完整性校验 hwmsdk-iOS-100.9.7-sha256 30.8M - Windows UI SDK hwmsdk-win-100.9.7.zip 完整性校验 hwmsdk-win-100.9.7-sha256 约102.9M - Mac UI SDK hwmsdk-mac-100.9.7.zip 完整性校验 hwmsdk-mac-100.9.7-sha256 约55M - Electron UI SDK hwmsdk-electron-100.9.7.zip 完整性校验 hwmsdk-electron-100.9.7-sha256 Win平台:约102.9M Mac平台:约55M - 100.9.5(维护) 2024-10-12 Android UI SDK hwmsdk-android-100.9.5.zip 完整性校验 hwmsdk-android-100.9.5-sha256 32位: 35.0M 64位: 37.4M 32位+64位: 57.3M - iOS UI SDK hwmsdk-ios-100.9.5.zip 完整性校验 hwmsdk-iOS-100.9.5-sha256 30.8M - Windows UI SDK hwmsdk-win-100.9.5.zip 完整性校验 hwmsdk-win-100.9.5-sha256 约102.9M - Mac UI SDK hwmsdk-mac-100.9.5.zip 完整性校验 hwmsdk-mac-100.9.5-sha256 约55M - Electron UI SDK hwmsdk-electron-100.9.5.zip 完整性校验 hwmsdk-electron-100.9.5-sha256 Win平台:约102.9M Mac平台:约55M - 100.7.13(维护) 2024-10-12 Android UI SDK hwmsdk-android-100.7.13.zip 完整性校验 hwmsdk-android-100.7.13-sha256 32位: 36.2M 64位: 38.6M 32位+64位: 58.7M - iOS UI SDK hwmsdk-ios-100.7.13.zip 完整性校验 hwmsdk-iOS-100.7.13-sha256 30.6M - Windows UI SDK hwmsdk-win-100.7.13.zip 完整性校验 hwmsdk-win-100.7.13-sha256 约102.9M - Mac UI SDK hwmsdk-mac-100.7.13.zip 完整性校验 hwmsdk-mac-100.7.13-sha256 约54.9M - Electron UI SDK hwmsdk-electron-100.7.13.zip 完整性校验 hwmsdk-electron-100.7.13-sha256 Win平台:约102.9M Mac平台:约54.9M - 100.7.8(维护) 2024-8-23 Android UI SDK hwmsdk-android-100.7.8.zip 完整性校验 hwmsdk-android-100.7.8-sha256 32位: 36.2M 64位: 38.6M 32位+64位: 58.7M - iOS UI SDK hwmsdk-ios-100.7.8.zip 完整性校验 hwmsdk-iOS-100.7.8-sha256 30.6M - Windows UI SDK hwmsdk-win-100.7.8.zip 完整性校验 hwmsdk-win-100.7.8-sha256 约102.9M - Mac UI SDK hwmsdk-mac-100.7.8.zip 完整性校验 hwmsdk-mac-100.7.8-sha256 约54.9M - Electron UI SDK hwmsdk-electron-100.7.8.zip 完整性校验 hwmsdk-electron-100.7.8-sha256 Win平台:约102.9M Mac平台:约54.9M - 100.7.6(维护) 2024-8-16 Android UI SDK hwmsdk-android-100.7.6.zip 完整性校验 hwmsdk-android-100.7.6-sha256 32位: 36.2M 64位: 38.6M 32位+64位: 58.7M - iOS UI SDK hwmsdk-ios-100.7.6.zip 完整性校验 hwmsdk-iOS-100.7.6-sha256 30.6M - Windows UI SDK hwmsdk-win-100.7.6.zip 完整性校验 hwmsdk-win-100.7.6-sha256 约102.9M - Mac UI SDK hwmsdk-mac-100.7.6.zip 完整性校验 hwmsdk-mac-100.7.6-sha256 约54.9M - Electron UI SDK hwmsdk-electron-100.7.6.zip 完整性校验 hwmsdk-electron-100.7.6-sha256 Win平台:约102.9M Mac平台:约54.9M - 100.7.5(维护) 2024-8-8 - - - 该版本当前不支持下载,请集成最新的SDK版本 100.5.5(维护) 2024-6-13 - - - 该版本当前不支持下载,请集成最新的SDK版本 100.3.7(维护) 2024-5-21 Windows UI SDK hwmsdk-win-100.3.7.zip 完整性校验 hwmsdk-win-100.3.7-sha256 约102.8M - 2024-5-9 Electron UI SDK hwmsdk-electron-100.3.7.zip 完整性校验 hwmsdk-electron-100.3.7-sha256 Win平台:约102.8M Mac平台:约55.5M Electron UI SDK Mac 补丁包,修复会中不显示自定义头像问题。 100.3.6(维护) 2024-4-23 Android UI SDK hwmsdk-android-100.3.6.zip 完整性校验 hwmsdk-android-100.3.6-sha256 32位: 33.5M 64位: 35.3M 32位+64位: 54.7M - iOS UI SDK hwmsdk-ios-100.3.6.zip 完整性校验 hwmsdk-iOS-100.3.6-sha256 30.1M - Windows UI SDK hwmsdk-win-100.3.6.zip 完整性校验 hwmsdk-win-100.3.6-sha256 约102.8M - Mac UI SDK hwmsdk-mac-100.3.6.zip 完整性校验 hwmsdk-mac-100.3.6-sha256 约55.5M - Electron UI SDK hwmsdk-electron-100.3.6.zip 完整性校验 hwmsdk-electron-100.3.6-sha256 Win平台:约102.8M Mac平台:约55.5M - Android SDK如何选择32位和64位版本,请参考"支持64位库"。 父主题: SDK下载
-
错误码表 表1 错误码说明 错误码 错误描述 -1 Unknown error.:未知错误 0 Success.:成功 100000429 server flow control.:服务端流控错误 111070001 Request error.:请求错误 111070002 Insufficient permissions.:权限不足 111070003 System processing failure.:系统处理失败 111070004 Meeting authentication failed.:校验失败 111070005 Meeting does not exist.:会议不存在 111070006 Personal cloud meeting room does not exist.:个人云会议室不存在 111070007 Meeting access number does not exist.:会议接入号不存在 111070008 Meeting notification could not be sent.:会议通知模板配置错误 111070009 Meeting password cannot be left blank.:会议密码不能为空 111070010 Insufficient permissions to view this meeting.:权限不足,无法查看会议 111070100 Get started meeting exception.:获取召开会议异常 111070101 Start meeting exception.:开始会议异常 111070102 Apply IVR resource exception.:申请IVR资源异常 111070103 Start IVR meeting exception.:开始IVR会议异常 111070104 Apply site resource exception.:申请会场资源异常 111070105 Start sub meeting exception.:开始子会议异常 111070106 Add channel exception.:创建级联通道异常 111070107 Move and apply site resource exception.:移动会场申请资源异常 111070108 Start meeting exception.:开启会议异常 111070109 Get started cloud meeting exception.:获取召开云会议室会议异常 111070110 Invite site exception.:邀请会场异常 111070111 Request token is null.:请求token为空 111070112 Rename site exception.:重命名会场异常 111070113 Hangup site exception.:会场挂断异常 111070114 Mass hangup site exception.:会场批量挂断异常 111070115 Delete attendee exception.:删除与会者异常 111070116 Mass delete attendee exception.:批量删除与会者异常 111070117 Book cycle meeting exception.:预定周期会议异常 111070118 Modify cycle meeting exception.:修改周期会议异常 111070119 Create cycle meeting exception.:创建周期会议异常 111070120 Region data not found.:区域信息获取失败 111070121 Forbidden subscribe.:禁止订阅 111070122 Cancel subscribe fail.:取消订阅失败 111071001 Sysportal service exception.:Sysportal服务运行异常 111071002 Conf service exception.:Conf服务运行异常 111071003 Failed to create the meeting. Try again later.:创建会议失败,请稍后重试 111071004 This cloud meeting room does not allow guests to join before the host.:VMR会议不允许来宾在主持人入会前入会 111071005 This cloud meeting room has been scheduled for another meeting during this period.:VMR会议时间冲突,该时间段此会议室已有预约会议 111071006 Insufficient cloud meeting time.:VMR会议时长不足 111071007 Meeting does not exist.:VMR预约关系不存在 111071008 Cannot query meeting list.:查询会议列表失败 111071009 Cannot change cloud meeting into immediate meeting.:不支持修改VMR会议为立即会议 111071010 Cannot modify cloud meeting flag.:不支持修改云会议室标识 111071011 The cloud meeting has not yet started. Please wait.:VMR会议未到准备时间点 111071012 Not cloud meeting.:非VMR会议 111071013 Start time less than current time.:会议开始时间不能早于系统当前时间 111071014 Start time over max schedule time.:会议开始时间超出最大预订时间范围 111071015 Duration over range.:时长超出范围 111071016 Cycle ID list null exception.:取消周期会议ID列表不能为空 111071017 Meeting size over range.:与会方数超出范围 111071018 Invalid media type.:媒体类型非法 111071019 Invalid meeting type.:会议类型非法 111071020 Cycle params null exception.:周期会议时,必须携带周期会议参数 111071021 Duration over range.:会议时长超出范围 111071022 Subject length too long.:会议主题超长 111071023 Group URI length too long.:groupuri超长 111071024 Invalid email address format.:邮箱地址不合法 111071025 Invalid mobile number format.:手机号不合法 111071026 Department name too long.:部门名称过长 111071027 Invalid welcome voice enable value.:入会欢迎词开关不在范围内 111071028 Invalid enter voice enable value.:入会提示音开关不在范围内 111071029 Invalid leave voice enable value.:离会提示音开关不在范围内 111071030 Invalid reminders value.:会议提醒非法 111071031 Invalid allow record value.:会议是否启用网络录制取值非法 111071032 Invalid auto record value.:会议是否自动启动录制取值非法 111071033 Invalid user type value.:会预定者的用户类型非法 111071034 Invalid encrypt mode value.:加密类型非法 111071035 Invalid language value.:语言非法 111071036 Invalid auto prolong value.:是否自动延长会议取值非法 111071037 VmrID too long.:vmrid超长 111071038 Invalid record type value.:录播类型非法 111071039 Live address too long.:主流直播地址超长 111071040 Aux address too long.:辅流直播地址超长 111071041 Null start date for cycle meeting.:周期会议时,起始日期为空 111071042 Null end date for cycle meeting.:周期会议时,结束日期为空 111071043 Invalid cycle type value for cycle meeting.:周期会议时,周期类型非法 111071044 Invalid interval for cycle meeting.:周期会议时,interval非法 111071045 Null point for cycle meeting.:周期会议时,point为空 111071046 Invalid point value for cycle meeting.:周期会议时,point非法 111071047 Invalid vmr flag value.:vmrFlag非法 111071048 Invalid record auxStream.:recordAuxStream非法 111071049 Invalid multiStream flag.:multiStreamFlag非法 111071050 Invalid audience flag.:audienceFlag非法 111071051 Invalid liveChannel ID.:liveChannelID不存在 111071052 Anonymous login is locked. Try again later.:匿名登录锁定,请稍后重试 111071053 Link login is locked. Try again later.:链接登录锁定,请稍后重试 111071054 Not enough Meeting ID.:会议ID不足 111071055 Failed to apply meeting ID.:会议ID申请失败 111071056 Failed to release meeting ID.:会议ID释放失败 111071057 Live room is used.:直播房间已被占用 111071058 The meeting has not yet started. Please wait.:当前会议还未召开,请耐心等待 111071059 Meeting size over range.:与会方数超出上限 111071060 The enterprise cannot create meetings because it has not purchased any concurrent meeting resources.:企业未配置并发会议资源,无法使用个人会议ID和随机会议ID发起会议 111071061 Parameter verify failed.:参数校验失败 111071062 Json conversion failed.:JSON转换失败 111071063 Not cloud meeting room owner.:非云会议室拥有者 111071064 This cloud meeting room has been started for another meeting during this period.:VMR会议冲突,当前已有会议正在召开 111071065 This meeting cannot be modified because it is already started.:正在召开会议,无法编辑会议详情 111071066 Attendees amount over range.:与会方数量超出上限 111071067 This meeting cannot be canceled because it is already started.:会议正在召开中,不允许取消会议 111071068 Meeting password encrypt failed.:会议密码加密失败 111071069 No meeting during this period.:选定的时间中没有会议 111071070 Sub cycle meeting cannot modify live room.:周期会议子会议不允许修改直播房间 111071071 Stop online meeting exception.:结束会议失败 111071072 Meeting is ended.:会议已经结束 111071073 Not allow anonymous user.:会议不允许匿名用户呼入 111071074 Only allow user in organization.:会议只允许企业内用户呼入 111071075 Only allow invited user.:会议只允许被邀请用户呼入 111071076 Batch export task for history meeting list during this period.:当前有正在执行的批量导出任务 111071077 Only allow invited user and user in organization.:会议只允许被邀请或者企业内用户用户呼入 111071078 Max current participants amount reached.:企业单会议并发方数已达上限 111071079 Invalid CTD param.:ctd会议参数不合法 111071080 Invalid guest password.:来宾密码不合法 111071081 Guest password conflict with meeting ID.:来宾密码与会议ID冲突 111071082 Max meeting amount reached.:会议数达到上限 111071083 Invalid meeting random number.:无效的会议随机数 111071084 Max export history meeting list times reached.:导出历史会议次数超出允许的值 111071085 Max multi view layouts reached.:会议多画面布局超出限制 111071086 Max multi view invalid manual type.:会议多画面模式非法 111071087 Max multi view sub view amount reached.:会议多画面子画面个数超出限制 111071088 Max multi view sub view numbers reached.:会议多画面子画面会场数超出限制 111071089 Webinar and common meeting cannot be converted to each other.:网络研讨会不能修改为普通会议,普通会议也不能修改为网络研讨会 111071090 Not allow add audience.:不支持添加观众 111071091 Meeting password authentication failed.:密码错误 111071092 File export task failed.:导出文件任务失败 111071093 File export task is downloading.:导出文件正在处理中 111071094 Not allow audience to join.:会议不允许观众入会 111071095 Need to get WEBINAR_CONF_DTO object.:需要获取WEBINAR_CONF_DTO对象 111071096 User-defined languages over range.:自定义语言个数超出范围 111071097 Your enterprise does not support simultaneous interpretation.:企业不支持同声传译 111071098 Need to set interpreter groups.:需要设置传译组信息 111071099 Invalid interpretation language.:传译组语言非法 111071100 Max languages in a meeting are reached.:单会议最大支持16种语言 111071101 This interpreter group ID already exists.:传译组的组号重复 111071102 Max interpreters in the interpreter group reached.:传译组中传译员的个数达到上限 111071103 This interpreter already exists in an interpreter group.:传译员重复 111071104 Invalid interpreter account.:传译员账号不存在 111071105 Guest password conflict with chairman password.:来宾密码与主持人密码冲突 111071106 Meeting is holding.:云会议室已有会议正在召开 111071107 Invalid audience password.:观众密码不合法 111071108 Audience password conflict with meeting id.:观众密码与会议ID冲突 111071109 Audience password conflict with chairman password.:观众密码与主持人密码冲突 111071110 Only RTC meeting support E2E encrypt.:非RTC会议不支持端到端加密 111071111 Audience password conflict with guest password.:观众密码与来宾密码冲突 111071112 Cloud meeting room ID type cannot be modified.:不支持修改会议ID类型 111071113 Cloud meeting room type cannot be modified.:不支持修改VMR类型 111071114 Cloud meeting room flag cannot be modified.:不支持修改VMR标识 111071116 conf number over max allowed.:超出最大在线会议数限制 111071119 Sub cycle meeting modify time over range.:周期会议修改时间超出范围 111071147 Server region is change.:服务器站点变更 111071151 Share VMR not enough.:无共享云会议室资源 111071152 not allow join external crop conf.:被呼叫方所在企业限制加入外部会议 111072001 Application for meeting resources failed.:申请资源失败 111072002 Failed to release meeting resources.:释放资源失败 111072003 The meeting is ending.:会议正在结束 111072004 The meeting is starting.:会议正在开始 111072005 The meeting has not yet started.:会议还未开始 111072006 The meeting has ended.:会议已经结束 111072007 Site invitation failed.:邀请会场失败 111072008 Site does not exist.:会场不存在 111072009 Failed to disconnect the site.:挂断会场失败 111072010 Coming soon...:功能暂未支持,敬请期待... 111072011 Meeting status incorrect.:会议状态非法 111072012 Site control operation failed.:会场会控操作失败 111072013 The cloud meeting room is in use by another meeting.:当前VMR会议非目标会议 111072014 The meeting has ended.:VMR会议已过期 111072015 The meeting has not yet started.:VMR会议还未开始 111072016 Meeting does not exist.:VMR预约记录不存在 111072017 Meeting has no attendee.:会议与会者不存在 111072018 Application for chairman password exception.:申请主持人密码错误 111072019 Not found site which can be moved exception.:没有找到可以移动的会场 111072020 The current meeting is not a recording meeting. Recording is not supported.:非录播会议不支持录制 111072021 System processing failure.:录播调度失败 111072022 Insufficient recording resources in the system.:录播资源不足 111072023 There are no participants in this meeting.:会议中没有与会人 111072024 Operation failed. No sites have joined this meeting.:请确保会议中已有会场入会 111072025 Voice meeting does not support this function.:语音会议不支持该功能 111072026 The voice site does not support this operation.:语音会场不支持该操作 111072027 Voice sites cannot be displayed in custom continuous presence.:手动设置的多画面中无法显示语音会场 111072028 At least one site must have custom continuous presence configured.:手动设置的多画面中需最少设置一个会场 111072029 At most one presentation pane is allowed in custom continuous presence.:手工设置的多画面最多只允许一个辅流子画面 111072030 In the voice-activated continuous presence mode, each pane can only support a single user.:声控多画面模式下,每个子画面最多只允许一个用户 111072031 The number used for the site to join the meeting cannot be left blank.:与会者的入会号码不允许为空 111072032 The number used for the site to join the meeting is too long.:与会者的入会号码长度超过系统允许的最大值 111072033 The format of the number used for joining the meeting is incorrect. (Correct format: User name name/IP address:Port number or Country code plus phone number):与会者的入会号码格式非法(支持SIP、TEL号码格式) 111072034 Length of site name too long.:与会者的名称长度超过系统允许的最大值 111072035 The site role type is outside the allowed range.:与会者的角色类型不在系统允许的取值范围内 111072036 Length of site email address too long.:与会者的邮箱地址长度超过系统允许的最大值 111072037 Length of site mobile number too long.:与会者的手机号码长度超过系统允许的最大值 111072038 The value for whether a site is muted after it first joins the meeting is outside the allowed range.:与会者入会后是否静音的取值不在系统允许的取值范围内 111072039 The value for whether to automatically invite a site is outside the allowed range.:与会者是否自动邀请的取值不在系统允许的取值范围内 111072040 The host's site viewing type is outside the allowed range.:主持人选看类型取值不在系统允许的取值范围内 111072041 The value of the continuous presence setting mode is outside the allowed range.:设置多画面方式取值不在系统允许的取值范围内 111072042 The polling time is outside the allowed range.:轮询显示时间取值不在系统允许的取值范围内 111072043 The pane type cannot be left blank.:画面类型不允许为空 111072044 Invalid pane type.:画面类型非法 111072045 The value of the switch is outside the allowed range.:开关项取值不在系统允许的取值范围内 111072046 The site name cannot be left blank.:与会者的名称不允许为空 111072047 Site name too long.:与会者的名称超过系统允许的最大值 111072048 Continuous presence is not supported. Ask the administrator to configure related data on the MCU.:不支持多画面,请联系管理员开启MCU配置 111072049 Response timed out. Try again later.:等待响应超时 111072050 Meeting locked.:会议被锁定 111072051 The meeting display mode is empty.:会议显示模式为空 111072052 The meeting display mode is outside the allowed range.:会议显示模式不在系统允许的取值范围内 111072053 The meeting pane type is outside the allowed range.:会议画面类型不在系统允许的取值范围内 111072054 The banner or caption type is empty.:横幅或字幕类型为空 111072055 The banner or caption content is empty.:横幅或字幕的内容为空 111072056 The banner or caption content cannot exceed 2,000 bytes.:横幅或字幕的内容长度超过2000字节 111072057 The request message body is empty.:请求消息体为空 111072058 The pane index is greater than the total number of panes.:子画面索引大于画面总数 111072059 Meeting has no host.:会议中没有主持人 111072060 Regular participants cannot perform this operation.:当前普通与会方类型不支持该操作 111072061 You have set host polling and cannot select a specific site to view or set continuous presence.:前主持人正在轮询观看会场,不能单独选看其他会场或会议多画面 111072062 You cannot select a site to view on the web page. Perform the operation on the terminal.:当前主持人与会方类型不支持该操作 111072063 Applying for recording resources...:录制资源重新申请错误码 111072064 Too many failed login attempts. Try again later.:会控登录锁定 111072065 The meeting ID or password is incorrect. Check the ID and password and try again.:会议不存在或密码错误 111072066 The enterprise has not purchased any recording storage space.:企业未购买录播空间 111072067 Insufficient enterprise recording storage space.:企业录播空间已满 111072068 Failed to start live broadcast. Try again later.:启动直播失败 111072069 Not allow to hand up for host.:不允许指定会议主持人举手发言 111072070 The operation is not allowed for guest.:来宾不允许进行该操作 111072071 The operation is only allowed for yourself.:仅能对自己进行操作 111072072 Not allow to apply host for attendees who do not have meeting control abilites.:没有会控能力的与会者不允许设置为主持人 111072073 Notify message is expired.:推送消息已过期 111072074 Only participants with a number registered on HUAWEI CLOUD can be set as the host.:云下会场不能成为主持人 111072075 Hung up site for meeting ended.:会议结束挂断会场 111072076 Hung up site by host.:主持人挂断会场 111072077 Hung up site because host deleted site.:主持人删除会议挂断会场 111072078 Hung up site because meeting is recreated.:重建会议挂断会场 111072079 Hung up site for moving site failed.:移动会场失败挂断会场 111072080 Hung up site for inviting site cross region failed.:跨region邀请会场失败挂断会场 111072081 Hung up site for invitation exception.:邀请会场失败挂断会场 111072082 Hung up site for joining meeting repeatedly.:会场重复入会挂断会场 111072083 Lock sharing failed.:锁定共享失败 111072084 This site does not support 1-screen layout.:云下会场禁止设置在多画面一画面中 111072085 Not support realtime subtitle.:会议不支持实时字幕 111072086 Realtime subtitle pid is null.:会议实时字幕指定发言人列表为空 111072087 Invalid realtime subtitle pid.:会议实时字幕指定发言人ID有误或已离会 111072088 Failed to set realtime subtitle.:会议实时字幕设置失败 111072089 Not allow audience to change speaker status.:不允许观众解闭音 111072090 Allow/forbid audience to speak only for audience.:主持人允许/禁止观众说话接口只能操作观众 111072091 This meeting does not support simultaneous interpretation.:会议不支持同声传译 111072092 Interpreter group is empty.:会议当前传译组为空,请先配置传译组 111072093 This meeting has not enable simultaneous interpretation.:会议未开启同声传译 111072094 This site is not interpreter.:当前会场非传译员 111072095 This site has not yet confirmed interpreter identity.:传译员未确认身份 111072096 Invalid site language.:会场选择的语言非法 111072097 This site is confirmed interpreter.:当前会场是已确认的传译员 111072098 This site listen channel is different from speak channel.:普通会场听说频道不一致 111072099 Failed to set interpretation languages. Try again.:设置会议语言频道失败 111072100 Failed to set interpretation channel. Try again.:设置会场语言频道失败 111072101 Max participant amount reached.:超过设置的会议方数 111072102 Max allowed handup amount reached.:观众超过最大允许举手数 111072103 Max allowed speaking amount reached.:观众超过最大允许发言数 111072104 Failed to set virtual audio CSD site.:设置级联通道虚拟语言会场失败 111072105 This meeting does not support cohost.:该会议未启用联席主持人 111072106 This site does not support cohost.:该会场不支持联席主持人 111072107 Host cannot be set to cohost.:不支持设置主持人为联席主持人 111072108 Audience cannot be set to cohost.:不支持设置观众为联席主持人 111072109 Need to check cohost permission.:需要去主会议所在region判断是否为联席主持人 111072110 Cohost cannot operate host.:联席主持人不能操作主持人 111072111 This site does not support share invitation.:当前会场不支持邀请共享能力 111072126 request include special character.:请求参数包含特殊字符 111072201 Hung up site because heart beat failed.:与终端心跳中断导致挂断会场 111072202 Insufficient audience cloud meeting room logic resources.:观众数超过VMR套餐中的观众最大并发资源数 111072203 Insufficient participant cloud meeting room logic resources.:主持人与嘉宾超过VMR套餐中的最大并发资源数 111072204 Insufficient webinar resources, so started failed.:网络研讨会套餐已经有在线会议,被占用,激活失败 111072205 Only RTC conf support local record.:非RTC会议不支持本地录制 111072206 Invalid E2E encryption parameter.:端到端加密参数非法 111072207 Not allow to switch role in webinar.:网络研讨会不允许进行角色转换 111072208 The client version used by the user is too early. Cannot start local recording.:客户端不支持本地录制 111072211 Meeting is under AR assist.:会议已经在进行AR协作 111072213 Audience cannot be set to host.:观众不能设置为主持人 111072214 Rename param contains sensitive words.:改名涉及敏感词错误 111072222 Indicates record start exception.:启动云录制失败,请联系管理员 111072223 Indicates record paused exception.:暂停云录制失败,请联系管理员 111072224 Indicates record stop exception.:停止云录制失败,请联系管理员 111072225 Indicates live start exception.:启动直播失败,请联系管理员 111072226 Indicates live stop exception.:停止直播失败,请联系管理员 111072227 Indicates sensitive words.:信息中包含敏感词 111072403 Not support AUX conf.:不支持新辅流会议 111072504 Max participants in a single meeting reached.:达到系统单个会议人数上限 111072507 waiting room user is leaved.:等候室准入用户已经离会 111072508 waiting room user is joined.:等候室准入用户已经准入 111072512 This site does not support screen shots.:当前会场不支持禁止截屏 111072516 This apply for new mmrId reach limit.:请求更换mmrId达到上限 111072520 Turn on Prohibit mobile viewing and sharing, and prohibit inviting mobile sharing.:开启禁止移动端看共享,禁止邀请移动端共享 111072521 Not allow invitation from external organization.:当前被邀用户不允许被外部成员呼叫入会 111072531 Not allow join external crop conf.:企业已限制加入外部会议,可联系企业管理员处理 111072532 Not allow invitation from external crop.:当前被邀用户所在企业限制加入外部会议 111072599 Conference manager is valid, not support offline join.:当前管理面正常,不允许离线操作 111073001 User does not exist.:用户不存在 111073002 Department does not exist.:组织不存在 111073003 Invalid username format.:用户非法 111073004 Invalid department name format.:组织非法 111073005 Could not query department.:查询组织失败 111073006 Application for anonymous user failed.:申请匿名用户失败 111073007 Invalid cloud meeting room package status.:VMR套餐状态非法 111073008 Failed to Release anonymous user.:释放匿名用户失败 111073009 Not support cycle meeting for welinkC.:WeLinkC 不支持预约周期会议 111073010 Not support cloud meeting room for welinkC.:WeLinkC 不支持预约VMR会议 111073011 Failed to get Welink token.:获取WeLink Proxy Token失败 111073012 Failed to Get M to M token.:获取机机账号Token失败 111073013 Invalid webinar cloud meeting package status.:网络研讨会VMR套餐状态非法 111073014 Max extend times for cloud meeting trial version reached.:会议延长次数超出VMR试用套餐可延长的最大次数 111073015 Max extend duration for cloud meeting trial version reached.:会议延长时间超出VMR试用套餐单次会议最大时长 111073016 Not support auto extend meeting for cloud meeting trial version.:VMR试用套餐不支持自动延长 111074001 This meeting host already exists.:IDO主持人已经存在 111074002 No meeting host permissions.:无IDO主持人权限 111074003 Failed to extend the meeting. Max meeting duration reached.:延长会议失败,会议已达到最大时长 111074004 Failed to extend the meeting. The service processing is abnormal.:延长会议失败,服务处理异常 111075001 Failed to start timer.:启动定时器失败 111075002 Failed to end timer.:停止定时器失败 111075003 Json parse failed.:json转换异常 111076001 Released by host.:会场被终端主持人挂断 111076002 Released by portal host.:会场被portal主持人挂断 111076003 Max number of participants reached.:超出VMR最大方数 111076004 Insufficient enterprise resources.:企业并发数不足 111076005 Not answered.:会场无响应 111076006 User does not exist.:会场不存在 111076007 Offline.:会场离线 111076008 Busy.:忙 111076009 Rejected by user.:拒接 111076010 Released by user.:会场挂断 111076011 Insufficient meeting resources in the system.:媒体资源不足 111076012 Outbound calling disabled.:PSTN服务未开通 111076013 Application for address token failed.:申请地址本鉴权信息失败 111076014 Call failed.:SIP呼叫超时 111076015 Max number of participants reached.:超过设置的会议方数 111076017 Invalid user.:用户失效 111076018 Invalid enterprise.:企业失效 111076019 Invalid SP.:SP失效 111076022 Not allow joining by scanning for hard device.:企业配置来宾不允许扫码邀请硬终端入会* 111076028 Not allow conf control.:会议正在进行AR协作,禁止共享/分组会议/释放主持人等会控操作* 111076029 Not allow AR Assist.:会议正在进行共享/分组会议, 禁止进行AR协作* 111076040 Network error need restart share.:网络异常,需要重新发起共享 111076045 Invite user expiration.:被叫用户失效 111076099 Common error.:通常失败 111077001 RSE server info does not exist.:RSE录播相关错误码 111077101 Not support AI record.:会议不支持AI会议纪要 111077102 Reapplying for AI record resource.:正在重新申请会议纪要资源 111077103 Insufficient AI record resource.:AI会议纪要资源不足 111077104 In AI recording, the meeting cannot stop live or recording.:会议处于AI会议纪要状态,不允许停止录制/直播 111077201 Record file does not exist or have no permission.:录播文件已删除或您无权观看,请确认后重试 111077202 RSE authentication failed.:RSE机机鉴权失败 111078000 No available region in multi region.:没有可用Region 111078001 No available global in multi region.:没有可用Global 111078002 Dispatch region error in multi region.:多region 分发region错误 111079000 Failed to phrase big data param query xml.:大参数查询xml解析失败 111079001 Failed to phrase anonymous assign xml.:匿名账号分配xml解析失败 111080001 Bad request.:请求消息参数错误 111080002 Insufficient permissions.:用户无权限进行该操作 111080004 Site data not found or deleted.:会场不存在或已被删除 111080090 Common error.:IM通用错误 111080096 The sender information is invalid.:IM发送者信息非法 111080097 Basic conference information is missing.:会议基础信息缺失 111080098 User site information is missing.:用户会场信息缺失 111080099 Invalid IM channel.:IM频道非法 111080100 Forbid chat.:禁止聊天 111080101 Invalid chat target.:聊天目标非法 111080102 Allow public chat only.:仅允许公开聊天 111080104 Invalid msgId.:查询msgId非法 111080105 Invalid message type.:消息类型非法 111080106 The message content is too long.:消息内容过长 111080205 Message sending is controlled.:消息发送被流控 111081001 Site is inviting.:会场正在通话中 111081002 Site meeting does not exist or is ended.:会场所在会议不存在或已结束 111081003 Failed to apply site resource.:申请会场资源失败 111081004 Failed to release site resource.:释放会场资源失败 111081005 Failed to apply site media resource.:申请会场媒体资源失败 111081006 Authentication failed.:认证失败 111081007 Meeting is locked.:会议已经被锁定 111081009 Login is locked because max authentication times reached.:会议鉴权失败次数已达上限被锁定 111081010 Waiting user restrictions.:等候用户限制 111082001 Not support this control.:不支持该会控 111082002 No response.:无响应 111082003 Site not exist.:会场不存在 111082004 Site unavailable.:会场离线 111082005 Site busy.:会场正忙 111082006 Site refused.:会场拒接 111082007 Site leave.:会场挂断 111082008 PSTN service is closed.:PSTN服务关闭 111082009 SIP invitation timeout.:SIP呼叫超时 111083001 RSE does not exist.:RSE设备不存在 111084001 Failed to execute DTMF.:执行DTMF失败 111084002 Get started meeting exception.:启动会议异常 111084003 Call MCU side exception.:呼叫MCU端异常 111084004 Join call exception.:加入呼叫异常 111084005 Invite exception.:邀请异常 111084006 Call terminal side exception.:呼叫端侧异常 111084007 Answer exception.:应答异常 111084008 Common CTL exception.:通用CTL异常 111084009 Hangup exception.:挂断异常 111084010 Notify capability exception.:通知能力异常 111084011 Update MT exception.:更新MT异常 111084012 Negotiate exception.:协商异常 111084013 Not support this meeting.:不支持该会议 111084014 Not allowed join meeting in RTC inviting because guests are not invited.:RTC外邀入会,来宾不在被邀请名单中,拒绝入会 111089002 Failed to phrase URI join xml.:链接入会XML解析失败 111090001 Failed to join data meeting.:数据入会失败 111090002 Join data meeting overtime.:数据入会超时 111100001 Failed to get slider image.:获取滑块图片失败 111100002 Slider check failed.:滑块校验失败 111100003 Invalid random number.:无效的随机数 111100004 Invalid slider token.:无效滑块token 111100005 Need to check slider.:需要滑块校验 111100006 Invalid SMS phone number.:非法的手机号 111100007 Failed to send verification code.:发送验证码失败 111100008 Verification code expired.:验证码已过期 111100009 Verification code error.:验证码错误 111100010 Max verification code check times reached.:验证码错误超过最大次数 111100011 The uuid is invalid, you need to re-verify the phone number.:uuid无效,需要重新验证手机号 111100012 The meeting is not on this site.:会议不在本站点 111100013 Need to verify the mobile phone number. Overseas access to China, free enterprises need to verify the mobile phone verification code.:需要验证手机号,海外接入国内,免费企业需要进行手机验证码校验 111110001 Failed to add IM group.:添加群组失败 111110002 Failed to disband IM group.:删除群组失败 111110003 Failed to add IM member.:添加成员失败 111110004 Failed to remove IM member.:删除成员失败 111111007 hangup for rejoin mmr failed.:mmr重入会失败挂断 111111008 hangup for joinconf conflict.:多端入会冲突,导致离开会议 111112001 Failed to enter the waiting room.:入等候室失败 111112002 Failed to exit the waiting room.:出等候室失败 111112003 Waiting room cache operation failed.:等候室缓存操作失败 111112004 Co-hosts cannot be moved into the waiting room.:联席主持人不能被移入等候室 111112005 Not allowed to enable waiting room.:不允许启用等候室 111112008 Not support this feature according to client capabilities.:客户端能力不支持此特性 111113001 can not find application.:找不到应用信息 111113002 application exist.:应用已存在,目前一个会议只能关联一种应用 111113003 not required to create application.:无权限创建应用 111113004 need verify id.:应用操作需要实名认证(用户需要绑定手机) 111113005 get token failed.:获取应用用户token失败 111113006 url illegal.:应用服务URL地址非法 111113101 shimo doc has not used.:石墨文档应用未启用 111113102 call shimo doc server failed.:调用石墨文档服务失败 111113103 get shimo token failed.:获取石墨应用级token失败 111113104 not in conf,has no right to apply.:用户不在会议中,无权限申请权限 111113105 account has been stoped.:企业账号被停用 111113106 SMS messages sent frequently, try again later.:短信发送过频繁,请稍后再试 111113107 SMS messages sent has exceeded the daily limit of the enterprise.:短信发送量已超过企业每日上限 111114001 projection link verify failed.:投屏链路校验失败 111114020 content moderation failed.:内容审核不通过 111500301 breakout conf surpass limit.:分组会议子会议超过上限 111500302 breakout conf name error.:分组会议子会议名称错误 111500303 breakout Start failed.:分组会议启动失败 111500304 breakout not exist when delete:分组会议中没有子会议(删除) 111500305 breakout not exist when start.:分组会议中没有子会议(启动) 111500306 breakout is closing by host:分组会议结束中(主持人停止) 111500307 breakout is closing by host:分组会议已经结束或未启动(加入时) 111500308 Attendee in target conf:移动用户在目标分组 111500309 Chair in current conf:主持人在当前分组中(请求帮助) 111500310 not support breakout conf:不支持分组会议(启动时 启动接口) 111500311 breakout conf starting or started:分组会议已经启动或启动中(重复启动) 111500312 subconf not exist:子会议不存在 111500313 not support in mainconf:主会中用户不支持此操作(请求帮助) 111500314 breakout conf state illegal:分组会议状态异常(缓存误删) 111500315 action forbidden by status:分组会议静态、动态操作由于状态原因,不支持当前操作 111500316 apply chair failed due to host in subconf:主持人在分组中,不能申请为主持人 111500317 apply sub conf id failed:申请分组的会议id失败 111500318 query main conf failed:获取主会议信息失败 111500319 attendee not found:没有找到用户信息 111500320 sub conf stop failed:分组会议停止失败 111502000 subject faile and leave conf start:订阅失败需要离会的错误码起始值 111502099 subject faile and leave conf end:订阅失败需要离会的错误码结束值 112010001 Common failure.:通用失败 112010002 Null param.:参数为空 112010003 Participant not found.:未找到参与者 112010004 Meeting not found.:会议不存在 112010005 SIP invite information timeout.:invite消息超时 112010006 SIP invite information failed.:invite消息失败 112010007 SIP information timeout.:info响应超时 112010008 SIP information failed.:info响应失败 112010009 System processing failed.:系统处理失败 112010010 System processing failed.:系统处理失败 112010011 Failed to invite MRS.:呼叫mrs失败 112010012 Failed to invite participant.:呼叫终端失败 112010013 Data meeting join information failed.:数据入会Info失败 112010014 Failed to start meeting.:召开会议失败 112010015 Media negotiation failed.:媒体协商失败 112010016 User rejects.:用户拒绝 112010017 User is busy.:用户忙 112010018 No call permission.:没有呼叫权限 112010019 Unknown callee.:未知被叫人 112010020 No user response.:没有用户响应 112010021 Join meeting timed out.:加入会议超时 112010022 Session has been released.:会话已释放 112010023 Callee is not registered.:被叫人未注册 112010024 SIP invite timed out.:SIP邀请超时 112010025 User Session timer times out and hangs up.:用户Session timer 超时挂断 112010026 The participant bye hangs up on the MRS side.:与会者腿MRS侧bye挂断 112010027 The participant bye hangs up on terminal side.:与会者腿终端侧bye挂断 112010028 No RTP stream hang up.:无码流挂断 112030001 No Upscale vmr.:无高档可用的VMR资源 112051005 Move breakout conf failed.:网络异常导致移入分组失败 112100000 Sysportal exception.:系统异常 112100001 Bad request.:请求异常 112100002 Illegal request.:非法请求 112100003 Data not found.:数据未获取到 112100004 Data duplication.:数据重复 112100006 The requested type is not supported.:请求的类型不支持 112100007 Failed to save notification template.:保存通知模板失败 112100008 Failed to save data.:保存数据失败 112100009 Failed to query data.:查询数据失败 112100010 Failed to delete data.:删除数据失败 112100011 Password reset required.:需要重置密码 112100012 Incorrect old password.:旧密码错误 112100013 The new password cannot be the same as the old password.:新密码不能与旧密码相同 112100014 Insufficient password complexity and low security.:密码复杂度不够,安全性低 112100015 The length does not meet the requirements.:长度不符合要求 112100016 RSE is in meeting.:RSE在会议中 112100017 RSE to be deleted.:RSE待删除 112100018 Failed to query the meeting list.:查询会议列表失败 112100019 User has been locked out. Try again later.:用户已被锁定,请稍后重新登录 112100022 The live room channel name exists.:频道名称已存在 112100023 Failed to modify system configuration items for duplicated meeting ID prefix.:修改系统配置项失败,会议ID前缀重复 112100024 CONFID prefix can only be added, not modified or deleted.:CONFID前缀只能增加,不能修改和删除 112100025 The live room channel url exists.:直播房间地址已存在 112100026 The live room has been occupied.:直播房间已被使用 112100027 The live room does not exist.:直播房间不存在 112100028 Live room release failed.:直播房间释放失败 112100029 The request is missing header or param.:请求缺失头域 112100030 The Live main stream URL already exists.:音视频推流地址已存在 112100031 The Live auxiliary stream URL already exists.:辅流演示推流地址已存在 112100032 Password is weak.:密码为弱密码 112100033 The live room is occupied.:直播房间被占用 112100034 Save part of attendees since max attendees size reached.:因为与会者数量超出上限只保存部分 112100035 Failed to export data.:导出数据失败 112100036 Failed to import data.:导入数据失败 112100037 Max file size reached.:文件大小超出上限 112100038 LVS target address exists.:lvs的目标地址已存在 112100039 LVS port existed.:lvs端口重复 112100040 Not allow to modify global standby config.:Global只有主机可以修改配置; 112100041 MCU insulation IP address exists.:mcu隔离的IP已经存在 112100042 MCU insulation IP address cannot be modified.:mcu隔离的IP不能修改 112100043 SBC address exists.:SBC配置的地址已经存在 112100044 Internal exception.:内部错误异常 112100045 System config delete exception.:系统配置不允许被删除 112100046 No ISBC access address.:企业id无法获取关联SBC地址 112100047 Media type need to be HD because the organization enable Full HD capability.:企业已开启全高清功能,媒体设置不能低于1080P/8M 112100061 Same interpreter language abbreviation exists.:语言缩写重复 112100062 Same interpreter language name exists.:语言名称重复 112100063 MCU type is MIXED and insulation config is not configured, or MCU meeting exsists when modifying mcu connection settings.:修改MCU连接配置告警,以下两种场景会导致:1.MCU存在会议 2.修改类型为MIXED未配置隔离 112100064 MCU type is MIXED and insulation config is not configured when adding mcu connection settings.:新增MCU连接配置告警,MCU类型为MIXED且未配置隔离 112100065 MCU type is MIXED when modifying MCU insulation config or disbanding enterprise.:修改MCU隔离配置时,解除企业绑定时MCU类型为MIXED 112100066 MCU type is MIXED when deleting MCU insulation config.:删除MCU隔离配置时,MCU类型为MIXED 112100067 This gateway type is incompatible with MCU.:MCU与网关类型不兼容 115021001 Insufficient media resource.:媒体资源不足 115021002 Meeting does not exist.:会议不存在 115021003 Media resource does not exist.:媒体资源不存在 115021005 Insufficient media bandwidth resource.:带宽资源不足 115021006 Media device fault.:设备故障 115022000 Insufficient common logic resource.:通用的逻辑资源不足 115022001 Insufficient meeting resources in the enterprise.:企业会议并发方数不足 115022002 Insufficient logic port resource.:逻辑资源端口资源不满足 115022003 Live broadcast resources have not been purchased or are insufficient.:企业直播推流方数不足 115022004 Media device does not exist.:媒体设备不存在 115022005 The cloud recording ports purchased by enterprises have been used up.:企业购买的云录制端口已经用完 115023001 Insufficient ID resources.:ID资源不足 115024001 RMS service exception.:RMS服务异常 115025001 The live room has already been occupied.:直播房间已经被使用 115025002 The live room does not exist.:直播房间不存在 115025003 Live room release failed.:直播房间释放失败 115026001 MCU meeting exists.:MCU有会议 115029001 Invalid common parameter.:通用参数值不合法 115029002 Null parameter.:参数值为空 115029003 service is not available.:服务不可用 115029004 Configuration exception.:配置异常 115029005 Duplicately apply resources.:重复申请资源 115029006 Waiting for applying resources.:等待申请资源中 115029999 Unknown error.:未知错误 118000000 User authentication failed.:用户鉴权失败 118000001 User token authentication failed.:usg token 鉴权失败 118000002 User authentication account lockout.:usg鉴权账号锁定 112051003 Restrict guest invitations when opening the waiting room.:开启等候室时限制来宾邀请 112051006 Joining the meeting requires a higher client upgrade, please check for upgrades.:加入该会议需要升级较高客户端版本,请检查升级 200000001 Server is busy. Please try again later.:服务器正忙 请稍后再试 200000002 Internal error. Please contact SRE.:服务器正忙 请联系SRE 200000003 Invalid parameter. Please check whether the parameters are valid.:请求参数错误 请检查参数是否合法 200000004 Illegal request. Please check the value of the request header field X-Auth-Token or X-Access-Token.:非法请求 请检查请求头域X-Auth-Token或X-Access-Token的值 200000005 Forbidden access during the version upgrade.:系统正在升级,暂时不可访问。如对您造成不便,十分抱歉 200000026 Url permission valid failed.:分权分域接口权限校验失败 200000030 No department permission.:分权分域部门权限校验失败 201020023 This user is already the owner of another corporation and cannot create a new corporation for it.:该用户已经是其他企业的所有者,无法为其创建新的企业 201040005 Max number of users reached. Please check the purchased meeting users.:用户总数超过限制,请检查购买的会议用户 201040016 Password security is low. Please set another password.:密码安全性低,请设置其他密码 201040031 Activation code overdue.:激活码过期 201040033 The device under this enterprise has been activated and cannot be reactivated.:该企业下设备已激活,不可再次激活 201040034 This device has been activated in another enterprise and cannot be reactivated again.:该设备在其他企业下已激活,不可再次激活 201040037 The number of activation codes has reached the resource limit.:激活码数量已达资源上限 201040041 User not activated.:用户未激活 201040042 Pre-authentication expired.:预验证失效 201040043 This user is the owner of another corporation and cannot be invited.:该用户是其他企业的所有者,暂无法邀请 201040044 Invalid invite connection.:邀请连接非法 201040045 User is already in waiting list.:用户已经在等待列表 201040046 User already exists.:用户已存在 201040047 Account modification is not allowed.:不允许修改账户 201040049 IdeaHub resource exceeds the inactive limit.:IdeaHub资源超过非激活数量限制 201040063 The user name cannot contain sensitive words..:用户名称不能包含敏感词 201050004 The device does not support active codes.:设备类型不支持激活码 201050010 The maximum number of device activation code resets within one day has been reached.:一天内重置设备激活码次数已达到最大值(5次) 201050012 Activation code does not exist.:激活码不存在 201050015 Invalid activation code.:激活码错误 201050016 Trial activation code cannot be deleted.:试用激活码,不可删除 201050021 Activation failed.:激活失败 201050022 Terminal does not allow unbinding.:终端不允许解绑 201050027 IdeaManager not enabled.:未启用IdeaManager 201080000 VMR resource unavailable.:云会议资源不可用 201080006 The host password and the guest password cannot be the same. Please confirm the input parameters.:主持人密码和来宾密码不能相同 请确认输入参数 201080017 Same as meeting password.:和会议密码相同 201510001 No invite permission to get an invite code.:没有邀请权限去获取邀请码 201510003 Invalid application.:申请失效 205030005 The device type does not exist.:设备类型不存在 206010000 User name or password error.:用户名或密码错误 206010007 Account is not activated, no permission to log in.:账号未激活,无权限登录 206010008 User information does not exist or is not activated, no permission to log in.:用户信息不存在或者未激活,无权登录 206010010 Failed to get verification code, Please contact SRE.:获取验证码失败 请联系SRE 206010011 Verification code must be filled.:验证码不能为空 206010012 Verification code check failed.:验证码校验失败 206010013 Jump login failed. Please contact SRE.:跳转登录失败 请联系SRE 206010014 Domain not exist.:企业域名不存在 206010022 SSO login failed. Please contact SRE.:SSO登录失败 请联系SRE 206010023 SSO login is not supported.:不支持sso登录 206010024 Invalid authentication type.:认证类型非法 206010025 APPID verification failed.:APPID校验失败 206010027 Authentication type error.:校验类型错误 206010029 Network error.:网络异常 206010030 APPID does not allow automatic registration.:APPID不允许自动注册 206010031 APPID auto registration failed.:APPID自动注册失败 206010036 Normal users cannot log in.:普通用户无法登录 206010042 Huawei account authentication failed.:华为账户认证失败 206010057 APPID authentication expires.:APPID认证过期 206010058 APPID account is not bound.:APPID账户未绑定 206010064 Site mismatch.:站点不匹配 206010065 Phone number conflict.:电话冲突 206010066 E-mail conflict.:邮箱冲突 206010070 The number of users has reached the maximum.:用户数超过上限 206010071 WeChat authentication failed.:微信鉴权失败 206010074 International sites support site changing re-login.:国际站点支持切站点重登 206010075 Account has been unbound.:账号已经解绑 206010079 no fixed link found:设备和大屏没有建立固定链路 206010080 jwt invalid:jwt Token 失效 206010090 Need agreed sign privacy:需要同意签署隐私协议,返回的信息data中携带第三方用户缓存信息key 206010091 Third user info has invalid:第三方用户缓存信息失效 206020000 Invalid authentication information. Please check the value of the request header field X-Auth-Token or X-Access-Token.:鉴权信息无效 请检查请求头域X-Auth-Token或X-Access-Token的值 206020001 Token is created by disaster recovery site.:token是容灾站点创建 206020002 Token is invalid due to being kicked.:token由于被踢失效 206030000 The user does not exist.:系统中不存在该用户 206030001 The verification code is incorrect or has expired. Please obtain a new one.:验证码错误或失效,请重新获取 206030002 Incorrect verification code.:验证码错误 206030003 Failed to send the verification code.:发送验证码失败 206030004 Try to get a new verification code 180s later.:请在180秒后重新发送验证码 206030005 The password cannot be changed.:系统不支持修改密码 206030006 The old password is incorrect.:旧密码错误 206030007 The length of the new password does not meet the requirements.:新密码长度不符合要求 206030008 The password complexity does not meet the requirements.:密码复杂度不满足要求 206030009 The new password must be different from the previous old passwords.:设置的密码不能与最近旧密码相同 206030010 The password cannot contain three or more of the same characters consecutively.:密码不能包含3个以上重复字符 206030011 The password cannot be changed within 5 minutes upon the last password change.:修改密码后,5分钟内不能更新密码 206030012 The password cannot contain the account or the reverse order of the account.:密码不能与账号或其逆序账号相同 206030013 At least two characters must be different between the new and old passwords.:新密码相较于旧密码至少要有两个不同的字符 206030014 Invalid password format.:密码格式不正确 206030015 The user is locked and will be locked in 60s.:用户已被锁定,请60秒后重试 206030016 Have no right to reset other's password.:没有权限重置密码 206030018 The number of password retrieval times in a day has reached the maximum(10 times).:一天内忘记密码次数达到最大值(10次) 206030019 The number of incorrect verification code input has reached the maximum, Please get it again.:验证码输入错误次数超过最大值,请重新获取 206030023 Failed to send verification code. Please contact SRE.:发送验证码失败 请联系SRE 206030028 The system has enabled SSO login and does not support changing the password. Please retry after the system has disabled SSO login.:系统已开启SSO登录,不支持修改密码 系统关闭SSO登录后重试 206030031 Forgot password for Huawei account.:华为账号忘记密码 206040000 No corresponding terminal type.:无对应的终端类型 206060008 Sending verification code is locked.:发送校验码锁定 206060009 Slider verification required.:需要滑块校验 206060010 Invalid slider token.:滑块token非法 206060011 Request parameter arror.:请求参数错误 206060012 Sending SMS is not supported.:不支持发送短信 206060013 Repeated sending is not supported.:不支持重复发送 206060014 Invalid verification code.:验证码非法 206060015 Max verification codes check times reached.:验证码次数超过最大次数 206060017 Failed to bind Huawei account.:华为账户绑定失败 211000062 verify activation credential failed.:二维码已过期 211000092 not allow activate device.:企业开启第三方2C自运营模式后禁止扫码激活设备 211030046 Not the ideahub activation code.:不是ideahub激活码 211030050 auth fail too many times, locked.:身份验证失败次数太多,已锁定 211030052 auth fail too many times, permanently locked.:身份验证失败次数太多,已永久锁定 211060003 The maximum times of log uploads has been reached.:日志上传次数达到最大限制 222020001 not allow cross copr pair.:不允许跨企业配对 222020002 The device has been bound.:其他设备已绑定该大屏 222020003 pair failed double check:二次验证码失效 222020004 pair code invalid.:配对码失效 222020005 offine pair already exist.:已有离线临时链路 222020006 offine fixed pair already exist .:已有离线固定链路 222020010 projection code illegal .:投屏码非法 222020011 ip has been locked.:ip锁定 222020012 Cross corp .:投屏码非用户所在企业的设备生成 222020013 double check reach max time.:二次验证码输入错误次数达到上限 225020001 obs upload image not exist.:obs上传的图片对象不存在 225030002 obs upload image is repetition.:obs上传的图片唯一标识符重复, 同一图片重复发起审核任务 230010001 not support.:不支持当前业务 230010002 verify code and business mismatch.:验证码和业务不匹配 230010003 need user not exist.:用户不存在 230010004 try again later.:请稍后尝试 230010005 verify code is invalid.:验证码失效 230010006 verify code error.:验证码错误 230010007 get new verify code.:验证码输入错误次数超过最大值,请重新获取 411000001 Common failure.:失败 411000002 Parameter error.:参数错误 411000003 Meeting does not exist.:会议不存在 411000004 A meeting already exists.:已经有会议存在 411000005 Meeting state error.:会议状态异常 411000006 Failed to get device.:获取设备异常 411000007 Failed to set device.:设置设备异常 411000008 No device available.:无可用设备 411000009 This operation is only supported on mobile.:只有移动端支持该操作 411000010 Network access error.:网络接入错误 411000011 Other supplementary service is running.:正在进行其他补充业务 411000012 Memory allocation error.:分配内存错误 411000013 Initialization failed.:初始化失败 411000014 User does not exist.:用户不存在 411000015 Did not join the data meeting.:未加入数据会议 411000016 Neither meeting nor call exists.:会议和呼叫均不存在 411000017 SVN port detection failed.:svn端口探测不通 411000018 Failed to write file.:写文件失败 411000019 RTC does not support STG mode.:RTC不支持STG模式 411000020 Failed to load RTC library. RTC meeting is not supported.:rtc库加载失败,不支持rtc会议 411000021 The meeting is in the audience pause state when changing roles.:转角色的时候会议正处于观众暂停观看状态 411000022 Not in call.:不在呼叫中 411000023 Meeting or call does not exist.:会议或者呼叫不存在 411000024 Pairing state not allowed.:配对状态不允许 411000025 Pairing request failed.:配对请求失败 411000026 Pairing exceeds limit.:配对超出限制 411000027 Pairing common error.:配对通用错误 411000028 Pairing and joining the meeting failed.:配对入会失败 411000029 Pairing and joining the meeting is busy.:配对入会忙 411000030 Pairing and joining the meeting is invalid.:配对入会无效 411000031 Multiple clicks at the same time to pair and join the meeting error.:同时多次点击入会错误 411000032 Pairing is not established or is being established.:配对未建立或正在建立中 411000033 The camera is not turned on in the third-party capture mode.:第三方采集模式下摄像头未打开 411000034 RTC engine creation failed.:RTC 引擎创建失败 411000035 Not in a meeting.:不在会议中 411000036 mute self failed.:静音自己失败并且采用了保护 411000037 still in setting language channel:当前正处于切换频道中, 请稍后重试 411000100 End the meeting with no stream due to disconnection of network.:无码流结束会议网络断开 411000101 End the meeting with no stream because fail to re-join meeting.:无码流结束会议重入会失败 411000102 Null pointer exception.:空指针异常 411000103 Parameters cannot be empty.:参数不许为空 411000104 Indicates encrypt and decrtpt func not match.:加解密算法不匹配 411000105 Indicates Loading User-Defined DLLs failed .:加载用户自定义dll失败 411000106 Indicates Applition not support shimo docs .:企业配置不支持打开石墨文档 411000107 Indicates notification of render fail .:数据会议UI渲染失败 411000108 End the meeting with mmr media rejoin failed.:mmr重入会失败 411000109 Audio is disconnected.:音频断开中 411000110 Second monitor disconnected.:共享副屏的时候,副屏被断开 411000111 prepare data share canceled.:共享前准备被取消. 412100001 The message processing thread is not initialized.:消息处理线程未初始化 412100002 Parameter error.:参数错误 412100003 Timeout.:超时 412100004 Memory allocation error.:分配内存错误 412100005 XML parsing error.:XML解析出错 412100006 DNS resolution error.:DNS解析异常 412100007 Request message failed.:请求消息异常 412100008 Authentication failed.:鉴权失败 412100009 Server error.:服务器异常 412100010 Account is locked.:账号被锁定 412100011 Create timer error.:创建定时器错误 412100012 Server CA certificate verification failed.:服务器CA证书校验失败 412100013 Network error.:网络异常 412100014 Server redirect.:服务器返回重定向地址 412100015 Account is not activated.:账号未激活 412100016 JSON parsing error.:JSON解析失败 412100017 The proxy communication times out and the TCP link building fails. Probably because the proxy configuration is incorrect.:代理通信超时,tcp建链失败,大概率是代理配置错误 412100018 Disconnected by the proxy. Probably because the server address is misconfigured.:接被代理断开,大概率是服务器地址配置错误 412100019 The TCP link establishment timed out. Probably because the proxy domain name or port configuration is incorrect.:tcp建链超时,大概率是proxy域名或者端口配置错误 412100020 The authentication process failed. The user does not have proxy permission and needs to apply for proxy permission.:认证鉴权过程失败,用户没有proxy权限,需要申请proxy权限 412100021 The authentication process failed. The proxy user name or password is incorrect.:认证鉴权过程失败,代理用户名或者密码错误 412100022 The authentication process failed. Incorrect authentication type. User name and password are required. The user needs to be prompted for input.:认证鉴权过程失败,错误的认证类型,同时需要用户名、密码,需要提示用户输入 412100023 The authentication process failed. Other unknown errors. It may be that the authentication method is not supported. The user needs to be prompted to try again.:认证鉴权过程失败,其他未知错误,有可能是不支持认证方式,建议弹框提示用户重新发起 412100024 The authentication process failed. Unable to resolve gateway.:认证鉴权过程失败,无法解析网关 412100025 The authentication process failed. Unable to resolve host.:认证鉴权过程失败,无法解析主机 412100026 The authentication process failed. Unable to connect.:认证鉴权过程失败,无法连接 412100027 The authentication process failed. Operation times out.:认证鉴权过程失败,操作超时 412100028 Message length too long.:消息长度太大 412100029 Base64 encryption failed.:base64加密失败 412100030 XML parsing error.:XML解析出错 412100031 Secure function error.:安全函数失败 412100032 Firewall detection parameter error.:防火墙检测参数错误 412100033 Failed to create STG tunnel.:创建STG隧道失败 412100034 Failed to update STG service.:更新STG服务失败 412100035 Encryption failed.:加密失败 412100036 Do not allow duplicate downloads.:不允许重复下载 412100037 File operation failed.:文件操作失败 412100038 The request message returns empty.:请求消息返回空 412100039 The number of detection servers is 0 error.:探测服务器数为0错误 412100040 Failed to get local IP address.:获取本地IP失败 412100041 XXX.:登录模块消息未初始化 412100042 http return 429 error.:http 返回429错误 412100043 Not logged in, not available:此业务未登录不可用 412100044 manger server degrade,you can still join conf in this case.:服务器降级,接入方收到该错误码可以继续调用入会接口离线入会 412100045 XXX:升级版本过程中取消下载 412200001 Internal error.:内部错误 412200002 Parameter error.:参数错误 412200003 Network timeout.:网络超时 412200004 Network Error.:网络错误 412200005 Need to bind mobile phone.:需要绑定手机 412200006 Need to bind email.:需要绑定邮箱 412200007 Has initialized already.:重复初始化 412200008 State machine execution failed.:状态机执行失败 412200009 Failed to start timer.:开启定时器失败 412200010 The user is prompted to change the password when logging in for the first time.:首次登录,提示用户修改密码 412200011 Unknown authentication type.:未知鉴权类型 412200012 need repair controller:需要重新配对 412200013 need repair controller:验证后重新请求 412200014 need repair controller:换取凭证失败失败需要重新配对 412200015 not support media separate:环境不支持媒体分离 412200016 media separate plugin disconnect:媒体分离插件未连接 412200017 request media separate log timeout:收集媒体分离日志超时 412200018 request media separate log failed:收集媒体分离日志失败 412200019 request media separate log is already start:收集媒体分离日志已经开始 412200020 tc module version is not support request media separate log:tc插件版本不支持收集媒体分离日志 413000001 Common error.:一般错误 413000002 Parameter error.:参数错误 413000003 Memory allocation error.:分配内存错误 413000004 System error.:系统错误 413000005 Message sending error.:发送消息错误 413000006 Get system configuration error.:获取系统配置错误 413000007 Physical network error.:物理网络错误 413000008 Network access error.:网络接入错误 413000009 Create timer error.:创建定时器错误 413000010 Call state error.:呼叫状态错误 413000011 Other operation in progress error.:正在进行其他操作错误 413000012 Requesting the master to start call error.:请求主控进行呼叫开始错误 413000013 Requesting audio resource error.:申请音频资源错误 413000014 Other supplementary service is running.:正在进行其他补充业务 413000015 Record call error.:记录通话记录错误 413000016 Media process error.:媒体进程返回的错误 413000017 Maximum number of calls reached.:超过最大呼叫路数 413000018 SIP account ID does not exist.:SIP账户ID不存在 413000019 Call ID does not exist.:呼叫ID不存在 413000020 Failed due to registering.:正在注册中导致失败 413000021 Registration failed.:注册失败 413000022 Deregistration failed.:注销失败 413000023 Setting account information error.:设置账户信息错误 413000024 Setting SIP account error.:设置SIP账号失败 413000025 Reporting SIP account information error.:上报SIP账号信息失败 413000026 Server information error.:服务器信息错误 413000027 SIP account information error.:账户信息错误 413000028 SIPC execution error.:SIPC执行错误 413000029 Not registered error.:未注册错误 413000030 Call Sip interface to subscribe error.:调用Sip接口订阅失败 413000031 Canceling subscription error.:注销订阅中错误 413000032 Subscribing error.:订阅中错误 413000033 Only one local meeting is allowed.:只允许一个本地会议 413000034 Local meeting is not created.:本地会议未创建 413000035 The participant line does not match the chair account.:与会者线路与主持人账户不匹配 413000036 Local meeting state error.:本地会议状态错误 413000037 Failed to report the linkage state of the IP Phone.:IP Phone端联动状态上报失败 413000038 Meeting ID does not exist.:会议ID不存在 413000039 Video hold error.:视频保持失败 413000040 Video unhold error.:视频恢复失败 413000041 The maximum number of server meeting reached.:服务器会议个数超出 413000042 Get AA random number error.:获取AA随机数失败 413000043 AA login error.:AA登录失败 413000044 Meeting type mismatch.:会议类型不匹配 413000045 Failed to start video meeting.:视频会议开启失败 413000046 AA no master server.:AA无主服务器 413000047 Password error.:密码错误 413000048 Username error.:用户名错误 413000049 User is logged in.:用户已登录 413000050 Account is locked.:账户已锁定 413000051 Terminal type mismatch.:终端类型不匹配 413000052 Parsing XML error.:解析XML错误 413000053 Connecting to server error.:连接服务器错误 413000054 Get media configuration error.:获取媒体配置失败 413000055 Get service permission error.:获取业务权限失败 413000056 Insufficient service permission.:业务权限不足失败 413000057 Network environment error.:网络环境错误 413000058 Service conflict.:业务冲突 413000059 Connection timeout.:连接超时 413000060 Unknown error.:未知错误 413000061 Add ringing information error.:添加振铃信息失败 413000062 Delete ringing information error.:删除加振铃信息失败 413000063 Create ringing number error.:创建振铃号码失败 413000064 VVM parameter error.:VVM参数错误 413000065 Getting registered service error.:获取登记业务错误 413000066 Getting voicemail error.:获取语音邮箱错误 413000067 Attendee already exists.:与会者已经存在 413000068 Attendee does not exist.:与会者不存在 413000069 Create server video meeting window error.:创建服务器视频会议窗口失败 413000070 Video window already exists.:视频窗口已存在 413000071 Getting meeting list error.:获取会议列表失败 413000072 Operating requires host privileges.:需要主持人权限才能操作 413000073 No video device to operate.:没有视频设备可以操作 413000074 Refresh registration is not turned off.:没有关闭刷新注册 413000075 Online state report error.:在线状态上报失败 413000076 Network address subscription report error.:网络地址本订阅notify上报失败 413000077 Telepresence account was force unregistered. Information report error.:智真账号被踢,info上报失败 413000078 TLS root certificate error.:TLS根证书错误 413000079 AD authentication error.:AD鉴权失败 413000080 Meeting list is getting.:会议列表正在获取中 413000081 Prohibited calls.:禁止呼叫 413000082 The maximum number of calls has been reached.:呼叫数达上限 413000083 The maximum number of encrypted calls has been reached.:加密呼叫数达上限 413000084 The maximum number of video calls has been reached and needs to downgrade to audio.:超出视频呼叫数,需要降为音频 413000085 H323 account ID does not exist.:H323账户ID不存在 413000086 H323 account information error.:H323账户信息错误 413000087 H323 account information report failed.:H323账号信息上报失败 413000088 Insufficient local resources.:本端资源不足 413000089 The calling protocol is not supported.:不支持该呼叫协议 413000090 Setting H323 account information error.:设置H323账户信息错误 413000091 Mediax meeting access number reporting failed.:mediax会议接入号上报界面失败 413000092 Mediax VMR information reporting failed.:上报Mediax VMR信息到界面失败 413000093 IMS meeting list information reporting failed.:上报获取IMS会议列表信息到界面失败 413000094 TUP initialization is not complete.:tup初始化未完成 413000095 Message return value error.:消息返回值错误 413000096 Message content too large error.:消息内容太大错误 413000097 Secure function error.:安全函数返回错误 413000098 message response is empty error.:消息响应为空错误 413000099 Account is not enabled.:账号未启用 413000100 Create call control implement error.:创建呼叫控制类错误 413000101 Already in call.:已经在呼叫中 413000102 Call does not exist.:呼叫不存在 413000103 Failed to get media configuration information.:获取媒体配置信息失败 413000104 Failed to set third-party capture. Calling HME_V_Capture_InputData_MCU failed.:设置第三方采集失败, 调用HME_V_Capture_InputData_MCU返回失败 413000105 not config call ability.:企业没有配置点对点能力 413000106 not mcu call and conf.:不支持MCU呼叫和会议能力 414100001 Common error.:一般错误 414100002 Parameter error.:参数错误 414100003 Timeout.:超时 414100004 Memory allocation error.:分配内存错误 414100005 DNS resolution error.:DNS解析异常 414100006 Request message failed.:请求消息异常 414100007 Authentication failed.:鉴权失败 414100008 Server error.:服务器异常 414100009 Create timer error.:创建定时器错误 414100010 Start timer error.:开启定时器错误 414100011 The meeting control block is full. Please release the control block that is not in use.:会控控制块已满,请释放没在使用的控制块 414100012 The proxy communication times out and the TCP link building fails. Probably because the proxy configuration is incorrect.:代理通信超时,tcp建链失败,大概率是代理配置错误 414100013 Disconnected by the proxy. Probably because the server address is misconfigured.:接被代理断开,大概率是服务器地址配置错误 414100014 The TCP link establishment timed out. Probably because the proxy domain name or port configuration is incorrect.:tcp建链超时,大概率是proxy域名或者端口配置错误 414100015 The authentication process failed. The user does not have proxy permission and needs to apply for proxy permission.:认证鉴权过程失败,用户没有proxy权限,需要申请proxy权限 414100016 The authentication process failed. The proxy user name or password is incorrect.:认证鉴权过程失败,代理用户名或者密码错误 414100017 The authentication process failed. Incorrect authentication type. User name and password are required. The user needs to be prompted for input.:认证鉴权过程失败,错误的认证类型,同时需要用户名、密码,需要提示用户输入 414100018 The authentication process failed. Other unknown errors. It may be that the authentication method is not supported. The user needs to be prompted to try again.:认证鉴权过程失败,其他未知错误,有可能是不支持认证方式,建议弹框提示用户重新发起 414100019 Curl proxy exception.:curl代理异常 414100020 Curl host exception.:curl主机异常 414100021 Curl connection exception.:curl连接异常 414100022 Curl operation timed out.:curl操作超时 414100023 Message length too long.:会控消息内容过大 414100024 Failed to create thread.:创建线程失败 414100025 Secure function error.:安全函数返回错误 414100026 JSON parsing failed.:解析json体失败 414100027 WS token is empty.:ws token值为空 414100028 Return JSON data error.:返回json数据异常 414100029 Failed to create meeting control block.:创建会议控制块失败 414100030 Failed to get meeting control block.:获取会议控制块失败 414100031 Failed to get meeting control block by CallId.:通过CallId获取会议控制块失败 414100032 Destroying the meeting control block failed.:销毁会议控制块失败 414100033 Temporary creating meeting information not found.:找不到创会临时信息 414100034 Failed to get participant ID.:获取参会者ID失败 414100035 Failed to get MT by participant ID.:通过ParticipantId获取MT失败 414100036 Failed to get self information by participant ID.:通过ParticipantId获取selfinfo失败 414100037 Failed to get participant information by MT.:通过MT获取会议成员信息失败 414100038 Manual invitation required.:需要手动邀请 414100039 The major parameters of the meeting have been reported.:已上报过会议大参数 414100040 Subtitles are not supported.:不支持字幕 414100041 Meeting Hang Up - Timeout.:会议挂断 - 超时 414100042 Meeting Hang Up - No Streaming.:会议挂断 - 无码流 414100043 Meeting hung up - Hung up by the host.:会议挂断 - 被主持人挂断 414100044 Meeting Hang Up - Meeting has ended.:会议挂断 - 会议已结束 414100045 End of meeting due to leave meeting.:离会导致的会议结束 414100046 Message queue processing function registration failed.:消息队列处理函数注册失败 414100047 Message queue processing function deregistration failed.:消息队列处理函数去注册失败 414100048 Meeting ended due to reject meeting.:拒绝会议导致的会议结束 414100049 Meeting ended by self.:自己结束会议导致的会议结束 414100050 The meeting control module is not initialized.:会控模块未初始化 414100051 The watching special site reaches the maximum.:选看的特殊会场超过限制 414100052 The watching HD site reaches the maximum.:选看的高清会场超过限制 414100053 The watching SD site reaches the maximum.:选看的标清会场超过限制 414100054 The watching specification reaches the maximum.:选看的规格超过限制 414100055 Watching internal errors.:选看内部错误 414100056 Duplicated watch render.:选看的句柄重复 414100057 HTTP request error.:HTTP请求错误 414100058 Websocket request timeout.:websocket请求超时 414100059 Loading failed.:加载错误 414100061 The meeting ends due to the timeout of guest waiting before meeting or the timeout of the meeting control heartbeat.:会前等待页面时间超时或者会控心跳超时导致的会议结束 414100062 The meeting ends due to being canceled.:会议被取消预约导致的会议结束 414100063 The meeting ends due to network error when guest waiting before meeting.:会前等待页面网络异常导致的会议结束 414100064 http return 429 error.:http 返回429错误 414100065 self is chairman.:已是主持人 414100066 self is cohost.:已是联席主持人 414100067 no cohost and chairman.:无主持人和联席主持人 414100068 no supported cohost and chairman.:无支持的主持人和联席主持人 414100069 Invalid user, enterprise or SP.:用户,企业或SP失效 414100070 not support offline join.:当前不支持离线入会 414100071 start confctrl websocket failed.:会控websocket建链失败 414100072 offline join query user token failed.:离线入会获取用户token失败 414100073 offline join query conference information failed.:离线入会获取会议信息失败 414100074 Chair end conf.:主持人结束会议 414100075 Timeover end conf.:会议到时间结束会议 414100076 callee refused.:被叫拒接 414100077 callee timeout.:被叫超时 414100078 force open camera conf hangup.:强制视频会议挂断 414100079 signal proxy address is not matched with site url.:信令代理与站点地址不匹配 414100080 conf end for projection failed.:投屏失败导致会议结束 414100081 conf end for projection end.:投屏结束导致会议结束 414100082 conf end for cancel..:投屏协商中大屏取消 414100083 Indicates end projection by sender with two members.:两方投屏会议投屏端结束投屏 414100084 Indicates end projection by receiver.:大屏端结束投屏 414100085 projection by sender with multi members.:多方投屏会议投屏端结束投屏 414100086 Opposite end hung up.:对端已挂断 415000001 DB is not initialized.:db未初始化 415000002 Common failure.:失败 415000003 Proxy detection has not been completed.:代理探测还没有完成 416000001 Invalid parameter.:参数错误 416000002 Track module is not initialized.:打点模块未初始化 416000003 Track event does not exist.:打点事件不存在 416000004 Not logged in.:未登录 416000005 Upload is not enabled.:未开启上传 419100001 Invalid parameter.:错误参数 419100002 Incorrect URI.:错误号码 419100003 Memory allocation failed.:内存分配失败 419100004 SDP error.:SDP错误 419100005 Connection does not exist.:连接不存在 419100006 Connection failure.:连接失效 419100007 Operation forbidden.:禁止操作 419100008 State error.:状态错误 419100009 No corresponding line data.:无对应线路数据 419100010 No corresponding registered instance.:无对应注册实例 419100011 No corresponding call instance.:无对应呼叫实例 419100012 No corresponding subscription instance.:无对应订阅实例 419100013 No corresponding Refer instance.:无对应Refer实例 419100014 No corresponding DIM instance.:无对应DIM实例 419100015 Failed to create header.:创建头域失败 419100016 Failed to parse header.:解析头域失败 419100017 Header not found.:没有找到头域 419100018 No SDP message body.:没有sdp消息体 419100019 Failed to get capability.:获取能力失败 419100020 Failed to compare capability.:比较能力失败 419100021 Failed to open logical channel.:打开逻辑通道失败 419100022 Encoding SDP failed.:编码SDP失败 419100023 Decoding SDP failed.:解码SDP失败 419100024 Negotiate to unsupported SDP.:协商到不支持的SDP 419100025 TPTD initialization failed.:TPTD初始化失败 419100026 TPT initialization failed.:TPT初始化失败 419100027 TXN initialization failed.:TXN初始化失败 419100028 UA initialization failed.:UA初始化失败 419100029 GLUE initialization failed.:GLUE初始化失败 419100030 HLLM initialization failed.:HLLM初始化失败 419100031 VCOM initialization failed.:VCOM初始化失败 419100032 SDP initialization failed.:SDP初始化失败 419100033 Multiple instance error.:多实例错误 419100034 Insufficient registration control blocks.:注册控制块不足 419100035 Insufficient subscription control blocks.:订阅控制块不足 419100036 Insufficient call control blocks.:通话控制块不足 419100037 Insufficient IM control blocks.:对话外控制块不足 419100038 Failed to parse URI xml to string.:解析xml的uri失败 419100039 Encryption negotiation failed.:加密协商失败 419100040 Local capabilities are not configured.:没有设置本地能力 419100041 BFCP token error.:bfcp令牌错误 419100042 DNS resolution error.:dns解析错误 419100043 Failed to get subscription state.:获取订阅状态失败 419100044 IPv4 is not supported.:不支持IPv4 419100045 IPv6 is not supported.:不支持IPv6 419100046 Unsupported host type.:不支持的主机类型 419100047 Failed to get timer.:获取定时器失败 419200001 Failed to get memmory.:内存不足 419200002 Msg is mull.:消息空指针 419200003 Invalid msg.:消息无效 419200004 Failed to receive.:消息接收失败 419200005 Time out.:消息处理超时 419200006 Not init.:未初始化 419200007 No dest:没有接收端 419200008 No app name.:无应用名称 419200009 Rehandle.:重复处理 419200010 Trace msg.:追踪信息失败 419200011 Failed send.:消息发送失败 419200012 Bad func.:函数异常 419200013 Msg notify.:消息通知失败 419200014 Failed find.:无法查找到消息 419200015 no msg.:没有消息 419200016 Failed to get module Id.:无法找到模块ID 419200017 tag not exist.:标签不存在 419200018 Queue has full:队列已满 419200019 tag already exist.:标签已存在 419200020 unknow error.:未知错误 420000001 Cannot receive sharing invitations.:无法接收共享邀请 420000002 ReportDTO parameter verification failed.:reportDTO参数校验失败 420000003 Report folder creation failed.:举报文件夹创建失败 420000004 Report folder compression failure.:举报文件夹压缩失败 420000005 The path of the ZIP file to be uploaded is empty.:待上传的ZIP文件路径为空 420000006 The size of the ZIP file to be uploaded reaches the maximum.:待上传的ZIP文件大小超过限制 420000007 The same person reported more than 100 times within 24 hours.:同一个人24小时内举报次数超过100次 420000008 Digital human error.:数字人服务异常 420000009 Screen lock.:屏幕锁定 430100001 Common Error.:通用错误 430100002 Invalid parameters.:参数错误 430100003 SIP connection check failed.:SIP连接检查失败 430100004 Timeout.:超时 430100005 In process.:接口正在处理中 430100006 Not initialized or initialization is not complete.:未初始化或初始化尚未完成。 430100007 Not supported in this release.:此版本不支持。 430100008 Operation interrupt.:操作中断。 430100009 Contact not found.:联系人不存在 430100010 Args length overrun.:参数长度超限 430100011 APPID info illegal.:APPID 信息入参不合法 430100012 E2EEncrypt algorithm error.:端到端加密算法不对称 430200001 unlogin.:未登录 430200002 Repeated login.:重复登录 430200003 SIP connection timeout.:SIP连接超时 430200004 Invalid login password.:用于登录的密码参数不合法 430200005 Password or account empty.:账号或密码不能都为空 430300001 The calling number, account number or third-party account number cannot be empty.:呼叫号码、账号或者第三方账号不能为空 430300002 Call account empty.:点对点呼叫账号为空 430300003 Call nickname empty.:点对点呼叫名字为空 430400001 Password required to join the meeting.:加入会议需要密码 430400002 Time zone error.:时区错误 430400003 The meeting duration is less than 1.:会议时长小于1 430400004 Joining the conference is interrupted.:入会被中断 430400005 Password input at least 4 digits.:密码输入至少4位 430400006 User voluntarily cancels.:用户主动取消 430400007 The guest password illegal.:来宾密码非法 430400008 Not in conference or in call.:不在会议或呼叫中 430400009 Already exist conf or call.:已存在一路会议或呼叫 430400010 ConfId empty.:会议id不能为空 430400011 Subject too long.:会议主题长度不能超过50 430400012 VMR host password length illegal.:主持人密码长度不合法 430400013 VMR name empty.:VMR名字为空 430400014 Conf starttime early.:会议的开始时间早于当前时间 430400015 Share is locked.:共享被锁定 430400016 Not in data conference.:不在数据会议中 430400017 Role not support operation:角色不支持该操作 430400018 Scan code expired:二维码过期 430400019 Scan code not support:二维码不支持 430400020 Version is outdated:大屏版本低 430500001 HTTP request, server exception.:HTTP请求,服务器异常 430500002 HTTP request, Connecting to the server times out.:HTTP请求,连接服务器超时 430500003 network unavailable.:网络不可用 430500004 file type illegal.:文件类型不合法 430500005 file copy error.:文件拷贝失败 430600001 Leave conf due to background freezing.:应用后台冻结导致离会 440001401 error no memory.:内存不足 440001402 opertation not be permitted.:操作无权限. 440001403 invalid argument.:参数非法. 440001404 IO error.:IO 错误. 440001405 timeout.:超时. 440001406 unknown error.:未知错误. 440001407 media service not available.:媒体服务不可用. 440001408 the state is not support this operation.:不支持的状态. 440001409 unsupport interface.:不支持的接口. 600000001 video layout mode is not supported.:视频布局模式不支持 600000002 pair erro.:配对错误 600000003 pair link is not exist.:配对链路不存在 600000004 cmd is not support.:命令不支持 600000005 action is running.:正在执行 600000006 mcu is not supported.:不支持mcu 600000007 operate mic error not in conf.:不在会议中 600000008 operate mic error no permission .:没有操作麦克风权限 600000009 operate mic error not allow unmute.:不允许取消静音 600000010 operate mic error audience not allow speak.:不允许开麦 600000011 operate camera error no permission.:观众无开启摄像头权限 600000012 operate camera error not allow open.:不允许开启摄像头 600000013 operate camera error not allow open low video bw.:低带宽不允许开启摄像头 600000014 param is incorrect.:音量参数不对 600000015 operate camera error require all attendees to open camera.:关闭摄像头失败,当前会议强制开启摄像头 600000016 Low performance cloud desktop devices will have restrictions on opening cameras.:低性能云桌面设备会中限制打开摄像头 600000017 spk sys api error.:扬声器系统api调用出错 510000403 Server forbidden.:服务器拒绝 510000404 Not found.:未发现 510000480 Temporary unavailable.:临时失效 510000486 Busy here.:这里忙 510000487 Request terminated.:请求终止 510000488 Request is not acceptable here.:这里请求不可接受 510000603 Decline.:丢弃 510000841 Hangup without toast.:挂断不弹框 510000842 Conference is locked.:会议被锁定 710000000 http error start:http错误码起始 710000001 Init fail:初始化失败 710000002 uninit:未初始化 710000003 invalid param:无效参数 710000004 invalid handle:无效handle 710000005 handle in using, can't be set:handle在使用中 710000006 current handle state not support this operation:当前handle状态不支持操作 710000007 alloc fail:内存申请失败 710000008 alloc handle fail:handle申请失败 710000009 tls mode error:tsl mode错误 710000010 invalid URL:无效的url 710000011 invalid head type:无效的头类型 710000012 open log file fail:打开日志文件错误 710000013 write log file fail:写日志文件错误 710000014 invalid file path:无效的文件路径 710000015 handle has been released:handle已经释放 710000016 create mutex fail:创建锁错误 710000017 lock mutex fail:加锁失败 710000018 unlock mutex fail:解锁失败 710000019 create thread fail:创建线程失败 710000020 not support this function:不支持该功能 710000021 svn socket create fail:svn socket创建失败 710000022 svn socket connect fail:svn socket 连接失败 710000023 svn socket select fail:svn socket选择失败 710000024 svn socket send fail:svn socket发送失败 710000025 svn socket recv fail:svn socket接收失败 710000026 get hostname fail:获取主机名失败 710000027 IP net transfer fail:IP网络传输失败 710000028 response parse fail:响应解析失败 710000029 invalid auth mode:无效鉴权模式 710000030 is not login:未登录 710000031 is logining:正在登录 710000032 is TIMEOUT:超时 710000033 is logined:已登录 710000034 is inited:已初始化 710000035 is LogPath is too long:日志路径太长 710000036 is LogPath is empty:日志路径为空 710000101 unsupported protocol:不支持的协议 710000102 curl failed init:curl初始化失败 710000103 url malformat:url格式错误 710000104 not built in:未内置 710000105 couldn't resolve proxy:无法解析代理 710000106 cloudn't resolve host:无法解析主机 710000107 couldn't connect:无法连接 710000108 ftp weird server reply:ftp无法识别的服务器回复 710000109 a service was denied by the server due to lack of access-when login fails this is not returned:远程访问被拒绝 710000110 ftp accept failed:ftp接收失败 710000111 ftp weird pass reply:ftp weird pass 回复 710000112 timeout occurred accepting server:ftp接收超时 710000113 ftp weird pasv reply:ftp pasv 回复 710000114 ftp weird 227 format:ftp 277格式 710000115 ftp can't get host:ftp无法获取主机 710000116 NOT USED:未使用, 仅占位 710000117 couldn't set type:不可设置类型 710000118 partial file:部分文件 710000119 ftp couldn't fetr file:ftp无法获取文件 710000120 NOT USED:未使用, 仅占位 710000121 quote command failure:引用命令失败 710000122 http returned error:http返回错误 710000123 write error:写错误 710000124 NOT USED:未使用, 仅占位 710000125 failed upload command:失败的上传命令 710000126 couldn't open/read from file:无法打开/读文件 710000127 CURLE_OUT_OF_MEMORY may sometimes indicate a conversion error! instead of a memory allocation error if CURL_DOES_CONVERSIONS is defined:内存分配不足 710000128 the timeout time was reached:请求超时 710000129 NOT USED:未使用, 仅占位 710000130 FTP PORT operation failed:ftp port操作失败 710000131 the REST command failed:rest命令失败 710000132 NOT USED:未使用, 仅占位 710000133 RANGE command didn't work:范围命令不起作用 710000134 http post error:http post错误 710000135 wrong when connecting with SSL:使用SSL连接时出错 710000136 couldn't resume download:无法继续下载 710000137 couldn't read file:无法读取文件 710000138 ldap can'tbind:ldap无法绑定 710000139 ldap search failed:ldap搜索失败 710000140 NOT USED:未使用, 仅占位 710000141 function not found:找不到函数 710000142 aborted by callback:通过回调终止 710000143 function argument:函数变元 710000144 NOT USED:未使用, 仅占位 710000145 interface failed:接口失败 710000146 NOT USED:未使用, 仅占位 710000147 too many redirects:重定向太多 710000148 unknown option:未知选项 710000149 Malformed telnet option:格式错误的telnet选项 710000150 NOT USED:未使用, 仅占位 710000151 peer's certificate or fingerprint wasn't verified fine:对方的证书或指纹未通过验证 710000152 got nothing:什么都没有 710000153 ssl engine not found:找不到ssl引擎 710000154 ssl engine set failed:ssl引擎设置失败 710000155 send error:发送错误 710000156 recv error:接收错误 710000157 NOT USED:未使用, 仅占位 710000158 problem with the local certificate:本地证书有问题 710000159 couldn't use specified cipher:无法使用指定的密码 710000160 problem with the CA cert (path?):CA证书有问题(路径?) 710000161 Unrecognized/bad encoding:无法识别/编码错误 710000162 Invalid LDAP URL:无效的LDAP url 710000163 Maximum file size exceeded:超过最大文件大小 710000164 Requested FTP SSL level failed:请求的FTP ssl级别失败. 710000165 Sending the data requires a rewind that failed:发送数据需要失败的倒带 710000166 failed to initialise ENGINE:无法初始化SSL引擎 710000167 user, password or similar was not accepted and we failed to login:用户,密码或类似的不被接受, 无法登录 710000168 file not found on server:在服务器上找不到文件 710000169 permission problem on server:服务器上的权限问题 710000170 out of disk space on server:服务器上的磁盘空间不足 710000171 Illegal TFTP operation:非法的TFTP操作 710000172 Unknown transfer ID:未知的传输ID 710000173 File already exists:文件已经存在 710000174 No such user:无此用户 710000175 conversion failed:转换失败 710000176 caller must register conversion callbacks using curl_easy_setopt options:调用者必须使用curl_easy_setopt选项注册转换回调 710000177 could not load CACERT file, missing or wrong format:无法加载CACERT文件,缺少CACERT文件或CACERT文件的格式不正确 710000178 remote file not found:未找到远程文件 710000179 error from the SSH layer, somewhat generic so the error message will be of:来自SSH层的错误,有点通用. 710000180 Failed to shut down the SSL connection:未能关闭SSL连接 710000181 socket is not ready for send/recv,wait till it's ready and try again:套接字尚未准备好发送/接收,请等待它准备就绪,然后重试 710000182 could not load CRL file, missing or wrong format (Added in 7.19.0):无法加载CRL文件,缺少或格式错误(在7.19.0版本中新增) 710000183 Issuer check failed.:颁发者检查失败。 710000184 a PRET command failed:PRET命令失败 710000185 mismatch of RTSP CSeq numbers:RTSP CSeq编号不匹配 710000186 mismatch of RTSP Session Ids:RTSP会话ID不匹配 710000187 unable to parse FTP file list:无法解析FTP文件列表 710000188 chunk callback reported error:区块回调报告错误 710000200 200 http/https:200 http/https成功响应 710000201 create handle failed:创建句柄失败 710000202 set head failed:设置头失败 710000300 proxy timeout:代理通信超时,tcp建链失败,大概率是代理配置错误 710000301 closed by proxy:连接被代理断开,大概率是服务器地址配置错误 710000302 tcp timeout:tcp建链超时,大概率是proxy域名或者端口配置错误 710000303 Authentication failed. proxy permission denied:认证鉴权过程失败,用户没有proxy权限,需要申请proxy权限 710000304 Authentication failed. user or password error!:认证鉴权过程失败,代理用户名或者密码错误 710000305 Authentication failed. auth type error!:认证鉴权过程失败,错误的认证类型,同时需要用户名、密码,需要提示用户输入 710000306 Authentication failed.:认证鉴权过程失败,其他未知错误,有可能是不支持认证方式,建议弹框提示用户重新发起 710000400 active error!:激活失败 910000001 Server error.:服务器异常 910000002 SFU service failure.:sfu服务故障 910000003 Service unavaliable 503.:服务不可达503 910000004 Internal error.:内部错误 910000005 Kicked off.:被踢 910000006 Signature expired.:签名过期 910000007 Reconnect timeout.:重连超时 910000008 Network detection.:网络检测,UI不需要关注该错误码,不对外体现 910000009 User is removed.:用户移除 910000010 The room is dismissed.:房间解散 910000013 The app sleeps for a long time.:App长时间休眠 910000014 Auth failed.:鉴权失败 910000015 Auth retry.:鉴权重试 910000016 Auth clock sync.:时钟同步 910000017 Url not right.:Url错误 934000021 share user number exceeds max.:共享用户数超过最大值 990000001 Internal error.:内部错误 990000002 Message too large.:消息长度太大 990000003 Insufficient memory.:内存不足 990000004 Failed to send message synchronously.:同步发送消息失败 990000005 Parameter error.:参数错误 990000006 Call ID order error.:呼叫ID时序错误 990000007 Failed to set local screen.:设置本端画面失败 990000008 Failed to open remote screen.:开启远端画面失败 990000009 Device configuration failed.:设备配置失败 990000010 Initializing.:初始化中 990000011 Deinitializing.:去初始化中 990000012 Uploading log.:正在日志上传中 990000013 Failed to get media port.:获取媒体端口失败 990000014 The maximum number view window reached .:选看窗口超过规格数 990000015 Media negotiation failed.:媒体协商失败 990000016 Server no response.:服务器没有响应 990000017 Role switch failed.:角色切换失败 990000018 Failed to join room.:加入房间失败 990000019 Failed to join room. Status is busy.:非空闲状态 990000020 Failed to join room. Server error.:加入房间失败,服务器异常 990000021 Failed to join room. Service unavaliable.:加入房间失败,服务不可达 990000022 Failed to join room. Authentication failed.:加入房间失败,鉴权失败 990000023 Failed to join room. Authentication retry.:加入房间失败,鉴权重试 990000024 Failed to join room. Clock synchronization.:加入房间失败,时钟同步 990000025 Failed to join room. URL error.:加入房间失败,url错误 990000026 Kicked off.:被踢 990000027 Share failed.:共享失败 990000028 Currently in external media output mode, this operation is forbidden.:当前为外部媒体输出模式,禁用该操作 990000029 Reconnection failed.:重连失败 990000030 Server break down.:服务器宕机 990000031 Signature has expired.:签名已过期 990000032 Failed to set remote window mode.:设置远端窗口模式失败 990000033 Failed to subscribe or unsubscribe audio.:订阅或取消订阅音频失败 990000034 Failed to connect to other room.:连接其他房间失败 990000035 Failed to disconnect other room.:断开连接其他房间失败 990000036 Role switching is not allowed.:不允许角色切换 990000037 Currently in third-party capture mode, this operation is forbidden.:当前为第三方采集模式,禁用该操作 990000038 Failed to set third-party audio capture.:设置第三方音频采集失败 990000039 Failed to set third-party video capture.:设置第三方视频采集失败 990000040 Failed to set share sound switch.:设置共享声音开关失败 990000041 Failed to start or stop upstream audio stream.:启停上行音频流失败 990000042 Failed to start or stop upstream video stream.:启停上行视频流失败 990000043 User is removed.:用户被移除 990000044 The room is dismissed.:房间被解散 990000045 Failed to set remote View.:设置远端View失败 990000052 Failed to join room because room full.:房间已满,加入失败 990000053 mmr network error.:mmr网络问题 990000060 max count error.:超过最大数量
-
错误码表 表1 错误码说明 错误码 错误描述 -1 Unknown error.:未知错误 0 Success.:成功 100000429 server flow control.:服务端流控错误 111070001 Request error.:请求错误 111070002 Insufficient permissions.:权限不足 111070003 System processing failure.:系统处理失败 111070004 Meeting authentication failed.:校验失败 111070005 Meeting does not exist.:会议不存在 111070006 Personal cloud meeting room does not exist.:个人云会议室不存在 111070007 Meeting access number does not exist.:会议接入号不存在 111070008 Meeting notification could not be sent.:会议通知模板配置错误 111070009 Meeting password cannot be left blank.:会议密码不能为空 111070010 Insufficient permissions to view this meeting.:权限不足,无法查看会议 111070100 Get started meeting exception.:获取召开会议异常 111070101 Start meeting exception.:开始会议异常 111070102 Apply IVR resource exception.:申请IVR资源异常 111070103 Start IVR meeting exception.:开始IVR会议异常 111070104 Apply site resource exception.:申请会场资源异常 111070105 Start sub meeting exception.:开始子会议异常 111070106 Add channel exception.:创建级联通道异常 111070107 Move and apply site resource exception.:移动会场申请资源异常 111070108 Start meeting exception.:开启会议异常 111070109 Get started cloud meeting exception.:获取召开云会议室会议异常 111070110 Invite site exception.:邀请会场异常 111070111 Request token is null.:请求token为空 111070112 Rename site exception.:重命名会场异常 111070113 Hangup site exception.:会场挂断异常 111070114 Mass hangup site exception.:会场批量挂断异常 111070115 Delete attendee exception.:删除与会者异常 111070116 Mass delete attendee exception.:批量删除与会者异常 111070117 Book cycle meeting exception.:预定周期会议异常 111070118 Modify cycle meeting exception.:修改周期会议异常 111070119 Create cycle meeting exception.:创建周期会议异常 111070120 Region data not found.:区域信息获取失败 111070121 Forbidden subscribe.:禁止订阅 111070122 Cancel subscribe fail.:取消订阅失败 111071001 Sysportal service exception.:Sysportal服务运行异常 111071002 Conf service exception.:Conf服务运行异常 111071003 Failed to create the meeting. Try again later.:创建会议失败,请稍后重试 111071004 This cloud meeting room does not allow guests to join before the host.:VMR会议不允许来宾在主持人入会前入会 111071005 This cloud meeting room has been scheduled for another meeting during this period.:VMR会议时间冲突,该时间段此会议室已有预约会议 111071006 Insufficient cloud meeting time.:VMR会议时长不足 111071007 Meeting does not exist.:VMR预约关系不存在 111071008 Cannot query meeting list.:查询会议列表失败 111071009 Cannot change cloud meeting into immediate meeting.:不支持修改VMR会议为立即会议 111071010 Cannot modify cloud meeting flag.:不支持修改云会议室标识 111071011 The cloud meeting has not yet started. Please wait.:VMR会议未到准备时间点 111071012 Not cloud meeting.:非VMR会议 111071013 Start time less than current time.:会议开始时间不能早于系统当前时间 111071014 Start time over max schedule time.:会议开始时间超出最大预订时间范围 111071015 Duration over range.:时长超出范围 111071016 Cycle ID list null exception.:取消周期会议ID列表不能为空 111071017 Meeting size over range.:与会方数超出范围 111071018 Invalid media type.:媒体类型非法 111071019 Invalid meeting type.:会议类型非法 111071020 Cycle params null exception.:周期会议时,必须携带周期会议参数 111071021 Duration over range.:会议时长超出范围 111071022 Subject length too long.:会议主题超长 111071023 Group URI length too long.:groupuri超长 111071024 Invalid email address format.:邮箱地址不合法 111071025 Invalid mobile number format.:手机号不合法 111071026 Department name too long.:部门名称过长 111071027 Invalid welcome voice enable value.:入会欢迎词开关不在范围内 111071028 Invalid enter voice enable value.:入会提示音开关不在范围内 111071029 Invalid leave voice enable value.:离会提示音开关不在范围内 111071030 Invalid reminders value.:会议提醒非法 111071031 Invalid allow record value.:会议是否启用网络录制取值非法 111071032 Invalid auto record value.:会议是否自动启动录制取值非法 111071033 Invalid user type value.:会预定者的用户类型非法 111071034 Invalid encrypt mode value.:加密类型非法 111071035 Invalid language value.:语言非法 111071036 Invalid auto prolong value.:是否自动延长会议取值非法 111071037 VmrID too long.:vmrid超长 111071038 Invalid record type value.:录播类型非法 111071039 Live address too long.:主流直播地址超长 111071040 Aux address too long.:辅流直播地址超长 111071041 Null start date for cycle meeting.:周期会议时,起始日期为空 111071042 Null end date for cycle meeting.:周期会议时,结束日期为空 111071043 Invalid cycle type value for cycle meeting.:周期会议时,周期类型非法 111071044 Invalid interval for cycle meeting.:周期会议时,interval非法 111071045 Null point for cycle meeting.:周期会议时,point为空 111071046 Invalid point value for cycle meeting.:周期会议时,point非法 111071047 Invalid vmr flag value.:vmrFlag非法 111071048 Invalid record auxStream.:recordAuxStream非法 111071049 Invalid multiStream flag.:multiStreamFlag非法 111071050 Invalid audience flag.:audienceFlag非法 111071051 Invalid liveChannel ID.:liveChannelID不存在 111071052 Anonymous login is locked. Try again later.:匿名登录锁定,请稍后重试 111071053 Link login is locked. Try again later.:链接登录锁定,请稍后重试 111071054 Not enough Meeting ID.:会议ID不足 111071055 Failed to apply meeting ID.:会议ID申请失败 111071056 Failed to release meeting ID.:会议ID释放失败 111071057 Live room is used.:直播房间已被占用 111071058 The meeting has not yet started. Please wait.:当前会议还未召开,请耐心等待 111071059 Meeting size over range.:与会方数超出上限 111071060 The enterprise cannot create meetings because it has not purchased any concurrent meeting resources.:企业未配置并发会议资源,无法使用个人会议ID和随机会议ID发起会议 111071061 Parameter verify failed.:参数校验失败 111071062 Json conversion failed.:JSON转换失败 111071063 Not cloud meeting room owner.:非云会议室拥有者 111071064 This cloud meeting room has been started for another meeting during this period.:VMR会议冲突,当前已有会议正在召开 111071065 This meeting cannot be modified because it is already started.:正在召开会议,无法编辑会议详情 111071066 Attendees amount over range.:与会方数量超出上限 111071067 This meeting cannot be canceled because it is already started.:会议正在召开中,不允许取消会议 111071068 Meeting password encrypt failed.:会议密码加密失败 111071069 No meeting during this period.:选定的时间中没有会议 111071070 Sub cycle meeting cannot modify live room.:周期会议子会议不允许修改直播房间 111071071 Stop online meeting exception.:结束会议失败 111071072 Meeting is ended.:会议已经结束 111071073 Not allow anonymous user.:会议不允许匿名用户呼入 111071074 Only allow user in organization.:会议只允许企业内用户呼入 111071075 Only allow invited user.:会议只允许被邀请用户呼入 111071076 Batch export task for history meeting list during this period.:当前有正在执行的批量导出任务 111071077 Only allow invited user and user in organization.:会议只允许被邀请或者企业内用户用户呼入 111071078 Max current participants amount reached.:企业单会议并发方数已达上限 111071079 Invalid CTD param.:ctd会议参数不合法 111071080 Invalid guest password.:来宾密码不合法 111071081 Guest password conflict with meeting ID.:来宾密码与会议ID冲突 111071082 Max meeting amount reached.:会议数达到上限 111071083 Invalid meeting random number.:无效的会议随机数 111071084 Max export history meeting list times reached.:导出历史会议次数超出允许的值 111071085 Max multi view layouts reached.:会议多画面布局超出限制 111071086 Max multi view invalid manual type.:会议多画面模式非法 111071087 Max multi view sub view amount reached.:会议多画面子画面个数超出限制 111071088 Max multi view sub view numbers reached.:会议多画面子画面会场数超出限制 111071089 Webinar and common meeting cannot be converted to each other.:网络研讨会不能修改为普通会议,普通会议也不能修改为网络研讨会 111071090 Not allow add audience.:不支持添加观众 111071091 Meeting password authentication failed.:密码错误 111071092 File export task failed.:导出文件任务失败 111071093 File export task is downloading.:导出文件正在处理中 111071094 Not allow audience to join.:会议不允许观众入会 111071095 Need to get WEBINAR_CONF_DTO object.:需要获取WEBINAR_CONF_DTO对象 111071096 User-defined languages over range.:自定义语言个数超出范围 111071097 Your enterprise does not support simultaneous interpretation.:企业不支持同声传译 111071098 Need to set interpreter groups.:需要设置传译组信息 111071099 Invalid interpretation language.:传译组语言非法 111071100 Max languages in a meeting are reached.:单会议最大支持16种语言 111071101 This interpreter group ID already exists.:传译组的组号重复 111071102 Max interpreters in the interpreter group reached.:传译组中传译员的个数达到上限 111071103 This interpreter already exists in an interpreter group.:传译员重复 111071104 Invalid interpreter account.:传译员账号不存在 111071105 Guest password conflict with chairman password.:来宾密码与主持人密码冲突 111071106 Meeting is holding.:云会议室已有会议正在召开 111071107 Invalid audience password.:观众密码不合法 111071108 Audience password conflict with meeting id.:观众密码与会议ID冲突 111071109 Audience password conflict with chairman password.:观众密码与主持人密码冲突 111071110 Only RTC meeting support E2E encrypt.:非RTC会议不支持端到端加密 111071111 Audience password conflict with guest password.:观众密码与来宾密码冲突 111071112 Cloud meeting room ID type cannot be modified.:不支持修改会议ID类型 111071113 Cloud meeting room type cannot be modified.:不支持修改VMR类型 111071114 Cloud meeting room flag cannot be modified.:不支持修改VMR标识 111071116 conf number over max allowed.:超出最大在线会议数限制 111071119 Sub cycle meeting modify time over range.:周期会议修改时间超出范围 111071147 Server region is change.:服务器站点变更 111071151 Share VMR not enough.:无共享云会议室资源 111071152 not allow join external crop conf.:被呼叫方所在企业限制加入外部会议 111072001 Application for meeting resources failed.:申请资源失败 111072002 Failed to release meeting resources.:释放资源失败 111072003 The meeting is ending.:会议正在结束 111072004 The meeting is starting.:会议正在开始 111072005 The meeting has not yet started.:会议还未开始 111072006 The meeting has ended.:会议已经结束 111072007 Site invitation failed.:邀请会场失败 111072008 Site does not exist.:会场不存在 111072009 Failed to disconnect the site.:挂断会场失败 111072010 Coming soon...:功能暂未支持,敬请期待... 111072011 Meeting status incorrect.:会议状态非法 111072012 Site control operation failed.:会场会控操作失败 111072013 The cloud meeting room is in use by another meeting.:当前VMR会议非目标会议 111072014 The meeting has ended.:VMR会议已过期 111072015 The meeting has not yet started.:VMR会议还未开始 111072016 Meeting does not exist.:VMR预约记录不存在 111072017 Meeting has no attendee.:会议与会者不存在 111072018 Application for chairman password exception.:申请主持人密码错误 111072019 Not found site which can be moved exception.:没有找到可以移动的会场 111072020 The current meeting is not a recording meeting. Recording is not supported.:非录播会议不支持录制 111072021 System processing failure.:录播调度失败 111072022 Insufficient recording resources in the system.:录播资源不足 111072023 There are no participants in this meeting.:会议中没有与会人 111072024 Operation failed. No sites have joined this meeting.:请确保会议中已有会场入会 111072025 Voice meeting does not support this function.:语音会议不支持该功能 111072026 The voice site does not support this operation.:语音会场不支持该操作 111072027 Voice sites cannot be displayed in custom continuous presence.:手动设置的多画面中无法显示语音会场 111072028 At least one site must have custom continuous presence configured.:手动设置的多画面中需最少设置一个会场 111072029 At most one presentation pane is allowed in custom continuous presence.:手工设置的多画面最多只允许一个辅流子画面 111072030 In the voice-activated continuous presence mode, each pane can only support a single user.:声控多画面模式下,每个子画面最多只允许一个用户 111072031 The number used for the site to join the meeting cannot be left blank.:与会者的入会号码不允许为空 111072032 The number used for the site to join the meeting is too long.:与会者的入会号码长度超过系统允许的最大值 111072033 The format of the number used for joining the meeting is incorrect. (Correct format: User name name/IP address:Port number or Country code plus phone number):与会者的入会号码格式非法(支持SIP、TEL号码格式) 111072034 Length of site name too long.:与会者的名称长度超过系统允许的最大值 111072035 The site role type is outside the allowed range.:与会者的角色类型不在系统允许的取值范围内 111072036 Length of site email address too long.:与会者的邮箱地址长度超过系统允许的最大值 111072037 Length of site mobile number too long.:与会者的手机号码长度超过系统允许的最大值 111072038 The value for whether a site is muted after it first joins the meeting is outside the allowed range.:与会者入会后是否静音的取值不在系统允许的取值范围内 111072039 The value for whether to automatically invite a site is outside the allowed range.:与会者是否自动邀请的取值不在系统允许的取值范围内 111072040 The host's site viewing type is outside the allowed range.:主持人选看类型取值不在系统允许的取值范围内 111072041 The value of the continuous presence setting mode is outside the allowed range.:设置多画面方式取值不在系统允许的取值范围内 111072042 The polling time is outside the allowed range.:轮询显示时间取值不在系统允许的取值范围内 111072043 The pane type cannot be left blank.:画面类型不允许为空 111072044 Invalid pane type.:画面类型非法 111072045 The value of the switch is outside the allowed range.:开关项取值不在系统允许的取值范围内 111072046 The site name cannot be left blank.:与会者的名称不允许为空 111072047 Site name too long.:与会者的名称超过系统允许的最大值 111072048 Continuous presence is not supported. Ask the administrator to configure related data on the MCU.:不支持多画面,请联系管理员开启MCU配置 111072049 Response timed out. Try again later.:等待响应超时 111072050 Meeting locked.:会议被锁定 111072051 The meeting display mode is empty.:会议显示模式为空 111072052 The meeting display mode is outside the allowed range.:会议显示模式不在系统允许的取值范围内 111072053 The meeting pane type is outside the allowed range.:会议画面类型不在系统允许的取值范围内 111072054 The banner or caption type is empty.:横幅或字幕类型为空 111072055 The banner or caption content is empty.:横幅或字幕的内容为空 111072056 The banner or caption content cannot exceed 2,000 bytes.:横幅或字幕的内容长度超过2000字节 111072057 The request message body is empty.:请求消息体为空 111072058 The pane index is greater than the total number of panes.:子画面索引大于画面总数 111072059 Meeting has no host.:会议中没有主持人 111072060 Regular participants cannot perform this operation.:当前普通与会方类型不支持该操作 111072061 You have set host polling and cannot select a specific site to view or set continuous presence.:前主持人正在轮询观看会场,不能单独选看其他会场或会议多画面 111072062 You cannot select a site to view on the web page. Perform the operation on the terminal.:当前主持人与会方类型不支持该操作 111072063 Applying for recording resources...:录制资源重新申请错误码 111072064 Too many failed login attempts. Try again later.:会控登录锁定 111072065 The meeting ID or password is incorrect. Check the ID and password and try again.:会议不存在或密码错误 111072066 The enterprise has not purchased any recording storage space.:企业未购买录播空间 111072067 Insufficient enterprise recording storage space.:企业录播空间已满 111072068 Failed to start live broadcast. Try again later.:启动直播失败 111072069 Not allow to hand up for host.:不允许指定会议主持人举手发言 111072070 The operation is not allowed for guest.:来宾不允许进行该操作 111072071 The operation is only allowed for yourself.:仅能对自己进行操作 111072072 Not allow to apply host for attendees who do not have meeting control abilites.:没有会控能力的与会者不允许设置为主持人 111072073 Notify message is expired.:推送消息已过期 111072074 Only participants with a number registered on HUAWEI CLOUD can be set as the host.:云下会场不能成为主持人 111072075 Hung up site for meeting ended.:会议结束挂断会场 111072076 Hung up site by host.:主持人挂断会场 111072077 Hung up site because host deleted site.:主持人删除会议挂断会场 111072078 Hung up site because meeting is recreated.:重建会议挂断会场 111072079 Hung up site for moving site failed.:移动会场失败挂断会场 111072080 Hung up site for inviting site cross region failed.:跨region邀请会场失败挂断会场 111072081 Hung up site for invitation exception.:邀请会场失败挂断会场 111072082 Hung up site for joining meeting repeatedly.:会场重复入会挂断会场 111072083 Lock sharing failed.:锁定共享失败 111072084 This site does not support 1-screen layout.:云下会场禁止设置在多画面一画面中 111072085 Not support realtime subtitle.:会议不支持实时字幕 111072086 Realtime subtitle pid is null.:会议实时字幕指定发言人列表为空 111072087 Invalid realtime subtitle pid.:会议实时字幕指定发言人ID有误或已离会 111072088 Failed to set realtime subtitle.:会议实时字幕设置失败 111072089 Not allow audience to change speaker status.:不允许观众解闭音 111072090 Allow/forbid audience to speak only for audience.:主持人允许/禁止观众说话接口只能操作观众 111072091 This meeting does not support simultaneous interpretation.:会议不支持同声传译 111072092 Interpreter group is empty.:会议当前传译组为空,请先配置传译组 111072093 This meeting has not enable simultaneous interpretation.:会议未开启同声传译 111072094 This site is not interpreter.:当前会场非传译员 111072095 This site has not yet confirmed interpreter identity.:传译员未确认身份 111072096 Invalid site language.:会场选择的语言非法 111072097 This site is confirmed interpreter.:当前会场是已确认的传译员 111072098 This site listen channel is different from speak channel.:普通会场听说频道不一致 111072099 Failed to set interpretation languages. Try again.:设置会议语言频道失败 111072100 Failed to set interpretation channel. Try again.:设置会场语言频道失败 111072101 Max participant amount reached.:超过设置的会议方数 111072102 Max allowed handup amount reached.:观众超过最大允许举手数 111072103 Max allowed speaking amount reached.:观众超过最大允许发言数 111072104 Failed to set virtual audio CSD site.:设置级联通道虚拟语言会场失败 111072105 This meeting does not support cohost.:该会议未启用联席主持人 111072106 This site does not support cohost.:该会场不支持联席主持人 111072107 Host cannot be set to cohost.:不支持设置主持人为联席主持人 111072108 Audience cannot be set to cohost.:不支持设置观众为联席主持人 111072109 Need to check cohost permission.:需要去主会议所在region判断是否为联席主持人 111072110 Cohost cannot operate host.:联席主持人不能操作主持人 111072111 This site does not support share invitation.:当前会场不支持邀请共享能力 111072126 request include special character.:请求参数包含特殊字符 111072201 Hung up site because heart beat failed.:与终端心跳中断导致挂断会场 111072202 Insufficient audience cloud meeting room logic resources.:观众数超过VMR套餐中的观众最大并发资源数 111072203 Insufficient participant cloud meeting room logic resources.:主持人与嘉宾超过VMR套餐中的最大并发资源数 111072204 Insufficient webinar resources, so started failed.:网络研讨会套餐已经有在线会议,被占用,激活失败 111072205 Only RTC conf support local record.:非RTC会议不支持本地录制 111072206 Invalid E2E encryption parameter.:端到端加密参数非法 111072207 Not allow to switch role in webinar.:网络研讨会不允许进行角色转换 111072208 The client version used by the user is too early. Cannot start local recording.:客户端不支持本地录制 111072211 Meeting is under AR assist.:会议已经在进行AR协作 111072213 Audience cannot be set to host.:观众不能设置为主持人 111072214 Rename param contains sensitive words.:改名涉及敏感词错误 111072222 Indicates record start exception.:启动云录制失败,请联系管理员 111072223 Indicates record paused exception.:暂停云录制失败,请联系管理员 111072224 Indicates record stop exception.:停止云录制失败,请联系管理员 111072225 Indicates live start exception.:启动直播失败,请联系管理员 111072226 Indicates live stop exception.:停止直播失败,请联系管理员 111072227 Indicates sensitive words.:信息中包含敏感词 111072403 Not support AUX conf.:不支持新辅流会议 111072504 Max participants in a single meeting reached.:达到系统单个会议人数上限 111072507 waiting room user is leaved.:等候室准入用户已经离会 111072508 waiting room user is joined.:等候室准入用户已经准入 111072512 This site does not support screen shots.:当前会场不支持禁止截屏 111072516 This apply for new mmrId reach limit.:请求更换mmrId达到上限 111072520 Turn on Prohibit mobile viewing and sharing, and prohibit inviting mobile sharing.:开启禁止移动端看共享,禁止邀请移动端共享 111072521 Not allow invitation from external organization.:当前被邀用户不允许被外部成员呼叫入会 111072531 Not allow join external crop conf.:企业已限制加入外部会议,可联系企业管理员处理 111072532 Not allow invitation from external crop.:当前被邀用户所在企业限制加入外部会议 111072599 Conference manager is valid, not support offline join.:当前管理面正常,不允许离线操作 111073001 User does not exist.:用户不存在 111073002 Department does not exist.:组织不存在 111073003 Invalid username format.:用户非法 111073004 Invalid department name format.:组织非法 111073005 Could not query department.:查询组织失败 111073006 Application for anonymous user failed.:申请匿名用户失败 111073007 Invalid cloud meeting room package status.:VMR套餐状态非法 111073008 Failed to Release anonymous user.:释放匿名用户失败 111073009 Not support cycle meeting for welinkC.:WeLinkC 不支持预约周期会议 111073010 Not support cloud meeting room for welinkC.:WeLinkC 不支持预约VMR会议 111073011 Failed to get Welink token.:获取WeLink Proxy Token失败 111073012 Failed to Get M to M token.:获取机机账号Token失败 111073013 Invalid webinar cloud meeting package status.:网络研讨会VMR套餐状态非法 111073014 Max extend times for cloud meeting trial version reached.:会议延长次数超出VMR试用套餐可延长的最大次数 111073015 Max extend duration for cloud meeting trial version reached.:会议延长时间超出VMR试用套餐单次会议最大时长 111073016 Not support auto extend meeting for cloud meeting trial version.:VMR试用套餐不支持自动延长 111074001 This meeting host already exists.:IDO主持人已经存在 111074002 No meeting host permissions.:无IDO主持人权限 111074003 Failed to extend the meeting. Max meeting duration reached.:延长会议失败,会议已达到最大时长 111074004 Failed to extend the meeting. The service processing is abnormal.:延长会议失败,服务处理异常 111075001 Failed to start timer.:启动定时器失败 111075002 Failed to end timer.:停止定时器失败 111075003 Json parse failed.:json转换异常 111076001 Released by host.:会场被终端主持人挂断 111076002 Released by portal host.:会场被portal主持人挂断 111076003 Max number of participants reached.:超出VMR最大方数 111076004 Insufficient enterprise resources.:企业并发数不足 111076005 Not answered.:会场无响应 111076006 User does not exist.:会场不存在 111076007 Offline.:会场离线 111076008 Busy.:忙 111076009 Rejected by user.:拒接 111076010 Released by user.:会场挂断 111076011 Insufficient meeting resources in the system.:媒体资源不足 111076012 Outbound calling disabled.:PSTN服务未开通 111076013 Application for address token failed.:申请地址本鉴权信息失败 111076014 Call failed.:SIP呼叫超时 111076015 Max number of participants reached.:超过设置的会议方数 111076017 Invalid user.:用户失效 111076018 Invalid enterprise.:企业失效 111076019 Invalid SP.:SP失效 111076022 Not allow joining by scanning for hard device.:企业配置来宾不允许扫码邀请硬终端入会* 111076028 Not allow conf control.:会议正在进行AR协作,禁止共享/分组会议/释放主持人等会控操作* 111076029 Not allow AR Assist.:会议正在进行共享/分组会议, 禁止进行AR协作* 111076040 Network error need restart share.:网络异常,需要重新发起共享 111076045 Invite user expiration.:被叫用户失效 111076099 Common error.:通常失败 111077001 RSE server info does not exist.:RSE录播相关错误码 111077101 Not support AI record.:会议不支持AI会议纪要 111077102 Reapplying for AI record resource.:正在重新申请会议纪要资源 111077103 Insufficient AI record resource.:AI会议纪要资源不足 111077104 In AI recording, the meeting cannot stop live or recording.:会议处于AI会议纪要状态,不允许停止录制/直播 111077201 Record file does not exist or have no permission.:录播文件已删除或您无权观看,请确认后重试 111077202 RSE authentication failed.:RSE机机鉴权失败 111078000 No available region in multi region.:没有可用Region 111078001 No available global in multi region.:没有可用Global 111078002 Dispatch region error in multi region.:多region 分发region错误 111079000 Failed to phrase big data param query xml.:大参数查询xml解析失败 111079001 Failed to phrase anonymous assign xml.:匿名账号分配xml解析失败 111080001 Bad request.:请求消息参数错误 111080002 Insufficient permissions.:用户无权限进行该操作 111080004 Site data not found or deleted.:会场不存在或已被删除 111080090 Common error.:IM通用错误 111080096 The sender information is invalid.:IM发送者信息非法 111080097 Basic conference information is missing.:会议基础信息缺失 111080098 User site information is missing.:用户会场信息缺失 111080099 Invalid IM channel.:IM频道非法 111080100 Forbid chat.:禁止聊天 111080101 Invalid chat target.:聊天目标非法 111080102 Allow public chat only.:仅允许公开聊天 111080104 Invalid msgId.:查询msgId非法 111080105 Invalid message type.:消息类型非法 111080106 The message content is too long.:消息内容过长 111080205 Message sending is controlled.:消息发送被流控 111081001 Site is inviting.:会场正在通话中 111081002 Site meeting does not exist or is ended.:会场所在会议不存在或已结束 111081003 Failed to apply site resource.:申请会场资源失败 111081004 Failed to release site resource.:释放会场资源失败 111081005 Failed to apply site media resource.:申请会场媒体资源失败 111081006 Authentication failed.:认证失败 111081007 Meeting is locked.:会议已经被锁定 111081009 Login is locked because max authentication times reached.:会议鉴权失败次数已达上限被锁定 111081010 Waiting user restrictions.:等候用户限制 111082001 Not support this control.:不支持该会控 111082002 No response.:无响应 111082003 Site not exist.:会场不存在 111082004 Site unavailable.:会场离线 111082005 Site busy.:会场正忙 111082006 Site refused.:会场拒接 111082007 Site leave.:会场挂断 111082008 PSTN service is closed.:PSTN服务关闭 111082009 SIP invitation timeout.:SIP呼叫超时 111083001 RSE does not exist.:RSE设备不存在 111084001 Failed to execute DTMF.:执行DTMF失败 111084002 Get started meeting exception.:启动会议异常 111084003 Call MCU side exception.:呼叫MCU端异常 111084004 Join call exception.:加入呼叫异常 111084005 Invite exception.:邀请异常 111084006 Call terminal side exception.:呼叫端侧异常 111084007 Answer exception.:应答异常 111084008 Common CTL exception.:通用CTL异常 111084009 Hangup exception.:挂断异常 111084010 Notify capability exception.:通知能力异常 111084011 Update MT exception.:更新MT异常 111084012 Negotiate exception.:协商异常 111084013 Not support this meeting.:不支持该会议 111084014 Not allowed join meeting in RTC inviting because guests are not invited.:RTC外邀入会,来宾不在被邀请名单中,拒绝入会 111089002 Failed to phrase URI join xml.:链接入会XML解析失败 111090001 Failed to join data meeting.:数据入会失败 111090002 Join data meeting overtime.:数据入会超时 111100001 Failed to get slider image.:获取滑块图片失败 111100002 Slider check failed.:滑块校验失败 111100003 Invalid random number.:无效的随机数 111100004 Invalid slider token.:无效滑块token 111100005 Need to check slider.:需要滑块校验 111100006 Invalid SMS phone number.:非法的手机号 111100007 Failed to send verification code.:发送验证码失败 111100008 Verification code expired.:验证码已过期 111100009 Verification code error.:验证码错误 111100010 Max verification code check times reached.:验证码错误超过最大次数 111100011 The uuid is invalid, you need to re-verify the phone number.:uuid无效,需要重新验证手机号 111100012 The meeting is not on this site.:会议不在本站点 111100013 Need to verify the mobile phone number. Overseas access to China, free enterprises need to verify the mobile phone verification code.:需要验证手机号,海外接入国内,免费企业需要进行手机验证码校验 111110001 Failed to add IM group.:添加群组失败 111110002 Failed to disband IM group.:删除群组失败 111110003 Failed to add IM member.:添加成员失败 111110004 Failed to remove IM member.:删除成员失败 111111007 hangup for rejoin mmr failed.:mmr重入会失败挂断 111111008 hangup for joinconf conflict.:多端入会冲突,导致离开会议 111112001 Failed to enter the waiting room.:入等候室失败 111112002 Failed to exit the waiting room.:出等候室失败 111112003 Waiting room cache operation failed.:等候室缓存操作失败 111112004 Co-hosts cannot be moved into the waiting room.:联席主持人不能被移入等候室 111112005 Not allowed to enable waiting room.:不允许启用等候室 111112008 Not support this feature according to client capabilities.:客户端能力不支持此特性 111113001 can not find application.:找不到应用信息 111113002 application exist.:应用已存在,目前一个会议只能关联一种应用 111113003 not required to create application.:无权限创建应用 111113004 need verify id.:应用操作需要实名认证(用户需要绑定手机) 111113005 get token failed.:获取应用用户token失败 111113006 url illegal.:应用服务URL地址非法 111113101 shimo doc has not used.:石墨文档应用未启用 111113102 call shimo doc server failed.:调用石墨文档服务失败 111113103 get shimo token failed.:获取石墨应用级token失败 111113104 not in conf,has no right to apply.:用户不在会议中,无权限申请权限 111113105 account has been stoped.:企业账号被停用 111113106 SMS messages sent frequently, try again later.:短信发送过频繁,请稍后再试 111113107 SMS messages sent has exceeded the daily limit of the enterprise.:短信发送量已超过企业每日上限 111114001 projection link verify failed.:投屏链路校验失败 111114020 content moderation failed.:内容审核不通过 111500301 breakout conf surpass limit.:分组会议子会议超过上限 111500302 breakout conf name error.:分组会议子会议名称错误 111500303 breakout Start failed.:分组会议启动失败 111500304 breakout not exist when delete:分组会议中没有子会议(删除) 111500305 breakout not exist when start.:分组会议中没有子会议(启动) 111500306 breakout is closing by host:分组会议结束中(主持人停止) 111500307 breakout is closing by host:分组会议已经结束或未启动(加入时) 111500308 Attendee in target conf:移动用户在目标分组 111500309 Chair in current conf:主持人在当前分组中(请求帮助) 111500310 not support breakout conf:不支持分组会议(启动时 启动接口) 111500311 breakout conf starting or started:分组会议已经启动或启动中(重复启动) 111500312 subconf not exist:子会议不存在 111500313 not support in mainconf:主会中用户不支持此操作(请求帮助) 111500314 breakout conf state illegal:分组会议状态异常(缓存误删) 111500315 action forbidden by status:分组会议静态、动态操作由于状态原因,不支持当前操作 111500316 apply chair failed due to host in subconf:主持人在分组中,不能申请为主持人 111500317 apply sub conf id failed:申请分组的会议id失败 111500318 query main conf failed:获取主会议信息失败 111500319 attendee not found:没有找到用户信息 111500320 sub conf stop failed:分组会议停止失败 111502000 subject faile and leave conf start:订阅失败需要离会的错误码起始值 111502099 subject faile and leave conf end:订阅失败需要离会的错误码结束值 112010001 Common failure.:通用失败 112010002 Null param.:参数为空 112010003 Participant not found.:未找到参与者 112010004 Meeting not found.:会议不存在 112010005 SIP invite information timeout.:invite消息超时 112010006 SIP invite information failed.:invite消息失败 112010007 SIP information timeout.:info响应超时 112010008 SIP information failed.:info响应失败 112010009 System processing failed.:系统处理失败 112010010 System processing failed.:系统处理失败 112010011 Failed to invite MRS.:呼叫mrs失败 112010012 Failed to invite participant.:呼叫终端失败 112010013 Data meeting join information failed.:数据入会Info失败 112010014 Failed to start meeting.:召开会议失败 112010015 Media negotiation failed.:媒体协商失败 112010016 User rejects.:用户拒绝 112010017 User is busy.:用户忙 112010018 No call permission.:没有呼叫权限 112010019 Unknown callee.:未知被叫人 112010020 No user response.:没有用户响应 112010021 Join meeting timed out.:加入会议超时 112010022 Session has been released.:会话已释放 112010023 Callee is not registered.:被叫人未注册 112010024 SIP invite timed out.:SIP邀请超时 112010025 User Session timer times out and hangs up.:用户Session timer 超时挂断 112010026 The participant bye hangs up on the MRS side.:与会者腿MRS侧bye挂断 112010027 The participant bye hangs up on terminal side.:与会者腿终端侧bye挂断 112010028 No RTP stream hang up.:无码流挂断 112030001 No Upscale vmr.:无高档可用的VMR资源 112051005 Move breakout conf failed.:网络异常导致移入分组失败 112100000 Sysportal exception.:系统异常 112100001 Bad request.:请求异常 112100002 Illegal request.:非法请求 112100003 Data not found.:数据未获取到 112100004 Data duplication.:数据重复 112100006 The requested type is not supported.:请求的类型不支持 112100007 Failed to save notification template.:保存通知模板失败 112100008 Failed to save data.:保存数据失败 112100009 Failed to query data.:查询数据失败 112100010 Failed to delete data.:删除数据失败 112100011 Password reset required.:需要重置密码 112100012 Incorrect old password.:旧密码错误 112100013 The new password cannot be the same as the old password.:新密码不能与旧密码相同 112100014 Insufficient password complexity and low security.:密码复杂度不够,安全性低 112100015 The length does not meet the requirements.:长度不符合要求 112100016 RSE is in meeting.:RSE在会议中 112100017 RSE to be deleted.:RSE待删除 112100018 Failed to query the meeting list.:查询会议列表失败 112100019 User has been locked out. Try again later.:用户已被锁定,请稍后重新登录 112100022 The live room channel name exists.:频道名称已存在 112100023 Failed to modify system configuration items for duplicated meeting ID prefix.:修改系统配置项失败,会议ID前缀重复 112100024 CONFID prefix can only be added, not modified or deleted.:CONFID前缀只能增加,不能修改和删除 112100025 The live room channel url exists.:直播房间地址已存在 112100026 The live room has been occupied.:直播房间已被使用 112100027 The live room does not exist.:直播房间不存在 112100028 Live room release failed.:直播房间释放失败 112100029 The request is missing header or param.:请求缺失头域 112100030 The Live main stream URL already exists.:音视频推流地址已存在 112100031 The Live auxiliary stream URL already exists.:辅流演示推流地址已存在 112100032 Password is weak.:密码为弱密码 112100033 The live room is occupied.:直播房间被占用 112100034 Save part of attendees since max attendees size reached.:因为与会者数量超出上限只保存部分 112100035 Failed to export data.:导出数据失败 112100036 Failed to import data.:导入数据失败 112100037 Max file size reached.:文件大小超出上限 112100038 LVS target address exists.:lvs的目标地址已存在 112100039 LVS port existed.:lvs端口重复 112100040 Not allow to modify global standby config.:Global只有主机可以修改配置; 112100041 MCU insulation IP address exists.:mcu隔离的IP已经存在 112100042 MCU insulation IP address cannot be modified.:mcu隔离的IP不能修改 112100043 SBC address exists.:SBC配置的地址已经存在 112100044 Internal exception.:内部错误异常 112100045 System config delete exception.:系统配置不允许被删除 112100046 No ISBC access address.:企业id无法获取关联SBC地址 112100047 Media type need to be HD because the organization enable Full HD capability.:企业已开启全高清功能,媒体设置不能低于1080P/8M 112100061 Same interpreter language abbreviation exists.:语言缩写重复 112100062 Same interpreter language name exists.:语言名称重复 112100063 MCU type is MIXED and insulation config is not configured, or MCU meeting exsists when modifying mcu connection settings.:修改MCU连接配置告警,以下两种场景会导致:1.MCU存在会议 2.修改类型为MIXED未配置隔离 112100064 MCU type is MIXED and insulation config is not configured when adding mcu connection settings.:新增MCU连接配置告警,MCU类型为MIXED且未配置隔离 112100065 MCU type is MIXED when modifying MCU insulation config or disbanding enterprise.:修改MCU隔离配置时,解除企业绑定时MCU类型为MIXED 112100066 MCU type is MIXED when deleting MCU insulation config.:删除MCU隔离配置时,MCU类型为MIXED 112100067 This gateway type is incompatible with MCU.:MCU与网关类型不兼容 115021001 Insufficient media resource.:媒体资源不足 115021002 Meeting does not exist.:会议不存在 115021003 Media resource does not exist.:媒体资源不存在 115021005 Insufficient media bandwidth resource.:带宽资源不足 115021006 Media device fault.:设备故障 115022000 Insufficient common logic resource.:通用的逻辑资源不足 115022001 Insufficient meeting resources in the enterprise.:企业会议并发方数不足 115022002 Insufficient logic port resource.:逻辑资源端口资源不满足 115022003 Live broadcast resources have not been purchased or are insufficient.:企业直播推流方数不足 115022004 Media device does not exist.:媒体设备不存在 115022005 The cloud recording ports purchased by enterprises have been used up.:企业购买的云录制端口已经用完 115023001 Insufficient ID resources.:ID资源不足 115024001 RMS service exception.:RMS服务异常 115025001 The live room has already been occupied.:直播房间已经被使用 115025002 The live room does not exist.:直播房间不存在 115025003 Live room release failed.:直播房间释放失败 115026001 MCU meeting exists.:MCU有会议 115029001 Invalid common parameter.:通用参数值不合法 115029002 Null parameter.:参数值为空 115029003 service is not available.:服务不可用 115029004 Configuration exception.:配置异常 115029005 Duplicately apply resources.:重复申请资源 115029006 Waiting for applying resources.:等待申请资源中 115029999 Unknown error.:未知错误 118000000 User authentication failed.:用户鉴权失败 118000001 User token authentication failed.:usg token 鉴权失败 118000002 User authentication account lockout.:usg鉴权账号锁定 112051003 Restrict guest invitations when opening the waiting room.:开启等候室时限制来宾邀请 112051006 Joining the meeting requires a higher client upgrade, please check for upgrades.:加入该会议需要升级较高客户端版本,请检查升级 200000001 Server is busy. Please try again later.:服务器正忙 请稍后再试 200000002 Internal error. Please contact SRE.:服务器正忙 请联系SRE 200000003 Invalid parameter. Please check whether the parameters are valid.:请求参数错误 请检查参数是否合法 200000004 Illegal request. Please check the value of the request header field X-Auth-Token or X-Access-Token.:非法请求 请检查请求头域X-Auth-Token或X-Access-Token的值 200000005 Forbidden access during the version upgrade.:系统正在升级,暂时不可访问。如对您造成不便,十分抱歉 200000026 Url permission valid failed.:分权分域接口权限校验失败 200000030 No department permission.:分权分域部门权限校验失败 201020023 This user is already the owner of another corporation and cannot create a new corporation for it.:该用户已经是其他企业的所有者,无法为其创建新的企业 201040005 Max number of users reached. Please check the purchased meeting users.:用户总数超过限制,请检查购买的会议用户 201040016 Password security is low. Please set another password.:密码安全性低,请设置其他密码 201040031 Activation code overdue.:激活码过期 201040033 The device under this enterprise has been activated and cannot be reactivated.:该企业下设备已激活,不可再次激活 201040034 This device has been activated in another enterprise and cannot be reactivated again.:该设备在其他企业下已激活,不可再次激活 201040037 The number of activation codes has reached the resource limit.:激活码数量已达资源上限 201040041 User not activated.:用户未激活 201040042 Pre-authentication expired.:预验证失效 201040043 This user is the owner of another corporation and cannot be invited.:该用户是其他企业的所有者,暂无法邀请 201040044 Invalid invite connection.:邀请连接非法 201040045 User is already in waiting list.:用户已经在等待列表 201040046 User already exists.:用户已存在 201040047 Account modification is not allowed.:不允许修改账户 201040049 IdeaHub resource exceeds the inactive limit.:IdeaHub资源超过非激活数量限制 201040063 The user name cannot contain sensitive words..:用户名称不能包含敏感词 201050004 The device does not support active codes.:设备类型不支持激活码 201050010 The maximum number of device activation code resets within one day has been reached.:一天内重置设备激活码次数已达到最大值(5次) 201050012 Activation code does not exist.:激活码不存在 201050015 Invalid activation code.:激活码错误 201050016 Trial activation code cannot be deleted.:试用激活码,不可删除 201050021 Activation failed.:激活失败 201050022 Terminal does not allow unbinding.:终端不允许解绑 201050027 IdeaManager not enabled.:未启用IdeaManager 201080000 VMR resource unavailable.:云会议资源不可用 201080006 The host password and the guest password cannot be the same. Please confirm the input parameters.:主持人密码和来宾密码不能相同 请确认输入参数 201080017 Same as meeting password.:和会议密码相同 201510001 No invite permission to get an invite code.:没有邀请权限去获取邀请码 201510003 Invalid application.:申请失效 205030005 The device type does not exist.:设备类型不存在 206010000 User name or password error.:用户名或密码错误 206010007 Account is not activated, no permission to log in.:账号未激活,无权限登录 206010008 User information does not exist or is not activated, no permission to log in.:用户信息不存在或者未激活,无权登录 206010010 Failed to get verification code, Please contact SRE.:获取验证码失败 请联系SRE 206010011 Verification code must be filled.:验证码不能为空 206010012 Verification code check failed.:验证码校验失败 206010013 Jump login failed. Please contact SRE.:跳转登录失败 请联系SRE 206010014 Domain not exist.:企业域名不存在 206010022 SSO login failed. Please contact SRE.:SSO登录失败 请联系SRE 206010023 SSO login is not supported.:不支持sso登录 206010024 Invalid authentication type.:认证类型非法 206010025 APPID verification failed.:APPID校验失败 206010027 Authentication type error.:校验类型错误 206010029 Network error.:网络异常 206010030 APPID does not allow automatic registration.:APPID不允许自动注册 206010031 APPID auto registration failed.:APPID自动注册失败 206010036 Normal users cannot log in.:普通用户无法登录 206010042 Huawei account authentication failed.:华为账户认证失败 206010057 APPID authentication expires.:APPID认证过期 206010058 APPID account is not bound.:APPID账户未绑定 206010064 Site mismatch.:站点不匹配 206010065 Phone number conflict.:电话冲突 206010066 E-mail conflict.:邮箱冲突 206010070 The number of users has reached the maximum.:用户数超过上限 206010071 WeChat authentication failed.:微信鉴权失败 206010074 International sites support site changing re-login.:国际站点支持切站点重登 206010075 Account has been unbound.:账号已经解绑 206010079 no fixed link found:设备和大屏没有建立固定链路 206010080 jwt invalid:jwt Token 失效 206010090 Need agreed sign privacy:需要同意签署隐私协议,返回的信息data中携带第三方用户缓存信息key 206010091 Third user info has invalid:第三方用户缓存信息失效 206020000 Invalid authentication information. Please check the value of the request header field X-Auth-Token or X-Access-Token.:鉴权信息无效 请检查请求头域X-Auth-Token或X-Access-Token的值 206020001 Token is created by disaster recovery site.:token是容灾站点创建 206020002 Token is invalid due to being kicked.:token由于被踢失效 206030000 The user does not exist.:系统中不存在该用户 206030001 The verification code is incorrect or has expired. Please obtain a new one.:验证码错误或失效,请重新获取 206030002 Incorrect verification code.:验证码错误 206030003 Failed to send the verification code.:发送验证码失败 206030004 Try to get a new verification code 180s later.:请在180秒后重新发送验证码 206030005 The password cannot be changed.:系统不支持修改密码 206030006 The old password is incorrect.:旧密码错误 206030007 The length of the new password does not meet the requirements.:新密码长度不符合要求 206030008 The password complexity does not meet the requirements.:密码复杂度不满足要求 206030009 The new password must be different from the previous old passwords.:设置的密码不能与最近旧密码相同 206030010 The password cannot contain three or more of the same characters consecutively.:密码不能包含3个以上重复字符 206030011 The password cannot be changed within 5 minutes upon the last password change.:修改密码后,5分钟内不能更新密码 206030012 The password cannot contain the account or the reverse order of the account.:密码不能与账号或其逆序账号相同 206030013 At least two characters must be different between the new and old passwords.:新密码相较于旧密码至少要有两个不同的字符 206030014 Invalid password format.:密码格式不正确 206030015 The user is locked and will be locked in 60s.:用户已被锁定,请60秒后重试 206030016 Have no right to reset other's password.:没有权限重置密码 206030018 The number of password retrieval times in a day has reached the maximum(10 times).:一天内忘记密码次数达到最大值(10次) 206030019 The number of incorrect verification code input has reached the maximum, Please get it again.:验证码输入错误次数超过最大值,请重新获取 206030023 Failed to send verification code. Please contact SRE.:发送验证码失败 请联系SRE 206030028 The system has enabled SSO login and does not support changing the password. Please retry after the system has disabled SSO login.:系统已开启SSO登录,不支持修改密码 系统关闭SSO登录后重试 206030031 Forgot password for Huawei account.:华为账号忘记密码 206040000 No corresponding terminal type.:无对应的终端类型 206060008 Sending verification code is locked.:发送校验码锁定 206060009 Slider verification required.:需要滑块校验 206060010 Invalid slider token.:滑块token非法 206060011 Request parameter arror.:请求参数错误 206060012 Sending SMS is not supported.:不支持发送短信 206060013 Repeated sending is not supported.:不支持重复发送 206060014 Invalid verification code.:验证码非法 206060015 Max verification codes check times reached.:验证码次数超过最大次数 206060017 Failed to bind Huawei account.:华为账户绑定失败 211000062 verify activation credential failed.:二维码已过期 211000092 not allow activate device.:企业开启第三方2C自运营模式后禁止扫码激活设备 211030046 Not the ideahub activation code.:不是ideahub激活码 211030050 auth fail too many times, locked.:身份验证失败次数太多,已锁定 211030052 auth fail too many times, permanently locked.:身份验证失败次数太多,已永久锁定 211060003 The maximum times of log uploads has been reached.:日志上传次数达到最大限制 222020001 not allow cross copr pair.:不允许跨企业配对 222020002 The device has been bound.:其他设备已绑定该大屏 222020003 pair failed double check:二次验证码失效 222020004 pair code invalid.:配对码失效 222020005 offine pair already exist.:已有离线临时链路 222020006 offine fixed pair already exist .:已有离线固定链路 222020010 projection code illegal .:投屏码非法 222020011 ip has been locked.:ip锁定 222020012 Cross corp .:投屏码非用户所在企业的设备生成 222020013 double check reach max time.:二次验证码输入错误次数达到上限 225020001 obs upload image not exist.:obs上传的图片对象不存在 225030002 obs upload image is repetition.:obs上传的图片唯一标识符重复, 同一图片重复发起审核任务 230010001 not support.:不支持当前业务 230010002 verify code and business mismatch.:验证码和业务不匹配 230010003 need user not exist.:用户不存在 230010004 try again later.:请稍后尝试 230010005 verify code is invalid.:验证码失效 230010006 verify code error.:验证码错误 230010007 get new verify code.:验证码输入错误次数超过最大值,请重新获取 411000001 Common failure.:失败 411000002 Parameter error.:参数错误 411000003 Meeting does not exist.:会议不存在 411000004 A meeting already exists.:已经有会议存在 411000005 Meeting state error.:会议状态异常 411000006 Failed to get device.:获取设备异常 411000007 Failed to set device.:设置设备异常 411000008 No device available.:无可用设备 411000009 This operation is only supported on mobile.:只有移动端支持该操作 411000010 Network access error.:网络接入错误 411000011 Other supplementary service is running.:正在进行其他补充业务 411000012 Memory allocation error.:分配内存错误 411000013 Initialization failed.:初始化失败 411000014 User does not exist.:用户不存在 411000015 Did not join the data meeting.:未加入数据会议 411000016 Neither meeting nor call exists.:会议和呼叫均不存在 411000017 SVN port detection failed.:svn端口探测不通 411000018 Failed to write file.:写文件失败 411000019 RTC does not support STG mode.:RTC不支持STG模式 411000020 Failed to load RTC library. RTC meeting is not supported.:rtc库加载失败,不支持rtc会议 411000021 The meeting is in the audience pause state when changing roles.:转角色的时候会议正处于观众暂停观看状态 411000022 Not in call.:不在呼叫中 411000023 Meeting or call does not exist.:会议或者呼叫不存在 411000024 Pairing state not allowed.:配对状态不允许 411000025 Pairing request failed.:配对请求失败 411000026 Pairing exceeds limit.:配对超出限制 411000027 Pairing common error.:配对通用错误 411000028 Pairing and joining the meeting failed.:配对入会失败 411000029 Pairing and joining the meeting is busy.:配对入会忙 411000030 Pairing and joining the meeting is invalid.:配对入会无效 411000031 Multiple clicks at the same time to pair and join the meeting error.:同时多次点击入会错误 411000032 Pairing is not established or is being established.:配对未建立或正在建立中 411000033 The camera is not turned on in the third-party capture mode.:第三方采集模式下摄像头未打开 411000034 RTC engine creation failed.:RTC 引擎创建失败 411000035 Not in a meeting.:不在会议中 411000036 mute self failed.:静音自己失败并且采用了保护 411000037 still in setting language channel:当前正处于切换频道中, 请稍后重试 411000100 End the meeting with no stream due to disconnection of network.:无码流结束会议网络断开 411000101 End the meeting with no stream because fail to re-join meeting.:无码流结束会议重入会失败 411000102 Null pointer exception.:空指针异常 411000103 Parameters cannot be empty.:参数不许为空 411000104 Indicates encrypt and decrtpt func not match.:加解密算法不匹配 411000105 Indicates Loading User-Defined DLLs failed .:加载用户自定义dll失败 411000106 Indicates Applition not support shimo docs .:企业配置不支持打开石墨文档 411000107 Indicates notification of render fail .:数据会议UI渲染失败 411000108 End the meeting with mmr media rejoin failed.:mmr重入会失败 411000109 Audio is disconnected.:音频断开中 411000110 Second monitor disconnected.:共享副屏的时候,副屏被断开 411000111 prepare data share canceled.:共享前准备被取消. 412100001 The message processing thread is not initialized.:消息处理线程未初始化 412100002 Parameter error.:参数错误 412100003 Timeout.:超时 412100004 Memory allocation error.:分配内存错误 412100005 XML parsing error.:XML解析出错 412100006 DNS resolution error.:DNS解析异常 412100007 Request message failed.:请求消息异常 412100008 Authentication failed.:鉴权失败 412100009 Server error.:服务器异常 412100010 Account is locked.:账号被锁定 412100011 Create timer error.:创建定时器错误 412100012 Server CA certificate verification failed.:服务器CA证书校验失败 412100013 Network error.:网络异常 412100014 Server redirect.:服务器返回重定向地址 412100015 Account is not activated.:账号未激活 412100016 JSON parsing error.:JSON解析失败 412100017 The proxy communication times out and the TCP link building fails. Probably because the proxy configuration is incorrect.:代理通信超时,tcp建链失败,大概率是代理配置错误 412100018 Disconnected by the proxy. Probably because the server address is misconfigured.:接被代理断开,大概率是服务器地址配置错误 412100019 The TCP link establishment timed out. Probably because the proxy domain name or port configuration is incorrect.:tcp建链超时,大概率是proxy域名或者端口配置错误 412100020 The authentication process failed. The user does not have proxy permission and needs to apply for proxy permission.:认证鉴权过程失败,用户没有proxy权限,需要申请proxy权限 412100021 The authentication process failed. The proxy user name or password is incorrect.:认证鉴权过程失败,代理用户名或者密码错误 412100022 The authentication process failed. Incorrect authentication type. User name and password are required. The user needs to be prompted for input.:认证鉴权过程失败,错误的认证类型,同时需要用户名、密码,需要提示用户输入 412100023 The authentication process failed. Other unknown errors. It may be that the authentication method is not supported. The user needs to be prompted to try again.:认证鉴权过程失败,其他未知错误,有可能是不支持认证方式,建议弹框提示用户重新发起 412100024 The authentication process failed. Unable to resolve gateway.:认证鉴权过程失败,无法解析网关 412100025 The authentication process failed. Unable to resolve host.:认证鉴权过程失败,无法解析主机 412100026 The authentication process failed. Unable to connect.:认证鉴权过程失败,无法连接 412100027 The authentication process failed. Operation times out.:认证鉴权过程失败,操作超时 412100028 Message length too long.:消息长度太大 412100029 Base64 encryption failed.:base64加密失败 412100030 XML parsing error.:XML解析出错 412100031 Secure function error.:安全函数失败 412100032 Firewall detection parameter error.:防火墙检测参数错误 412100033 Failed to create STG tunnel.:创建STG隧道失败 412100034 Failed to update STG service.:更新STG服务失败 412100035 Encryption failed.:加密失败 412100036 Do not allow duplicate downloads.:不允许重复下载 412100037 File operation failed.:文件操作失败 412100038 The request message returns empty.:请求消息返回空 412100039 The number of detection servers is 0 error.:探测服务器数为0错误 412100040 Failed to get local IP address.:获取本地IP失败 412100041 XXX.:登录模块消息未初始化 412100042 http return 429 error.:http 返回429错误 412100043 Not logged in, not available:此业务未登录不可用 412100044 manger server degrade,you can still join conf in this case.:服务器降级,接入方收到该错误码可以继续调用入会接口离线入会 412100045 XXX:升级版本过程中取消下载 412200001 Internal error.:内部错误 412200002 Parameter error.:参数错误 412200003 Network timeout.:网络超时 412200004 Network Error.:网络错误 412200005 Need to bind mobile phone.:需要绑定手机 412200006 Need to bind email.:需要绑定邮箱 412200007 Has initialized already.:重复初始化 412200008 State machine execution failed.:状态机执行失败 412200009 Failed to start timer.:开启定时器失败 412200010 The user is prompted to change the password when logging in for the first time.:首次登录,提示用户修改密码 412200011 Unknown authentication type.:未知鉴权类型 412200012 need repair controller:需要重新配对 412200013 need repair controller:验证后重新请求 412200014 need repair controller:换取凭证失败失败需要重新配对 412200015 not support media separate:环境不支持媒体分离 412200016 media separate plugin disconnect:媒体分离插件未连接 412200017 request media separate log timeout:收集媒体分离日志超时 412200018 request media separate log failed:收集媒体分离日志失败 412200019 request media separate log is already start:收集媒体分离日志已经开始 412200020 tc module version is not support request media separate log:tc插件版本不支持收集媒体分离日志 413000001 Common error.:一般错误 413000002 Parameter error.:参数错误 413000003 Memory allocation error.:分配内存错误 413000004 System error.:系统错误 413000005 Message sending error.:发送消息错误 413000006 Get system configuration error.:获取系统配置错误 413000007 Physical network error.:物理网络错误 413000008 Network access error.:网络接入错误 413000009 Create timer error.:创建定时器错误 413000010 Call state error.:呼叫状态错误 413000011 Other operation in progress error.:正在进行其他操作错误 413000012 Requesting the master to start call error.:请求主控进行呼叫开始错误 413000013 Requesting audio resource error.:申请音频资源错误 413000014 Other supplementary service is running.:正在进行其他补充业务 413000015 Record call error.:记录通话记录错误 413000016 Media process error.:媒体进程返回的错误 413000017 Maximum number of calls reached.:超过最大呼叫路数 413000018 SIP account ID does not exist.:SIP账户ID不存在 413000019 Call ID does not exist.:呼叫ID不存在 413000020 Failed due to registering.:正在注册中导致失败 413000021 Registration failed.:注册失败 413000022 Deregistration failed.:注销失败 413000023 Setting account information error.:设置账户信息错误 413000024 Setting SIP account error.:设置SIP账号失败 413000025 Reporting SIP account information error.:上报SIP账号信息失败 413000026 Server information error.:服务器信息错误 413000027 SIP account information error.:账户信息错误 413000028 SIPC execution error.:SIPC执行错误 413000029 Not registered error.:未注册错误 413000030 Call Sip interface to subscribe error.:调用Sip接口订阅失败 413000031 Canceling subscription error.:注销订阅中错误 413000032 Subscribing error.:订阅中错误 413000033 Only one local meeting is allowed.:只允许一个本地会议 413000034 Local meeting is not created.:本地会议未创建 413000035 The participant line does not match the chair account.:与会者线路与主持人账户不匹配 413000036 Local meeting state error.:本地会议状态错误 413000037 Failed to report the linkage state of the IP Phone.:IP Phone端联动状态上报失败 413000038 Meeting ID does not exist.:会议ID不存在 413000039 Video hold error.:视频保持失败 413000040 Video unhold error.:视频恢复失败 413000041 The maximum number of server meeting reached.:服务器会议个数超出 413000042 Get AA random number error.:获取AA随机数失败 413000043 AA login error.:AA登录失败 413000044 Meeting type mismatch.:会议类型不匹配 413000045 Failed to start video meeting.:视频会议开启失败 413000046 AA no master server.:AA无主服务器 413000047 Password error.:密码错误 413000048 Username error.:用户名错误 413000049 User is logged in.:用户已登录 413000050 Account is locked.:账户已锁定 413000051 Terminal type mismatch.:终端类型不匹配 413000052 Parsing XML error.:解析XML错误 413000053 Connecting to server error.:连接服务器错误 413000054 Get media configuration error.:获取媒体配置失败 413000055 Get service permission error.:获取业务权限失败 413000056 Insufficient service permission.:业务权限不足失败 413000057 Network environment error.:网络环境错误 413000058 Service conflict.:业务冲突 413000059 Connection timeout.:连接超时 413000060 Unknown error.:未知错误 413000061 Add ringing information error.:添加振铃信息失败 413000062 Delete ringing information error.:删除加振铃信息失败 413000063 Create ringing number error.:创建振铃号码失败 413000064 VVM parameter error.:VVM参数错误 413000065 Getting registered service error.:获取登记业务错误 413000066 Getting voicemail error.:获取语音邮箱错误 413000067 Attendee already exists.:与会者已经存在 413000068 Attendee does not exist.:与会者不存在 413000069 Create server video meeting window error.:创建服务器视频会议窗口失败 413000070 Video window already exists.:视频窗口已存在 413000071 Getting meeting list error.:获取会议列表失败 413000072 Operating requires host privileges.:需要主持人权限才能操作 413000073 No video device to operate.:没有视频设备可以操作 413000074 Refresh registration is not turned off.:没有关闭刷新注册 413000075 Online state report error.:在线状态上报失败 413000076 Network address subscription report error.:网络地址本订阅notify上报失败 413000077 Telepresence account was force unregistered. Information report error.:智真账号被踢,info上报失败 413000078 TLS root certificate error.:TLS根证书错误 413000079 AD authentication error.:AD鉴权失败 413000080 Meeting list is getting.:会议列表正在获取中 413000081 Prohibited calls.:禁止呼叫 413000082 The maximum number of calls has been reached.:呼叫数达上限 413000083 The maximum number of encrypted calls has been reached.:加密呼叫数达上限 413000084 The maximum number of video calls has been reached and needs to downgrade to audio.:超出视频呼叫数,需要降为音频 413000085 H323 account ID does not exist.:H323账户ID不存在 413000086 H323 account information error.:H323账户信息错误 413000087 H323 account information report failed.:H323账号信息上报失败 413000088 Insufficient local resources.:本端资源不足 413000089 The calling protocol is not supported.:不支持该呼叫协议 413000090 Setting H323 account information error.:设置H323账户信息错误 413000091 Mediax meeting access number reporting failed.:mediax会议接入号上报界面失败 413000092 Mediax VMR information reporting failed.:上报Mediax VMR信息到界面失败 413000093 IMS meeting list information reporting failed.:上报获取IMS会议列表信息到界面失败 413000094 TUP initialization is not complete.:tup初始化未完成 413000095 Message return value error.:消息返回值错误 413000096 Message content too large error.:消息内容太大错误 413000097 Secure function error.:安全函数返回错误 413000098 message response is empty error.:消息响应为空错误 413000099 Account is not enabled.:账号未启用 413000100 Create call control implement error.:创建呼叫控制类错误 413000101 Already in call.:已经在呼叫中 413000102 Call does not exist.:呼叫不存在 413000103 Failed to get media configuration information.:获取媒体配置信息失败 413000104 Failed to set third-party capture. Calling HME_V_Capture_InputData_MCU failed.:设置第三方采集失败, 调用HME_V_Capture_InputData_MCU返回失败 413000105 not config call ability.:企业没有配置点对点能力 413000106 not mcu call and conf.:不支持MCU呼叫和会议能力 414100001 Common error.:一般错误 414100002 Parameter error.:参数错误 414100003 Timeout.:超时 414100004 Memory allocation error.:分配内存错误 414100005 DNS resolution error.:DNS解析异常 414100006 Request message failed.:请求消息异常 414100007 Authentication failed.:鉴权失败 414100008 Server error.:服务器异常 414100009 Create timer error.:创建定时器错误 414100010 Start timer error.:开启定时器错误 414100011 The meeting control block is full. Please release the control block that is not in use.:会控控制块已满,请释放没在使用的控制块 414100012 The proxy communication times out and the TCP link building fails. Probably because the proxy configuration is incorrect.:代理通信超时,tcp建链失败,大概率是代理配置错误 414100013 Disconnected by the proxy. Probably because the server address is misconfigured.:接被代理断开,大概率是服务器地址配置错误 414100014 The TCP link establishment timed out. Probably because the proxy domain name or port configuration is incorrect.:tcp建链超时,大概率是proxy域名或者端口配置错误 414100015 The authentication process failed. The user does not have proxy permission and needs to apply for proxy permission.:认证鉴权过程失败,用户没有proxy权限,需要申请proxy权限 414100016 The authentication process failed. The proxy user name or password is incorrect.:认证鉴权过程失败,代理用户名或者密码错误 414100017 The authentication process failed. Incorrect authentication type. User name and password are required. The user needs to be prompted for input.:认证鉴权过程失败,错误的认证类型,同时需要用户名、密码,需要提示用户输入 414100018 The authentication process failed. Other unknown errors. It may be that the authentication method is not supported. The user needs to be prompted to try again.:认证鉴权过程失败,其他未知错误,有可能是不支持认证方式,建议弹框提示用户重新发起 414100019 Curl proxy exception.:curl代理异常 414100020 Curl host exception.:curl主机异常 414100021 Curl connection exception.:curl连接异常 414100022 Curl operation timed out.:curl操作超时 414100023 Message length too long.:会控消息内容过大 414100024 Failed to create thread.:创建线程失败 414100025 Secure function error.:安全函数返回错误 414100026 JSON parsing failed.:解析json体失败 414100027 WS token is empty.:ws token值为空 414100028 Return JSON data error.:返回json数据异常 414100029 Failed to create meeting control block.:创建会议控制块失败 414100030 Failed to get meeting control block.:获取会议控制块失败 414100031 Failed to get meeting control block by CallId.:通过CallId获取会议控制块失败 414100032 Destroying the meeting control block failed.:销毁会议控制块失败 414100033 Temporary creating meeting information not found.:找不到创会临时信息 414100034 Failed to get participant ID.:获取参会者ID失败 414100035 Failed to get MT by participant ID.:通过ParticipantId获取MT失败 414100036 Failed to get self information by participant ID.:通过ParticipantId获取selfinfo失败 414100037 Failed to get participant information by MT.:通过MT获取会议成员信息失败 414100038 Manual invitation required.:需要手动邀请 414100039 The major parameters of the meeting have been reported.:已上报过会议大参数 414100040 Subtitles are not supported.:不支持字幕 414100041 Meeting Hang Up - Timeout.:会议挂断 - 超时 414100042 Meeting Hang Up - No Streaming.:会议挂断 - 无码流 414100043 Meeting hung up - Hung up by the host.:会议挂断 - 被主持人挂断 414100044 Meeting Hang Up - Meeting has ended.:会议挂断 - 会议已结束 414100045 End of meeting due to leave meeting.:离会导致的会议结束 414100046 Message queue processing function registration failed.:消息队列处理函数注册失败 414100047 Message queue processing function deregistration failed.:消息队列处理函数去注册失败 414100048 Meeting ended due to reject meeting.:拒绝会议导致的会议结束 414100049 Meeting ended by self.:自己结束会议导致的会议结束 414100050 The meeting control module is not initialized.:会控模块未初始化 414100051 The watching special site reaches the maximum.:选看的特殊会场超过限制 414100052 The watching HD site reaches the maximum.:选看的高清会场超过限制 414100053 The watching SD site reaches the maximum.:选看的标清会场超过限制 414100054 The watching specification reaches the maximum.:选看的规格超过限制 414100055 Watching internal errors.:选看内部错误 414100056 Duplicated watch render.:选看的句柄重复 414100057 HTTP request error.:HTTP请求错误 414100058 Websocket request timeout.:websocket请求超时 414100059 Loading failed.:加载错误 414100061 The meeting ends due to the timeout of guest waiting before meeting or the timeout of the meeting control heartbeat.:会前等待页面时间超时或者会控心跳超时导致的会议结束 414100062 The meeting ends due to being canceled.:会议被取消预约导致的会议结束 414100063 The meeting ends due to network error when guest waiting before meeting.:会前等待页面网络异常导致的会议结束 414100064 http return 429 error.:http 返回429错误 414100065 self is chairman.:已是主持人 414100066 self is cohost.:已是联席主持人 414100067 no cohost and chairman.:无主持人和联席主持人 414100068 no supported cohost and chairman.:无支持的主持人和联席主持人 414100069 Invalid user, enterprise or SP.:用户,企业或SP失效 414100070 not support offline join.:当前不支持离线入会 414100071 start confctrl websocket failed.:会控websocket建链失败 414100072 offline join query user token failed.:离线入会获取用户token失败 414100073 offline join query conference information failed.:离线入会获取会议信息失败 414100074 Chair end conf.:主持人结束会议 414100075 Timeover end conf.:会议到时间结束会议 414100076 callee refused.:被叫拒接 414100077 callee timeout.:被叫超时 414100078 force open camera conf hangup.:强制视频会议挂断 414100079 signal proxy address is not matched with site url.:信令代理与站点地址不匹配 414100080 conf end for projection failed.:投屏失败导致会议结束 414100081 conf end for projection end.:投屏结束导致会议结束 414100082 conf end for cancel..:投屏协商中大屏取消 414100083 Indicates end projection by sender with two members.:两方投屏会议投屏端结束投屏 414100084 Indicates end projection by receiver.:大屏端结束投屏 414100085 projection by sender with multi members.:多方投屏会议投屏端结束投屏 414100086 Opposite end hung up.:对端已挂断 415000001 DB is not initialized.:db未初始化 415000002 Common failure.:失败 415000003 Proxy detection has not been completed.:代理探测还没有完成 416000001 Invalid parameter.:参数错误 416000002 Track module is not initialized.:打点模块未初始化 416000003 Track event does not exist.:打点事件不存在 416000004 Not logged in.:未登录 416000005 Upload is not enabled.:未开启上传 419100001 Invalid parameter.:错误参数 419100002 Incorrect URI.:错误号码 419100003 Memory allocation failed.:内存分配失败 419100004 SDP error.:SDP错误 419100005 Connection does not exist.:连接不存在 419100006 Connection failure.:连接失效 419100007 Operation forbidden.:禁止操作 419100008 State error.:状态错误 419100009 No corresponding line data.:无对应线路数据 419100010 No corresponding registered instance.:无对应注册实例 419100011 No corresponding call instance.:无对应呼叫实例 419100012 No corresponding subscription instance.:无对应订阅实例 419100013 No corresponding Refer instance.:无对应Refer实例 419100014 No corresponding DIM instance.:无对应DIM实例 419100015 Failed to create header.:创建头域失败 419100016 Failed to parse header.:解析头域失败 419100017 Header not found.:没有找到头域 419100018 No SDP message body.:没有sdp消息体 419100019 Failed to get capability.:获取能力失败 419100020 Failed to compare capability.:比较能力失败 419100021 Failed to open logical channel.:打开逻辑通道失败 419100022 Encoding SDP failed.:编码SDP失败 419100023 Decoding SDP failed.:解码SDP失败 419100024 Negotiate to unsupported SDP.:协商到不支持的SDP 419100025 TPTD initialization failed.:TPTD初始化失败 419100026 TPT initialization failed.:TPT初始化失败 419100027 TXN initialization failed.:TXN初始化失败 419100028 UA initialization failed.:UA初始化失败 419100029 GLUE initialization failed.:GLUE初始化失败 419100030 HLLM initialization failed.:HLLM初始化失败 419100031 VCOM initialization failed.:VCOM初始化失败 419100032 SDP initialization failed.:SDP初始化失败 419100033 Multiple instance error.:多实例错误 419100034 Insufficient registration control blocks.:注册控制块不足 419100035 Insufficient subscription control blocks.:订阅控制块不足 419100036 Insufficient call control blocks.:通话控制块不足 419100037 Insufficient IM control blocks.:对话外控制块不足 419100038 Failed to parse URI xml to string.:解析xml的uri失败 419100039 Encryption negotiation failed.:加密协商失败 419100040 Local capabilities are not configured.:没有设置本地能力 419100041 BFCP token error.:bfcp令牌错误 419100042 DNS resolution error.:dns解析错误 419100043 Failed to get subscription state.:获取订阅状态失败 419100044 IPv4 is not supported.:不支持IPv4 419100045 IPv6 is not supported.:不支持IPv6 419100046 Unsupported host type.:不支持的主机类型 419100047 Failed to get timer.:获取定时器失败 419200001 Failed to get memmory.:内存不足 419200002 Msg is mull.:消息空指针 419200003 Invalid msg.:消息无效 419200004 Failed to receive.:消息接收失败 419200005 Time out.:消息处理超时 419200006 Not init.:未初始化 419200007 No dest:没有接收端 419200008 No app name.:无应用名称 419200009 Rehandle.:重复处理 419200010 Trace msg.:追踪信息失败 419200011 Failed send.:消息发送失败 419200012 Bad func.:函数异常 419200013 Msg notify.:消息通知失败 419200014 Failed find.:无法查找到消息 419200015 no msg.:没有消息 419200016 Failed to get module Id.:无法找到模块ID 419200017 tag not exist.:标签不存在 419200018 Queue has full:队列已满 419200019 tag already exist.:标签已存在 419200020 unknow error.:未知错误 420000001 Cannot receive sharing invitations.:无法接收共享邀请 420000002 ReportDTO parameter verification failed.:reportDTO参数校验失败 420000003 Report folder creation failed.:举报文件夹创建失败 420000004 Report folder compression failure.:举报文件夹压缩失败 420000005 The path of the ZIP file to be uploaded is empty.:待上传的ZIP文件路径为空 420000006 The size of the ZIP file to be uploaded reaches the maximum.:待上传的ZIP文件大小超过限制 420000007 The same person reported more than 100 times within 24 hours.:同一个人24小时内举报次数超过100次 420000008 Digital human error.:数字人服务异常 420000009 Screen lock.:屏幕锁定 430100001 Common Error.:通用错误 430100002 Invalid parameters.:参数错误 430100003 SIP connection check failed.:SIP连接检查失败 430100004 Timeout.:超时 430100005 In process.:接口正在处理中 430100006 Not initialized or initialization is not complete.:未初始化或初始化尚未完成。 430100007 Not supported in this release.:此版本不支持。 430100008 Operation interrupt.:操作中断。 430100009 Contact not found.:联系人不存在 430100010 Args length overrun.:参数长度超限 430100011 APPID info illegal.:APPID 信息入参不合法 430100012 E2EEncrypt algorithm error.:端到端加密算法不对称 430200001 unlogin.:未登录 430200002 Repeated login.:重复登录 430200003 SIP connection timeout.:SIP连接超时 430200004 Invalid login password.:用于登录的密码参数不合法 430200005 Password or account empty.:账号或密码不能都为空 430300001 The calling number, account number or third-party account number cannot be empty.:呼叫号码、账号或者第三方账号不能为空 430300002 Call account empty.:点对点呼叫账号为空 430300003 Call nickname empty.:点对点呼叫名字为空 430400001 Password required to join the meeting.:加入会议需要密码 430400002 Time zone error.:时区错误 430400003 The meeting duration is less than 1.:会议时长小于1 430400004 Joining the conference is interrupted.:入会被中断 430400005 Password input at least 4 digits.:密码输入至少4位 430400006 User voluntarily cancels.:用户主动取消 430400007 The guest password illegal.:来宾密码非法 430400008 Not in conference or in call.:不在会议或呼叫中 430400009 Already exist conf or call.:已存在一路会议或呼叫 430400010 ConfId empty.:会议id不能为空 430400011 Subject too long.:会议主题长度不能超过50 430400012 VMR host password length illegal.:主持人密码长度不合法 430400013 VMR name empty.:VMR名字为空 430400014 Conf starttime early.:会议的开始时间早于当前时间 430400015 Share is locked.:共享被锁定 430400016 Not in data conference.:不在数据会议中 430400017 Role not support operation:角色不支持该操作 430400018 Scan code expired:二维码过期 430400019 Scan code not support:二维码不支持 430400020 Version is outdated:大屏版本低 430500001 HTTP request, server exception.:HTTP请求,服务器异常 430500002 HTTP request, Connecting to the server times out.:HTTP请求,连接服务器超时 430500003 network unavailable.:网络不可用 430500004 file type illegal.:文件类型不合法 430500005 file copy error.:文件拷贝失败 430600001 Leave conf due to background freezing.:应用后台冻结导致离会 440001401 error no memory.:内存不足 440001402 opertation not be permitted.:操作无权限. 440001403 invalid argument.:参数非法. 440001404 IO error.:IO 错误. 440001405 timeout.:超时. 440001406 unknown error.:未知错误. 440001407 media service not available.:媒体服务不可用. 440001408 the state is not support this operation.:不支持的状态. 440001409 unsupport interface.:不支持的接口. 600000001 video layout mode is not supported.:视频布局模式不支持 600000002 pair erro.:配对错误 600000003 pair link is not exist.:配对链路不存在 600000004 cmd is not support.:命令不支持 600000005 action is running.:正在执行 600000006 mcu is not supported.:不支持mcu 600000007 operate mic error not in conf.:不在会议中 600000008 operate mic error no permission .:没有操作麦克风权限 600000009 operate mic error not allow unmute.:不允许取消静音 600000010 operate mic error audience not allow speak.:不允许开麦 600000011 operate camera error no permission.:观众无开启摄像头权限 600000012 operate camera error not allow open.:不允许开启摄像头 600000013 operate camera error not allow open low video bw.:低带宽不允许开启摄像头 600000014 param is incorrect.:音量参数不对 600000015 operate camera error require all attendees to open camera.:关闭摄像头失败,当前会议强制开启摄像头 600000016 Low performance cloud desktop devices will have restrictions on opening cameras.:低性能云桌面设备会中限制打开摄像头 600000017 spk sys api error.:扬声器系统api调用出错 510000403 Server forbidden.:服务器拒绝 510000404 Not found.:未发现 510000480 Temporary unavailable.:临时失效 510000486 Busy here.:这里忙 510000487 Request terminated.:请求终止 510000488 Request is not acceptable here.:这里请求不可接受 510000603 Decline.:丢弃 510000841 Hangup without toast.:挂断不弹框 510000842 Conference is locked.:会议被锁定 710000000 http error start:http错误码起始 710000001 Init fail:初始化失败 710000002 uninit:未初始化 710000003 invalid param:无效参数 710000004 invalid handle:无效handle 710000005 handle in using, can't be set:handle在使用中 710000006 current handle state not support this operation:当前handle状态不支持操作 710000007 alloc fail:内存申请失败 710000008 alloc handle fail:handle申请失败 710000009 tls mode error:tsl mode错误 710000010 invalid URL:无效的url 710000011 invalid head type:无效的头类型 710000012 open log file fail:打开日志文件错误 710000013 write log file fail:写日志文件错误 710000014 invalid file path:无效的文件路径 710000015 handle has been released:handle已经释放 710000016 create mutex fail:创建锁错误 710000017 lock mutex fail:加锁失败 710000018 unlock mutex fail:解锁失败 710000019 create thread fail:创建线程失败 710000020 not support this function:不支持该功能 710000021 svn socket create fail:svn socket创建失败 710000022 svn socket connect fail:svn socket 连接失败 710000023 svn socket select fail:svn socket选择失败 710000024 svn socket send fail:svn socket发送失败 710000025 svn socket recv fail:svn socket接收失败 710000026 get hostname fail:获取主机名失败 710000027 IP net transfer fail:IP网络传输失败 710000028 response parse fail:响应解析失败 710000029 invalid auth mode:无效鉴权模式 710000030 is not login:未登录 710000031 is logining:正在登录 710000032 is TIMEOUT:超时 710000033 is logined:已登录 710000034 is inited:已初始化 710000035 is LogPath is too long:日志路径太长 710000036 is LogPath is empty:日志路径为空 710000101 unsupported protocol:不支持的协议 710000102 curl failed init:curl初始化失败 710000103 url malformat:url格式错误 710000104 not built in:未内置 710000105 couldn't resolve proxy:无法解析代理 710000106 cloudn't resolve host:无法解析主机 710000107 couldn't connect:无法连接 710000108 ftp weird server reply:ftp无法识别的服务器回复 710000109 a service was denied by the server due to lack of access-when login fails this is not returned:远程访问被拒绝 710000110 ftp accept failed:ftp接收失败 710000111 ftp weird pass reply:ftp weird pass 回复 710000112 timeout occurred accepting server:ftp接收超时 710000113 ftp weird pasv reply:ftp pasv 回复 710000114 ftp weird 227 format:ftp 277格式 710000115 ftp can't get host:ftp无法获取主机 710000116 NOT USED:未使用, 仅占位 710000117 couldn't set type:不可设置类型 710000118 partial file:部分文件 710000119 ftp couldn't fetr file:ftp无法获取文件 710000120 NOT USED:未使用, 仅占位 710000121 quote command failure:引用命令失败 710000122 http returned error:http返回错误 710000123 write error:写错误 710000124 NOT USED:未使用, 仅占位 710000125 failed upload command:失败的上传命令 710000126 couldn't open/read from file:无法打开/读文件 710000127 CURLE_OUT_OF_MEMORY may sometimes indicate a conversion error! instead of a memory allocation error if CURL_DOES_CONVERSIONS is defined:内存分配不足 710000128 the timeout time was reached:请求超时 710000129 NOT USED:未使用, 仅占位 710000130 FTP PORT operation failed:ftp port操作失败 710000131 the REST command failed:rest命令失败 710000132 NOT USED:未使用, 仅占位 710000133 RANGE command didn't work:范围命令不起作用 710000134 http post error:http post错误 710000135 wrong when connecting with SSL:使用SSL连接时出错 710000136 couldn't resume download:无法继续下载 710000137 couldn't read file:无法读取文件 710000138 ldap can'tbind:ldap无法绑定 710000139 ldap search failed:ldap搜索失败 710000140 NOT USED:未使用, 仅占位 710000141 function not found:找不到函数 710000142 aborted by callback:通过回调终止 710000143 function argument:函数变元 710000144 NOT USED:未使用, 仅占位 710000145 interface failed:接口失败 710000146 NOT USED:未使用, 仅占位 710000147 too many redirects:重定向太多 710000148 unknown option:未知选项 710000149 Malformed telnet option:格式错误的telnet选项 710000150 NOT USED:未使用, 仅占位 710000151 peer's certificate or fingerprint wasn't verified fine:对方的证书或指纹未通过验证 710000152 got nothing:什么都没有 710000153 ssl engine not found:找不到ssl引擎 710000154 ssl engine set failed:ssl引擎设置失败 710000155 send error:发送错误 710000156 recv error:接收错误 710000157 NOT USED:未使用, 仅占位 710000158 problem with the local certificate:本地证书有问题 710000159 couldn't use specified cipher:无法使用指定的密码 710000160 problem with the CA cert (path?):CA证书有问题(路径?) 710000161 Unrecognized/bad encoding:无法识别/编码错误 710000162 Invalid LDAP URL:无效的LDAP url 710000163 Maximum file size exceeded:超过最大文件大小 710000164 Requested FTP SSL level failed:请求的FTP ssl级别失败. 710000165 Sending the data requires a rewind that failed:发送数据需要失败的倒带 710000166 failed to initialise ENGINE:无法初始化SSL引擎 710000167 user, password or similar was not accepted and we failed to login:用户,密码或类似的不被接受, 无法登录 710000168 file not found on server:在服务器上找不到文件 710000169 permission problem on server:服务器上的权限问题 710000170 out of disk space on server:服务器上的磁盘空间不足 710000171 Illegal TFTP operation:非法的TFTP操作 710000172 Unknown transfer ID:未知的传输ID 710000173 File already exists:文件已经存在 710000174 No such user:无此用户 710000175 conversion failed:转换失败 710000176 caller must register conversion callbacks using curl_easy_setopt options:调用者必须使用curl_easy_setopt选项注册转换回调 710000177 could not load CACERT file, missing or wrong format:无法加载CACERT文件,缺少CACERT文件或CACERT文件的格式不正确 710000178 remote file not found:未找到远程文件 710000179 error from the SSH layer, somewhat generic so the error message will be of:来自SSH层的错误,有点通用. 710000180 Failed to shut down the SSL connection:未能关闭SSL连接 710000181 socket is not ready for send/recv,wait till it's ready and try again:套接字尚未准备好发送/接收,请等待它准备就绪,然后重试 710000182 could not load CRL file, missing or wrong format (Added in 7.19.0):无法加载CRL文件,缺少或格式错误(在7.19.0版本中新增) 710000183 Issuer check failed.:颁发者检查失败。 710000184 a PRET command failed:PRET命令失败 710000185 mismatch of RTSP CSeq numbers:RTSP CSeq编号不匹配 710000186 mismatch of RTSP Session Ids:RTSP会话ID不匹配 710000187 unable to parse FTP file list:无法解析FTP文件列表 710000188 chunk callback reported error:区块回调报告错误 710000200 200 http/https:200 http/https成功响应 710000201 create handle failed:创建句柄失败 710000202 set head failed:设置头失败 710000300 proxy timeout:代理通信超时,tcp建链失败,大概率是代理配置错误 710000301 closed by proxy:连接被代理断开,大概率是服务器地址配置错误 710000302 tcp timeout:tcp建链超时,大概率是proxy域名或者端口配置错误 710000303 Authentication failed. proxy permission denied:认证鉴权过程失败,用户没有proxy权限,需要申请proxy权限 710000304 Authentication failed. user or password error!:认证鉴权过程失败,代理用户名或者密码错误 710000305 Authentication failed. auth type error!:认证鉴权过程失败,错误的认证类型,同时需要用户名、密码,需要提示用户输入 710000306 Authentication failed.:认证鉴权过程失败,其他未知错误,有可能是不支持认证方式,建议弹框提示用户重新发起 710000400 active error!:激活失败 910000001 Server error.:服务器异常 910000002 SFU service failure.:sfu服务故障 910000003 Service unavaliable 503.:服务不可达503 910000004 Internal error.:内部错误 910000005 Kicked off.:被踢 910000006 Signature expired.:签名过期 910000007 Reconnect timeout.:重连超时 910000008 Network detection.:网络检测,UI不需要关注该错误码,不对外体现 910000009 User is removed.:用户移除 910000010 The room is dismissed.:房间解散 910000013 The app sleeps for a long time.:App长时间休眠 910000014 Auth failed.:鉴权失败 910000015 Auth retry.:鉴权重试 910000016 Auth clock sync.:时钟同步 910000017 Url not right.:Url错误 934000021 share user number exceeds max.:共享用户数超过最大值 990000001 Internal error.:内部错误 990000002 Message too large.:消息长度太大 990000003 Insufficient memory.:内存不足 990000004 Failed to send message synchronously.:同步发送消息失败 990000005 Parameter error.:参数错误 990000006 Call ID order error.:呼叫ID时序错误 990000007 Failed to set local screen.:设置本端画面失败 990000008 Failed to open remote screen.:开启远端画面失败 990000009 Device configuration failed.:设备配置失败 990000010 Initializing.:初始化中 990000011 Deinitializing.:去初始化中 990000012 Uploading log.:正在日志上传中 990000013 Failed to get media port.:获取媒体端口失败 990000014 The maximum number view window reached .:选看窗口超过规格数 990000015 Media negotiation failed.:媒体协商失败 990000016 Server no response.:服务器没有响应 990000017 Role switch failed.:角色切换失败 990000018 Failed to join room.:加入房间失败 990000019 Failed to join room. Status is busy.:非空闲状态 990000020 Failed to join room. Server error.:加入房间失败,服务器异常 990000021 Failed to join room. Service unavaliable.:加入房间失败,服务不可达 990000022 Failed to join room. Authentication failed.:加入房间失败,鉴权失败 990000023 Failed to join room. Authentication retry.:加入房间失败,鉴权重试 990000024 Failed to join room. Clock synchronization.:加入房间失败,时钟同步 990000025 Failed to join room. URL error.:加入房间失败,url错误 990000026 Kicked off.:被踢 990000027 Share failed.:共享失败 990000028 Currently in external media output mode, this operation is forbidden.:当前为外部媒体输出模式,禁用该操作 990000029 Reconnection failed.:重连失败 990000030 Server break down.:服务器宕机 990000031 Signature has expired.:签名已过期 990000032 Failed to set remote window mode.:设置远端窗口模式失败 990000033 Failed to subscribe or unsubscribe audio.:订阅或取消订阅音频失败 990000034 Failed to connect to other room.:连接其他房间失败 990000035 Failed to disconnect other room.:断开连接其他房间失败 990000036 Role switching is not allowed.:不允许角色切换 990000037 Currently in third-party capture mode, this operation is forbidden.:当前为第三方采集模式,禁用该操作 990000038 Failed to set third-party audio capture.:设置第三方音频采集失败 990000039 Failed to set third-party video capture.:设置第三方视频采集失败 990000040 Failed to set share sound switch.:设置共享声音开关失败 990000041 Failed to start or stop upstream audio stream.:启停上行音频流失败 990000042 Failed to start or stop upstream video stream.:启停上行视频流失败 990000043 User is removed.:用户被移除 990000044 The room is dismissed.:房间被解散 990000045 Failed to set remote View.:设置远端View失败 990000052 Failed to join room because room full.:房间已满,加入失败 990000053 mmr network error.:mmr网络问题 990000060 max count error.:超过最大数量
-
修订记录 表1 修订记录 日期 版本 修订内容 2024-10-12 100.9.5 1. 新增会议开始时间startTimeStamp 、会议结束时间endTimeStamp,废弃原有字段startTime 、endTime。 2. 新增添加与会者结果通知OnAddAttendeeNotify。 3. 新增与会者列表全部呼叫注入通知OnClickInjectCallAllBtnNotify。 4. 新增用户数据路径变化通知OnUserSavePathChanged。 5. 会议来电信息新增thirdUserId第三方用户ID。 6. 点击注入按钮类型ClickInjectBtn新增与会者列表全部呼入HWM_CLICK_INJECT_BTN_CALL_ALL。 具体使用请见100.9.5更新内容 2024-10-12 100.7.13 1. 问题修复,体验更稳定。 具体使用请见100.7.13更新内容 2024-8-23 100.7.8 1. 问题修复,体验更稳定。 具体使用请见100.7.8更新内容 2024-8-16 100.7.6 1. 问题修复,体验更稳定。 具体使用请见100.7.6更新内容 2024-8-5 100.7.5 1. 新增设置登录服务器信息接口setServerAddress。 2. 新增设置代理信息接口setProxy。 3. 新增设置证书校验信息接口setCAVerifyInfo。 4. 新增设置屏幕共享中需透明的窗口接口setTransparentWnd。 5. 新增发起投屏接口startProjection。 6. 新增会中信息更新通知onMeetingInfoChanged。 7. 主窗口信息新增handle字段。 8. 预约会议、编辑会议、创建会议、获取会议详情新增autoMuteMode软终端是否自动静音、hardTerminalAutoMuteMode硬终端是否自动静音、defaultSummaryState会议云录制是否包含纪要。 9. 会议来电信息新增isP2pConf是否立即会议。 10. 企业配置通知新增corpEnableSummary企业是否支持会议纪要。 具体使用请见100.7.5更新内容 2024-6-13 100.5.5 1. 新增音频码流帧数据通知onAudioFrameNotify。 2. 新增音频码流开关接口setAudioRawDataOutputConfig。 3. 与会者基础信息新增userUUID字段。 具体使用请见100.5.5更新内容 2024-5-9 100.3.7 1. Mac平台修复会中不显示自定义头像问题,体验更稳定。 具体使用请见100.3.7更新内容 2024-4-23 100.3.6 1. 功能配置开关接口enableCapability新增是否支持与会者邀请枚举值HWM_CAPABILITY_SUPPORT_GUEST_INVITE。 2. 问题修复,体验更稳定。 具体使用请见100.3.6更新内容 2024-2-17 90.12.7 1. 问题修复,体验更稳定。 具体使用请见90.12.7更新内容 2024-1-5 90.12.5 1. 新增显示提示信息接口showToast。 2. 新增获取主窗口信息接口getMainWindowInfo。 3. 创建会议、预约会议新增参数会议资源类型confResType。 4. 新增共享vmr信息通知onShareVmrInfoNotify。 5. 新增获取错误提示接口getErrorMessage,文案可用于提示。 6. 新增设置(会控)保底ip地址接口setGuaranteedIpAddresses,支持下沉企业数据不上云或断网逃生。 7. config接口新增配置字段copy_audience_conf_info,支持网络研讨会中观众链接的复制按钮可注入。 具体使用请见90.12.5更新内容 2023-12-13 90.10.8 1. 问题修复,体验更稳定。 具体使用请见90.10.8更新内容 2023-11-23 90.10.5 1. 新增MMR立即会议记录回调onP2PConfRecordNotify。 2. ElectronSDK支持node文件与Electron版本解耦,集成方不用再重新编译node文件。 3. ElectronSDK工程包删除编译node文件的相关脚本。 具体使用请见90.10.5更新内容 2023-10-9 90.9.5 1. 新增concurrentParticipants 会议方数,会议最大与会人数限制。 2. 新增日志路径设置接口setLogPath。 3. 新增会议来电通知onConfIncomingNotify。 具体使用请见90.9.5更新内容 2023-8-24 90.7.5 windows平台问题修复,体验更稳定。 2023-8-10 90.7.5 1. 新增发起立即会议接口startP2pConf。 2. 新增获取用户保存路径接口getUserSavePath。 3. Random入会新增参数域名domain,离线入会场景使用。 具体使用请见90.7.5更新内容 2023-6-1 90.6.5 1. 发起呼叫接口StartCall废弃 2. 预约会议、编辑会议、创建会议、获取会议详情、会议信息通知新增用户自定义信息字段customInfo。 3. Init接口新增是否支持同终端多应用登录字段isSupportMultiAppLogin。 4. 新增弱网信息通知OnPoorNetworkQualityInfoNotify。 5. 新增错误码412100044(服务器降级),接入方收到该错误码时,可以继续调用入会接口离线入会(该错误码的适配方式请参考Demo)。 具体使用请见90.6.5更新内容 2023-5-11 80.15.21 1. 问题修复,体验更稳定。 具体使用请见80.15.21更新内容 2023-3-29 80.15.5 1. 设置网络模式接口setNetworkMode新增参数isForcedVpn。 具体使用请见80.15.5更新内容 2023-2-23 80.13.6 1. 问题修复,体验更稳定。 具体使用请见80.13.6更新内容 2023-2-7 80.13.5 1. 设置语言接口setLanguage新增自定义语言功能。 具体使用请见80.13.5更新内容 2023-1-17 80.12.7 1. 问题修复,体验更稳定。 具体使用请见80.12.7更新内容 2023-1-9 80.12.6 1. 功能配置开关接口enableCapability新增是否显示录制安全提示窗枚举值HWM_CAPABILITY_CONFIRM_RECORD。 2. 问题修复,体验更稳定。 具体使用请见80.12.6更新内容 2022-12-24 80.12.5 1.上传头像接口上传条件变更(增加类型和大小判断),win支持上传头像接口。 2. 问题修复,体验更稳定。 具体使用请见80.12.5更新内容 2022-11-16 80.10.5 1. 获取VMR列表接口和修改云会议室信息接口新增参数confAllowJoinUser、isOpenWaitingRoom。 2. 新增设置共享权限接口SetShareScreenPermission。 3. 加入会议接口新增参数isStopConflictConf。 4. 获取会议详情新增参数vmrConfIdType。 5. AppId登录接口新增参数deptCode。 具体使用请见80.10.5更新内容 2022-10-8 80.9.5 1. Mac补充获取会议详情、编辑会议接口新增参数allowLive。 2. 新增周期会议相关接口。 3. 功能配置开关接口新增分组讨论功能开关枚举值HWM_CAPABILITY_BREAKOUT_CONF。 4. 会议信息通知新增参数isInBreakoutSubConf。 5. Electron SDK补充常见错误码。 具体使用请见80.9.5更新内容 2022-9-2 80.8.5 1. 获取会议详情、编辑会议接口新增参数allowLive。 2. 会议信息通知新增参数isCreator。 3. 预约会议、编辑会议支持设置“来宾在主持人之前加入会议”,并可设置提前入会时间(allowGuestStartConf、allowGuestStartConfTime)。 具体使用请见80.8.5更新内容 2022-7-30 80.7.5 1. 新增显示设置界面接口showSettingWindow。 2. 会议信息通知OnConfInfoNotify新增参数isOtherCorpConf。 3. 与会者列表子项注入点击通知OnClickInjectParticipantItemBtnNotify新增与会者详情按钮类型HWM_CLICK_INJECT_PARTICIPANT_ITEM_BTN_PARTICIPANT_DETAIL,新增华为云会议账号参数accountId。 4. Config接口新增字段participant_detail,支持与会者头像点击注入。 具体使用请见80.7.5更新内容 2022-6-17 80.5.11 1.config接口新增字段statusBar,支持录制状态栏按钮可隐藏。 2.新增禁用提示音接口disableVoicePrompts。 具体使用请见80.5.11更新内容 2022-5-18 80.5.5 1. Mac补充exit接口。 2. Mac创建会议、预约会议、编辑会议、获取会议详情接口补充等候室开关功能。 3. 功能配置开关接口新增隐藏非视频与会者配置。 4. 会议结束通知新增服务器异常错误码。 具体使用请见80.5.5 更新内容 2022-04-16 70.16.5 首次发布 父主题: Electron SDK
-
Demo安装包下载 Demo下载后可参考Demo 包完整性校验进行包完整性校验。 Android Demo安装包下载 图1 Android Demo安装包下载二维码 使用手机浏览器扫一扫下载 Windows Demo安装包下载 图2 Windows Demo安装包下载链接 32位Windows Demo下载链接:hmwsdk-win-demo-win32.zip 完整性校验 hwmsdk-win-demo-win32-sha256 64位Windows Demo下载链接:hmwsdk-win-demo-x64.zip 完整性校验 hwmsdk-win-demo-x64-sha256 Mac Demo安装包下载 图3 Mac Demo安装包下载链接 Mac Demo下载链接:hwmsdk-mac-demo.dmg 完整性校验hwmsdk-mac-demo-sha256 Electron Demo安装包下载 图4 Electron Demo安装包下载链接 32位Windows Electron Demo下载链接:hwmsdk-electron-demo-win-ia32.zip 完整性校验 hwmsdk-electron-demo-win-ia32-sha256 64位Windows Electron Demo下载链接:hwmsdk-electron-demo-win-x64.zip 完整性校验 hwmsdk-electron-demo-win-x64-sha256 Mac Electron Demo下载链接:hwmsdk-electron-demo-mac.dmg 完整性校验 hwmsdk-electron-demo-mac-sha256 父主题: Demo体验
-
SDK维护周期 华为云会议UI SDK提供一年的维护周期,当前各版本维护周期如表1所示。 表1 Android/iOS/Windows/Mac/Electron UI SDK维护周期 SDK版本号 发布时间 维护结束时间 100.9.5 2024-10-12 2025-10-11 100.7.13 2024-10-12 2025-10-11 100.7.8 2024-8-23 2025-8-22 100.7.6 2024-8-16 2025-8-15 100.7.5 2024-8-8 2025-8-7 100.5.5 2024-6-13 2025-6-12 100.3.7 2024-5-21 2025-5-20 100.3.6 2024-4-23 2025-4-22 90.12.7 2024-2-17 2025-2-16 90.12.5 2024-1-10 2025-1-9 90.10.8 2023-12-14 2024-12-13 90.10.5 2023-11-23 2024-11-22 90.10.5之前的版本已经不提供维护,如果使用中有问题,请升级到最新版本。
共100000条
- 1
- ...
- 2
- 3
- 4
- 5
- 6
- 7
- 8
- 9
- 10
- 11
- 12
- 13
- 14
- 15
- 16
- 17
- 18
- 19
- 20
- 21
- 22
- 23
- 24
- 25
- 26
- 27
- 28
- 29
- 30
- 31
- 32
- 33
- 34
- 35
- 36
- 37
- 38
- 39
- 40
- 41
- 42
- 43
- 44
- 45
- 46
- 47
- 48
- 49
- 50
- 51
- 52
- 53
- 54
- 55
- 56
- 57
- 58
- 59
- 60
- 61
- 62
- 63
- 64
- 65
- 66
- 67
- 68
- 69
- 70
- 71
- 72
- 73
- 74
- 75
- 76
- 77
- 78
- 79
- 80
- 81
- 82
- 83
- 84
- 85
- 86
- 87
- 88
- 89
- 90
- 91
- 92
- 93
- 94
- 95
- 96
- 97
- 98
- 99
- 100
- 101
- 102
- 103
- 104
- 105
- 106
- 107
- 108
- 109
- 110
- 111
- 112
- 113
- 114
- 115
- 116
- 117
- 118
- 119
- 120
- 121
- 122
- 123
- 124
- 125
- 126
- 127
- 128
- 129
- 130
- 131
- 132
- 133
- 134
- 135
- 136
- 137
- 138
- 139
- 140
- 141
- 142
- 143
- 144
- 145
- 146
- 147
- 148
- 149
- 150
- 151
- 152
- 153
- 154
- 155
- 156
- 157
- 158
- 159
- 160
- 161
- 162
- 163
- 164
- 165
- 166
- 167
- 168
- 169
- 170
- 171
- 172
- 173
- 174
- 175
- 176
- 177
- 178
- 179
- 180
- 181
- 182
- 183
- 184
- 185
- 186
- 187
- 188
- 189
- 190
- 191
- 192
- 193
- 194
- 195
- 196
- 197
- 198
- 199
- 200
- 201
- 202
- 203
- 204
- 205
- 206
- 207
- 208
- 209
- 210
- 211
- 212
- 213
- 214
- 215
- 216
- 217
- 218
- 219
- 220
- 221
- 222
- 223
- 224
- 225
- 226
- 227
- 228
- 229
- 230
- 231
- 232
- 233
- 234
- 235
- 236
- 237
- 238
- 239
- 240
- 241
- 242
- 243
- 244
- 245
- 246
- 247
- 248
- 249
- 250
- 251
- 252
- 253
- 254
- 255
- 256
- 257
- 258
- 259
- 260
- 261
- 262
- 263
- 264
- 265
- 266
- 267
- 268
- 269
- 270
- 271
- 272
- 273
- 274
- 275
- 276
- 277
- 278
- 279
- 280
- 281
- 282
- 283
- 284
- 285
- 286
- 287
- 288
- 289
- 290
- 291
- 292
- 293
- 294
- 295
- 296
- 297
- 298
- 299
- 300
- 301
- 302
- 303
- 304
- 305
- 306
- 307
- 308
- 309
- 310
- 311
- 312
- 313
- 314
- 315
- 316
- 317
- 318
- 319
- 320
- 321
- 322
- 323
- 324
- 325
- 326
- 327
- 328
- 329
- 330
- 331
- 332
- 333
- 334
- 335
- 336
- 337
- 338
- 339
- 340
- 341
- 342
- 343
- 344
- 345
- 346
- 347
- 348
- 349
- 350
- 351
- 352
- 353
- 354
- 355
- 356
- 357
- 358
- 359
- 360
- 361
- 362
- 363
- 364
- 365
- 366
- 367
- 368
- 369
- 370
- 371
- 372
- 373
- 374
- 375
- 376
- 377
- 378
- 379
- 380
- 381
- 382
- 383
- 384
- 385
- 386
- 387
- 388
- 389
- 390
- 391
- 392
- 393
- 394
- 395
- 396
- 397
- 398
- 399
- 400
- 401
- 402
- 403
- 404
- 405
- 406
- 407
- 408
- 409
- 410
- 411
- 412
- 413
- 414
- 415
- 416
- 417
- 418
- 419
- 420
- 421
- 422
- 423
- 424
- 425
- 426
- 427
- 428
- 429
- 430
- 431
- 432
- 433
- 434
- 435
- 436
- 437
- 438
- 439
- 440
- 441
- 442
- 443
- 444
- 445
- 446
- 447
- 448
- 449
- 450
- 451
- 452
- 453
- 454
- 455
- 456
- 457
- 458
- 459
- 460
- 461
- 462
- 463
- 464
- 465
- 466
- 467
- 468
- 469
- 470
- 471
- 472
- 473
- 474
- 475
- 476
- 477
- 478
- 479
- 480
- 481
- 482
- 483
- 484
- 485
- 486
- 487
- 488
- 489
- 490
- 491
- 492
- 493
- 494
- 495
- 496
- 497
- 498
- 499
- 500
- 501
- 502
- 503
- 504
- 505
- 506
- 507
- 508
- 509
- 510
- 511
- 512
- 513
- 514
- 515
- 516
- 517
- 518
- 519
- 520
- 521
- 522
- 523
- 524
- 525
- 526
- 527
- 528
- 529
- 530
- 531
- 532
- 533
- 534
- 535
- 536
- 537
- 538
- 539
- 540
- 541
- 542
- 543
- 544
- 545
- 546
- 547
- 548
- 549
- 550
- 551
- 552
- 553
- 554
- 555
- 556
- 557
- 558
- 559
- 560
- 561
- 562
- 563
- 564
- 565
- 566
- 567
- 568
- 569
- 570
- 571
- 572
- 573
- 574
- 575
- 576
- 577
- 578
- 579
- 580
- 581
- 582
- 583
- 584
- 585
- 586
- 587
- 588
- 589
- 590
- 591
- 592
- 593
- 594
- 595
- 596
- 597
- 598
- 599
- 600
- 601
- 602
- 603
- 604
- 605
- 606
- 607
- 608
- 609
- 610
- 611
- 612
- 613
- 614
- 615
- 616
- 617
- 618
- 619
- 620
- 621
- 622
- 623
- 624
- 625
- 626
- 627
- 628
- 629
- 630
- 631
- 632
- 633
- 634
- 635
- 636
- 637
- 638
- 639
- 640
- 641
- 642
- 643
- 644
- 645
- 646
- 647
- 648
- 649
- 650
- 651
- 652
- 653
- 654
- 655
- 656
- 657
- 658
- 659
- 660
- 661
- 662
- 663
- 664
- 665
- 666
- 667
- 668
- 669
- 670
- 671
- 672
- 673
- 674
- 675
- 676
- 677
- 678
- 679
- 680
- 681
- 682
- 683
- 684
- 685
- ...
- 686
- 687
- 688
- 689
- 690
- 691
- 692
- 693
- 694
- 695
- 696
- 697
- 698
- 699
- 700
- 701
- 702
- 703
- 704
- 705
- 706
- 707
- 708
- 709
- 710
- 711
- 712
- 713
- 714
- 715
- 716
- 717
- 718
- 719
- 720
- 721
- 722
- 723
- 724
- 725
- 726
- 727
- 728
- 729
- 730
- 731
- 732
- 733
- 734
- 735
- 736
- 737
- 738
- 739
- 740
- 741
- 742
- 743
- 744
- 745
- 746
- 747
- 748
- 749
- 750
- 751
- 752
- 753
- 754
- 755
- 756
- 757
- 758
- 759
- 760
- 761
- 762
- 763
- 764
- 765
- 766
- 767
- 768
- 769
- 770
- 771
- 772
- 773
- 774
- 775
- 776
- 777
- 778
- 779
- 780
- 781
- 782
- 783
- 784
- 785
- 786
- 787
- 788
- 789
- 790
- 791
- 792
- 793
- 794
- 795
- 796
- 797
- 798
- 799
- 800
- 801
- 802
- 803
- 804
- 805
- 806
- 807
- 808
- 809
- 810
- 811
- 812
- 813
- 814
- 815
- 816
- 817
- 818
- 819
- 820
- 821
- 822
- 823
- 824
- 825
- 826
- 827
- 828
- 829
- 830
- 831
- 832
- 833
- 834
- 835
- 836
- 837
- 838
- 839
- 840
- 841
- 842
- 843
- 844
- 845
- 846
- 847
- 848
- 849
- 850
- 851
- 852
- 853
- 854
- 855
- 856
- 857
- 858
- 859
- 860
- 861
- 862
- 863
- 864
- 865
- 866
- 867
- 868
- 869
- 870
- 871
- 872
- 873
- 874
- 875
- 876
- 877
- 878
- 879
- 880
- 881
- 882
- 883
- 884
- 885
- 886
- 887
- 888
- 889
- 890
- 891
- 892
- 893
- 894
- 895
- 896
- 897
- 898
- 899
- 900
- 901
- 902
- 903
- 904
- 905
- 906
- 907
- 908
- 909
- 910
- 911
- 912
- 913
- 914
- 915
- 916
- 917
- 918
- 919
- 920
- 921
- 922
- 923
- 924
- 925
- 926
- 927
- 928
- 929
- 930
- 931
- 932
- 933
- 934
- 935
- 936
- 937
- 938
- 939
- 940
- 941
- 942
- 943
- 944
- 945
- 946
- 947
- 948
- 949
- 950
- 951
- 952
- 953
- 954
- 955
- 956
- 957
- 958
- 959
- 960
- 961
- 962
- 963
- 964
- 965
- 966
- 967
- 968
- 969
- 970
- 971
- 972
- 973
- 974
- 975
- 976
- 977
- 978
- 979
- 980
- 981
- 982
- 983
- 984
- 985
- 986
- 987
- 988
- 989
- 990
- 991
- 992
- 993
- 994
- 995
- 996
- 997
- 998
- 999
- 1000
- 1001
- 1002
- 1003
- 1004
- 1005
- 1006
- 1007
- 1008
- 1009
- 1010
- 1011
- 1012
- 1013
- 1014
- 1015
- 1016
- 1017
- 1018
- 1019
- 1020
- 1021
- 1022
- 1023
- 1024
- 1025
- 1026
- 1027
- 1028
- 1029
- 1030
- 1031
- 1032
- 1033
- 1034
- 1035
- 1036
- 1037
- 1038
- 1039
- 1040
- 1041
- 1042
- 1043
- 1044
- 1045
- 1046
- 1047
- 1048
- 1049
- 1050
- 1051
- 1052
- 1053
- 1054
- 1055
- 1056
- 1057
- 1058
- 1059
- 1060
- 1061
- 1062
- 1063
- 1064
- 1065
- 1066
- 1067
- 1068
- 1069
- 1070
- 1071
- 1072
- 1073
- 1074
- 1075
- 1076
- 1077
- 1078
- 1079
- 1080
- 1081
- 1082
- 1083
- 1084
- 1085
- 1086
- 1087
- 1088
- 1089
- 1090
- 1091
- 1092
- 1093
- 1094
- 1095
- 1096
- 1097
- 1098
- 1099
- 1100
- 1101
- 1102
- 1103
- 1104
- 1105
- 1106
- 1107
- 1108
- 1109
- 1110
- 1111
- 1112
- 1113
- 1114
- 1115
- 1116
- 1117
- 1118
- 1119
- 1120
- 1121
- 1122
- 1123
- 1124
- 1125
- 1126
- 1127
- 1128
- 1129
- 1130
- 1131
- 1132
- 1133
- 1134
- 1135
- 1136
- 1137
- 1138
- 1139
- 1140
- 1141
- 1142
- 1143
- 1144
- 1145
- 1146
- 1147
- 1148
- 1149
- 1150
- 1151
- 1152
- 1153
- 1154
- 1155
- 1156
- 1157
- 1158
- 1159
- 1160
- 1161
- 1162
- 1163
- 1164
- 1165
- 1166
- 1167
- 1168
- 1169
- 1170
- 1171
- 1172
- 1173
- 1174
- 1175
- 1176
- 1177
- 1178
- 1179
- 1180
- 1181
- 1182
- 1183
- 1184
- 1185
- 1186
- 1187
- 1188
- 1189
- 1190
- 1191
- 1192
- 1193
- 1194
- 1195
- 1196
- 1197
- 1198
- 1199
- 1200
- 1201
- 1202
- 1203
- 1204
- 1205
- 1206
- 1207
- 1208
- 1209
- 1210
- 1211
- 1212
- 1213
- 1214
- 1215
- 1216
- 1217
- 1218
- 1219
- 1220
- 1221
- 1222
- 1223
- 1224
- 1225
- 1226
- 1227
- 1228
- 1229
- 1230
- 1231
- 1232
- 1233
- 1234
- 1235
- 1236
- 1237
- 1238
- 1239
- 1240
- 1241
- 1242
- 1243
- 1244
- 1245
- 1246
- 1247
- 1248
- 1249
- 1250
- 1251
- 1252
- 1253
- 1254
- 1255
- 1256
- 1257
- 1258
- 1259
- 1260
- 1261
- 1262
- 1263
- 1264
- 1265
- 1266
- 1267
- 1268
- 1269
- 1270
- 1271
- 1272
- 1273
- 1274
- 1275
- 1276
- 1277
- 1278
- 1279
- 1280
- 1281
- 1282
- 1283
- 1284
- 1285
- 1286
- 1287
- 1288
- 1289
- 1290
- 1291
- 1292
- 1293
- 1294
- 1295
- 1296
- 1297
- 1298
- 1299
- 1300
- 1301
- 1302
- 1303
- 1304
- 1305
- 1306
- 1307
- 1308
- 1309
- 1310
- 1311
- 1312
- 1313
- 1314
- 1315
- 1316
- 1317
- 1318
- 1319
- 1320
- 1321
- 1322
- 1323
- 1324
- 1325
- 1326
- 1327
- 1328
- 1329
- 1330
- 1331
- 1332
- 1333
- 1334
- 1335
- 1336
- 1337
- 1338
- 1339
- 1340
- 1341
- 1342
- 1343
- 1344
- 1345
- 1346
- 1347
- 1348
- 1349
- 1350
- 1351
- 1352
- 1353
- 1354
- 1355
- 1356
- 1357
- 1358
- 1359
- 1360
- 1361
- 1362
- 1363
- 1364
- 1365
- 1366
- 1367
- 1368
- 1369
- 1370
- 1371
- 1372
- 1373
- 1374
- 1375
- 1376
- 1377
- 1378
- 1379
- 1380
- 1381
- 1382
- 1383
- 1384
- 1385
- 1386
- 1387
- 1388
- 1389
- 1390
- 1391
- 1392
- 1393
- 1394
- 1395
- 1396
- 1397
- 1398
- 1399
- 1400
- 1401
- 1402
- 1403
- 1404
- 1405
- 1406
- 1407
- 1408
- 1409
- 1410
- 1411
- 1412
- 1413
- 1414
- 1415
- 1416
- 1417
- 1418
- 1419
- 1420
- 1421
- 1422
- 1423
- 1424
- 1425
- 1426
- 1427
- 1428
- 1429
- 1430
- 1431
- 1432
- 1433
- 1434
- 1435
- 1436
- 1437
- 1438
- 1439
- 1440
- 1441
- 1442
- 1443
- 1444
- 1445
- 1446
- 1447
- 1448
- 1449
- 1450
- 1451
- 1452
- 1453
- 1454
- 1455
- 1456
- 1457
- 1458
- 1459
- 1460
- 1461
- 1462
- 1463
- 1464
- 1465
- 1466
- 1467
- 1468
- 1469
- 1470
- 1471
- 1472
- 1473
- 1474
- 1475
- 1476
- 1477
- 1478
- 1479
- 1480
- 1481
- 1482
- 1483
- 1484
- 1485
- 1486
- 1487
- 1488
- 1489
- 1490
- 1491
- 1492
- 1493
- 1494
- 1495
- 1496
- 1497
- 1498
- 1499
- 1500
- 1501
- 1502
- 1503
- 1504
- 1505
- 1506
- 1507
- 1508
- 1509
- 1510
- 1511
- 1512
- 1513
- 1514
- 1515
- 1516
- 1517
- 1518
- 1519
- 1520
- 1521
- 1522
- 1523
- 1524
- 1525
- 1526
- 1527
- 1528
- 1529
- 1530
- 1531
- 1532
- 1533
- 1534
- 1535
- 1536
- 1537
- 1538
- 1539
- 1540
- 1541
- 1542
- 1543
- 1544
- 1545
- 1546
- 1547
- 1548
- 1549
- 1550
- 1551
- 1552
- 1553
- 1554
- 1555
- 1556
- 1557
- 1558
- 1559
- 1560
- 1561
- 1562
- 1563
- 1564
- 1565
- 1566
- 1567
- 1568
- 1569
- 1570
- 1571
- 1572
- 1573
- 1574
- 1575
- 1576
- 1577
- 1578
- 1579
- 1580
- 1581
- 1582
- 1583
- 1584
- 1585
- 1586
- 1587
- 1588
- 1589
- 1590
- 1591
- 1592
- 1593
- 1594
- 1595
- 1596
- 1597
- 1598
- 1599
- 1600
- 1601
- 1602
- 1603
- 1604
- 1605
- 1606
- 1607
- 1608
- 1609
- 1610
- 1611
- 1612
- 1613
- 1614
- 1615
- 1616
- 1617
- 1618
- 1619
- 1620
- 1621
- 1622
- 1623
- 1624
- 1625
- 1626
- 1627
- 1628
- 1629
- 1630
- 1631
- 1632
- 1633
- 1634
- 1635
- 1636
- 1637
- 1638
- 1639
- 1640
- 1641
- 1642
- 1643
- 1644
- 1645
- 1646
- 1647
- 1648
- 1649
- 1650
- 1651
- 1652
- 1653
- 1654
- 1655
- 1656
- 1657
- 1658
- 1659
- 1660
- 1661
- 1662
- 1663
- 1664
- 1665
- 1666
- 1667
- 1668
- 1669
- 1670
- 1671
- 1672
- 1673
- 1674
- 1675
- 1676
- 1677
- 1678
- 1679
- 1680
- 1681
- 1682
- 1683
- 1684
- 1685
- 1686
- 1687
- 1688
- 1689
- 1690
- 1691
- 1692
- 1693
- 1694
- 1695
- 1696
- 1697
- 1698
- 1699
- 1700
- 1701
- 1702
- 1703
- 1704
- 1705
- 1706
- 1707
- 1708
- 1709
- 1710
- 1711
- 1712
- 1713
- 1714
- 1715
- 1716
- 1717
- 1718
- 1719
- 1720
- 1721
- 1722
- 1723
- 1724
- 1725
- 1726
- 1727
- 1728
- 1729
- 1730
- 1731
- 1732
- 1733
- 1734
- 1735
- 1736
- 1737
- 1738
- 1739
- 1740
- 1741
- 1742
- 1743
- 1744
- 1745
- 1746
- 1747
- 1748
- 1749
- 1750
- 1751
- 1752
- 1753
- 1754
- 1755
- 1756
- 1757
- 1758
- 1759
- 1760
- 1761
- 1762
- 1763
- 1764
- 1765
- 1766
- 1767
- 1768
- 1769
- 1770
- 1771
- 1772
- 1773
- 1774
- 1775
- 1776
- 1777
- 1778
- 1779
- 1780
- 1781
- 1782
- 1783
- 1784
- 1785
- 1786
- 1787
- 1788
- 1789
- 1790
- 1791
- 1792
- 1793
- 1794
- 1795
- 1796
- 1797
- 1798
- 1799
- 1800
- 1801
- 1802
- 1803
- 1804
- 1805
- 1806
- 1807
- 1808
- 1809
- 1810
- 1811
- 1812
- 1813
- 1814
- 1815
- 1816
- 1817
- 1818
- 1819
- 1820
- 1821
- 1822
- 1823
- 1824
- 1825
- 1826
- 1827
- 1828
- 1829
- 1830
- 1831
- 1832
- 1833
- 1834
- 1835
- 1836
- 1837
- 1838
- 1839
- 1840
- 1841
- 1842
- 1843
- 1844
- 1845
- 1846
- 1847
- 1848
- 1849
- 1850
- 1851
- 1852
- 1853
- 1854
- 1855
- 1856
- 1857
- 1858
- 1859
- 1860
- 1861
- 1862
- 1863
- 1864
- 1865
- 1866
- 1867
- 1868
- 1869
- 1870
- 1871
- 1872
- 1873
- 1874
- 1875
- 1876
- 1877
- 1878
- 1879
- 1880
- 1881
- 1882
- 1883
- 1884
- 1885
- 1886
- 1887
- 1888
- 1889
- 1890
- 1891
- 1892
- 1893
- 1894
- 1895
- 1896
- 1897
- 1898
- 1899
- 1900
- 1901
- 1902
- 1903
- 1904
- 1905
- 1906
- 1907
- 1908
- 1909
- 1910
- 1911
- 1912
- 1913
- 1914
- 1915
- 1916
- 1917
- 1918
- 1919
- 1920
- 1921
- 1922
- 1923
- 1924
- 1925
- 1926
- 1927
- 1928
- 1929
- 1930
- 1931
- 1932
- 1933
- 1934
- 1935
- 1936
- 1937
- 1938
- 1939
- 1940
- 1941
- 1942
- 1943
- 1944
- 1945
- 1946
- 1947
- 1948
- 1949
- 1950
- 1951
- 1952
- 1953
- 1954
- 1955
- 1956
- 1957
- 1958
- 1959
- 1960
- 1961
- 1962
- 1963
- 1964
- 1965
- 1966
- 1967
- 1968
- 1969
- 1970
- 1971
- 1972
- 1973
- 1974
- 1975
- 1976
- 1977
- 1978
- 1979
- 1980
- 1981
- 1982
- 1983
- 1984
- 1985
- 1986
- 1987
- 1988
- 1989
- 1990
- 1991
- 1992
- 1993
- 1994
- 1995
- 1996
- 1997
- 1998
- 1999
- 2000
- 2001
- 2002
- 2003
- 2004
- 2005
- 2006
- 2007
- 2008
- 2009
- 2010
- 2011
- 2012
- 2013
- 2014
- 2015
- 2016
- 2017
- 2018
- 2019
- 2020
- 2021
- 2022
- 2023
- 2024
- 2025
- 2026
- 2027
- 2028
- 2029
- 2030
- 2031
- 2032
- 2033
- 2034
- 2035
- 2036
- 2037
- 2038
- 2039
- 2040
- 2041
- 2042
- 2043
- 2044
- 2045
- 2046
- 2047
- 2048
- 2049
- 2050
- 2051
- 2052
- 2053
- 2054
- 2055
- 2056
- 2057
- 2058
- 2059
- 2060
- 2061
- 2062
- 2063
- 2064
- 2065
- 2066
- 2067
- 2068
- 2069
- 2070
- 2071
- 2072
- 2073
- 2074
- 2075
- 2076
- 2077
- 2078
- 2079
- 2080
- 2081
- 2082
- 2083
- 2084
- 2085
- 2086
- 2087
- 2088
- 2089
- 2090
- 2091
- 2092
- 2093
- 2094
- 2095
- 2096
- 2097
- 2098
- 2099
- 2100
- 2101
- 2102
- 2103
- 2104
- 2105
- 2106
- 2107
- 2108
- 2109
- 2110
- 2111
- 2112
- 2113
- 2114
- 2115
- 2116
- 2117
- 2118
- 2119
- 2120
- 2121
- 2122
- 2123
- 2124
- 2125
- 2126
- 2127
- 2128
- 2129
- 2130
- 2131
- 2132
- 2133
- 2134
- 2135
- 2136
- 2137
- 2138
- 2139
- 2140
- 2141
- 2142
- 2143
- 2144
- 2145
- 2146
- 2147
- 2148
- 2149
- 2150
- 2151
- 2152
- 2153
- 2154
- 2155
- 2156
- 2157
- 2158
- 2159
- 2160
- 2161
- 2162
- 2163
- 2164
- 2165
- 2166
- 2167
- 2168
- 2169
- 2170
- 2171
- 2172
- 2173
- 2174
- 2175
- 2176
- 2177
- 2178
- 2179
- 2180
- 2181
- 2182
- 2183
- 2184
- 2185
- 2186
- 2187
- 2188
- 2189
- 2190
- 2191
- 2192
- 2193
- 2194
- 2195
- 2196
- 2197
- 2198
- 2199
- 2200
- 2201
- 2202
- 2203
- 2204
- 2205
- 2206
- 2207
- 2208
- 2209
- 2210
- 2211
- 2212
- 2213
- 2214
- 2215
- 2216
- 2217
- 2218
- 2219
- 2220
- 2221
- 2222
- 2223
- 2224
- 2225
- 2226
- 2227
- 2228
- 2229
- 2230
- 2231
- 2232
- 2233
- 2234
- 2235
- 2236
- 2237
- 2238
- 2239
- 2240
- 2241
- 2242
- 2243
- 2244
- 2245
- 2246
- 2247
- 2248
- 2249
- 2250
- 2251
- 2252
- 2253
- 2254
- 2255
- 2256
- 2257
- 2258
- 2259
- 2260
- 2261
- 2262
- 2263
- 2264
- 2265
- 2266
- 2267
- 2268
- 2269
- 2270
- 2271
- 2272
- 2273
- 2274
- 2275
- 2276
- 2277
- 2278
- 2279
- 2280
- 2281
- 2282
- 2283
- 2284
- 2285
- 2286
- 2287
- 2288
- 2289
- 2290
- 2291
- 2292
- 2293
- 2294
- 2295
- 2296
- 2297
- 2298
- 2299
- 2300
- 2301
- 2302
- 2303
- 2304
- 2305
- 2306
- 2307
- 2308
- 2309
- 2310
- 2311
- 2312
- 2313
- 2314
- 2315
- 2316
- 2317
- 2318
- 2319
- 2320
- 2321
- 2322
- 2323
- 2324
- 2325
- 2326
- 2327
- 2328
- 2329
- 2330
- 2331
- 2332
- 2333
- 2334
- 2335
- 2336
- 2337
- 2338
- 2339
- 2340
- 2341
- 2342
- 2343
- 2344
- 2345
- 2346
- 2347
- 2348
- 2349
- 2350
- 2351
- 2352
- 2353
- 2354
- 2355
- 2356
- 2357
- 2358
- 2359
- 2360
- 2361
- 2362
- 2363
- 2364
- 2365
- 2366
- 2367
- 2368
- 2369
- 2370
- 2371
- 2372
- 2373
- 2374
- 2375
- 2376
- 2377
- 2378
- 2379
- 2380
- 2381
- 2382
- 2383
- 2384
- 2385
- 2386
- 2387
- 2388
- 2389
- 2390
- 2391
- 2392
- 2393
- 2394
- 2395
- 2396
- 2397
- 2398
- 2399
- 2400
- 2401
- 2402
- 2403
- 2404
- 2405
- 2406
- 2407
- 2408
- 2409
- 2410
- 2411
- 2412
- 2413
- 2414
- 2415
- 2416
- 2417
- 2418
- 2419
- 2420
- 2421
- 2422
- 2423
- 2424
- 2425
- 2426
- 2427
- 2428
- 2429
- 2430
- 2431
- 2432
- 2433
- 2434
- 2435
- 2436
- 2437
- 2438
- 2439
- 2440
- 2441
- 2442
- 2443
- 2444
- 2445
- 2446
- 2447
- 2448
- 2449
- 2450
- 2451
- 2452
- 2453
- 2454
- 2455
- 2456
- 2457
- 2458
- 2459
- 2460
- 2461
- 2462
- 2463
- 2464
- 2465
- 2466
- 2467
- 2468
- 2469
- 2470
- 2471
- 2472
- 2473
- 2474
- 2475
- 2476
- 2477
- 2478
- 2479
- 2480
- 2481
- 2482
- 2483
- 2484
- 2485
- 2486
- 2487
- 2488
- 2489
- 2490
- 2491
- 2492
- 2493
- 2494
- 2495
- 2496
- 2497
- 2498
- 2499
- 2500
- 2501
- 2502
- 2503
- 2504
- 2505
- 2506
- 2507
- 2508
- 2509
- 2510
- 2511
- 2512
- 2513
- 2514
- 2515
- 2516
- 2517
- 2518
- 2519
- 2520
- 2521
- 2522
- 2523
- 2524
- 2525
- 2526
- 2527
- 2528
- 2529
- 2530
- 2531
- 2532
- 2533
- 2534
- 2535
- 2536
- 2537
- 2538
- 2539
- 2540
- 2541
- 2542
- 2543
- 2544
- 2545
- 2546
- 2547
- 2548
- 2549
- 2550
- 2551
- 2552
- 2553
- 2554
- 2555
- 2556
- 2557
- 2558
- 2559
- 2560
- 2561
- 2562
- 2563
- 2564
- 2565
- 2566
- 2567
- 2568
- 2569
- 2570
- 2571
- 2572
- 2573
- 2574
- 2575
- 2576
- 2577
- 2578
- 2579
- 2580
- 2581
- 2582
- 2583
- 2584
- 2585
- 2586
- 2587
- 2588
- 2589
- 2590
- 2591
- 2592
- 2593
- 2594
- 2595
- 2596
- 2597
- 2598
- 2599
- 2600
- 2601
- 2602
- 2603
- 2604
- 2605
- 2606
- 2607
- 2608
- 2609
- 2610
- 2611
- 2612
- 2613
- 2614
- 2615
- 2616
- 2617
- 2618
- 2619
- 2620
- 2621
- 2622
- 2623
- 2624
- 2625
- 2626
- 2627
- 2628
- 2629
- 2630
- 2631
- 2632
- 2633
- 2634
- 2635
- 2636
- 2637
- 2638
- 2639
- 2640
- 2641
- 2642
- 2643
- 2644
- 2645
- 2646
- 2647
- 2648
- 2649
- 2650
- 2651
- 2652
- 2653
- 2654
- 2655
- 2656
- 2657
- 2658
- 2659
- 2660
- 2661
- 2662
- 2663
- 2664
- 2665
- 2666
- 2667
- 2668
- 2669
- 2670
- 2671
- 2672
- 2673
- 2674
- 2675
- 2676
- 2677
- 2678
- 2679
- 2680
- 2681
- 2682
- 2683
- 2684
- 2685
- 2686
- 2687
- 2688
- 2689
- 2690
- 2691
- 2692
- 2693
- 2694
- 2695
- 2696
- 2697
- 2698
- 2699
- 2700
- 2701
- 2702
- 2703
- 2704
- 2705
- 2706
- 2707
- 2708
- 2709
- 2710
- 2711
- 2712
- 2713
- 2714
- 2715
- 2716
- 2717
- 2718
- 2719
- 2720
- 2721
- 2722
- 2723
- 2724
- 2725
- 2726
- 2727
- 2728
- 2729
- 2730
- 2731
- 2732
- 2733
- 2734
- 2735
- 2736
- 2737
- 2738
- 2739
- 2740
- 2741
- 2742
- 2743
- 2744
- 2745
- 2746
- 2747
- 2748
- 2749
- 2750
- 2751
- 2752
- 2753
- 2754
- 2755
- 2756
- 2757
- 2758
- 2759
- 2760
- 2761
- 2762
- 2763
- 2764
- 2765
- 2766
- 2767
- 2768
- 2769
- 2770
- 2771
- 2772
- 2773
- 2774
- 2775
- 2776
- 2777
- 2778
- 2779
- 2780
- 2781
- 2782
- 2783
- 2784
- 2785
- 2786
- 2787
- 2788
- 2789
- 2790
- 2791
- 2792
- 2793
- 2794
- 2795
- 2796
- 2797
- 2798
- 2799
- 2800
- 2801
- 2802
- 2803
- 2804
- 2805
- 2806
- 2807
- 2808
- 2809
- 2810
- 2811
- 2812
- 2813
- 2814
- 2815
- 2816
- 2817
- 2818
- 2819
- 2820
- 2821
- 2822
- 2823
- 2824
- 2825
- 2826
- 2827
- 2828
- 2829
- 2830
- 2831
- 2832
- 2833
- 2834
- 2835
- 2836
- 2837
- 2838
- 2839
- 2840
- 2841
- 2842
- 2843
- 2844
- 2845
- 2846
- 2847
- 2848
- 2849
- 2850
- 2851
- 2852
- 2853
- 2854
- 2855
- 2856
- 2857
- 2858
- 2859
- 2860
- 2861
- 2862
- 2863
- 2864
- 2865
- 2866
- 2867
- 2868
- 2869
- 2870
- 2871
- 2872
- 2873
- 2874
- 2875
- 2876
- 2877
- 2878
- 2879
- 2880
- 2881
- 2882
- 2883
- 2884
- 2885
- 2886
- 2887
- 2888
- 2889
- 2890
- 2891
- 2892
- 2893
- 2894
- 2895
- 2896
- 2897
- 2898
- 2899
- 2900
- 2901
- 2902
- 2903
- 2904
- 2905
- 2906
- 2907
- 2908
- 2909
- 2910
- 2911
- 2912
- 2913
- 2914
- 2915
- 2916
- 2917
- 2918
- 2919
- 2920
- 2921
- 2922
- 2923
- 2924
- 2925
- 2926
- 2927
- 2928
- 2929
- 2930
- 2931
- 2932
- 2933
- 2934
- 2935
- 2936
- 2937
- 2938
- 2939
- 2940
- 2941
- 2942
- 2943
- 2944
- 2945
- 2946
- 2947
- 2948
- 2949
- 2950
- 2951
- 2952
- 2953
- 2954
- 2955
- 2956
- 2957
- 2958
- 2959
- 2960
- 2961
- 2962
- 2963
- 2964
- 2965
- 2966
- 2967
- 2968
- 2969
- 2970
- 2971
- 2972
- 2973
- 2974
- 2975
- 2976
- 2977
- 2978
- 2979
- 2980
- 2981
- 2982
- 2983
- 2984
- 2985
- 2986
- 2987
- 2988
- 2989
- 2990
- 2991
- 2992
- 2993
- 2994
- 2995
- 2996
- 2997
- 2998
- 2999
- 3000
- 3001
- 3002
- 3003
- 3004
- 3005
- 3006
- 3007
- 3008
- 3009
- 3010
- 3011
- 3012
- 3013
- 3014
- 3015
- 3016
- 3017
- 3018
- 3019
- 3020
- 3021
- 3022
- 3023
- 3024
- 3025
- 3026
- 3027
- 3028
- 3029
- 3030
- 3031
- 3032
- 3033
- 3034
- 3035
- 3036
- 3037
- 3038
- 3039
- 3040
- 3041
- 3042
- 3043
- 3044
- 3045
- 3046
- 3047
- 3048
- 3049
- 3050
- 3051
- 3052
- 3053
- 3054
- 3055
- 3056
- 3057
- 3058
- 3059
- 3060
- 3061
- 3062
- 3063
- 3064
- 3065
- 3066
- 3067
- 3068
- 3069
- 3070
- 3071
- 3072
- 3073
- 3074
- 3075
- 3076
- 3077
- 3078
- 3079
- 3080
- 3081
- 3082
- 3083
- 3084
- 3085
- 3086
- 3087
- 3088
- 3089
- 3090
- 3091
- 3092
- 3093
- 3094
- 3095
- 3096
- 3097
- 3098
- 3099
- 3100
- 3101
- 3102
- 3103
- 3104
- 3105
- 3106
- 3107
- 3108
- 3109
- 3110
- 3111
- 3112
- 3113
- 3114
- 3115
- 3116
- 3117
- 3118
- 3119
- 3120
- 3121
- 3122
- 3123
- 3124
- 3125
- 3126
- 3127
- 3128
- 3129
- 3130
- 3131
- 3132
- 3133
- 3134
- 3135
- 3136
- 3137
- 3138
- 3139
- 3140
- 3141
- 3142
- 3143
- 3144
- 3145
- 3146
- 3147
- 3148
- 3149
- 3150
- 3151
- 3152
- 3153
- 3154
- 3155
- 3156
- 3157
- 3158
- 3159
- 3160
- 3161
- 3162
- 3163
- 3164
- 3165
- 3166
- 3167
- 3168
- 3169
- 3170
- 3171
- 3172
- 3173
- 3174
- 3175
- 3176
- 3177
- 3178
- 3179
- 3180
- 3181
- 3182
- 3183
- 3184
- 3185
- 3186
- 3187
- 3188
- 3189
- 3190
- 3191
- 3192
- 3193
- 3194
- 3195
- 3196
- 3197
- 3198
- 3199
- 3200
- 3201
- 3202
- 3203
- 3204
- 3205
- 3206
- 3207
- 3208
- 3209
- 3210
- 3211
- 3212
- 3213
- 3214
- 3215
- 3216
- 3217
- 3218
- 3219
- 3220
- 3221
- 3222
- 3223
- 3224
- 3225
- 3226
- 3227
- 3228
- 3229
- 3230
- 3231
- 3232
- 3233
- 3234
- 3235
- 3236
- 3237
- 3238
- 3239
- 3240
- 3241
- 3242
- 3243
- 3244
- 3245
- 3246
- 3247
- 3248
- 3249
- 3250
- 3251
- 3252
- 3253
- 3254
- 3255
- 3256
- 3257
- 3258
- 3259
- 3260
- 3261
- 3262
- 3263
- 3264
- 3265
- 3266
- 3267
- 3268
- 3269
- 3270
- 3271
- 3272
- 3273
- 3274
- 3275
- 3276
- 3277
- 3278
- 3279
- 3280
- 3281
- 3282
- 3283
- 3284
- 3285
- 3286
- 3287
- 3288
- 3289
- 3290
- 3291
- 3292
- 3293
- 3294
- 3295
- 3296
- 3297
- 3298
- 3299
- 3300
- 3301
- 3302
- 3303
- 3304
- 3305
- 3306
- 3307
- 3308
- 3309
- 3310
- 3311
- 3312
- 3313
- 3314
- 3315
- 3316
- 3317
- 3318
- 3319
- 3320
- 3321
- 3322
- 3323
- 3324
- 3325
- 3326
- 3327
- 3328
- 3329
- 3330
- 3331
- 3332
- 3333
- 3333
推荐文章