From 98e5b033357116160a66adbd80bd1332212d5004 Mon Sep 17 00:00:00 2001 From: HuangXW Date: Sat, 11 Feb 2023 07:25:50 +0000 Subject: [PATCH] Supplement the existing error code 16501004, add new error code 16501005 Change-Id: I8ffc1f4a95726bbf2cc6302a9cbb18007109296b Signed-off-by: HuangXW --- .../reference/errorcodes/errorcode-form.md | 33 +++++++++++++++++++ 1 file changed, 33 insertions(+) diff --git a/zh-cn/application-dev/reference/errorcodes/errorcode-form.md b/zh-cn/application-dev/reference/errorcodes/errorcode-form.md index 37168b5096..e5e05c3d76 100644 --- a/zh-cn/application-dev/reference/errorcodes/errorcode-form.md +++ b/zh-cn/application-dev/reference/errorcodes/errorcode-form.md @@ -137,5 +137,38 @@ The form can not be operated by the current application. 1. 检查传入卡片ID所有权 2. 升级权限为SystemApp +## 16501004 指定的ability未安装 +**错误信息** + +The ability is not installed. + +**错误描述** + +当指定的ability未安装时,系统会报此错误码。 + +**可能原因** + +指定的ability未安装。 + +**处理步骤** + +检查传入的abilityName与bundleName是否有效。 + +## 16501005 连接卡片渲染服务失败 + +**错误信息** + +Connect FormRenderService failed, please try again later. + +**错误描述** + +连接卡片渲染服务失败时,系统会报此错误码。 + +**可能原因** + +服务繁忙。 + +**处理步骤** +服务繁忙,请稍后重试。 -- GitLab