From 68887e6b6113483ccca3bc4058f670dbd2406672 Mon Sep 17 00:00:00 2001 From: Gloria Date: Wed, 8 Mar 2023 15:28:58 +0800 Subject: [PATCH] fixed c810b0e from https://gitee.com/wusongqing/docs/pulls/15670 Update docs against 14559 Signed-off-by: wusongqing --- .../reference/errorcodes/errorcode-form.md | 36 +++++++++++++++++++ 1 file changed, 36 insertions(+) diff --git a/en/application-dev/reference/errorcodes/errorcode-form.md b/en/application-dev/reference/errorcodes/errorcode-form.md index 232306b030..44184be855 100644 --- a/en/application-dev/reference/errorcodes/errorcode-form.md +++ b/en/application-dev/reference/errorcodes/errorcode-form.md @@ -136,3 +136,39 @@ The widget does not belong to the application. 1. Check the ownership of the widget ID. 2. Upgrade the application permission to **SystemApp**. + +## 16501004 Ability Not Installed + +**Error Message** + +The ability is not installed. + +**Description** + +The specified ability is not installed. + +**Possible Causes** + +The specified ability is not installed. + +**Solution** + +Pass in valid **abilityName** and **bundleName**. + +## 16501005 Failed to Connect to FormRenderService + +**Error Message** + +Connect FormRenderService failed, please try again later. + +**Description** + +The FormRenderService fails to be connected. + +**Possible Causes** + +The service is busy. + +**Solution** + +Try again later. -- GitLab