From 22dd95fa92848c8fa4f4bf291580e971cf5045ff Mon Sep 17 00:00:00 2001 From: Handsome_Afraican_Man Date: Sat, 6 May 2023 16:23:59 +0800 Subject: [PATCH] IssueNo:#I70V81 Description:fix Bm Sig:bundleManager Feature or Bugfix:Bugfix Binary Source:No Signed-off-by: zhouwenzhi --- zh-cn/application-dev/reference/apis/js-apis-installer.md | 6 +++--- .../reference/errorcodes/errorcode-bundle.md | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/zh-cn/application-dev/reference/apis/js-apis-installer.md b/zh-cn/application-dev/reference/apis/js-apis-installer.md index e8b465eab1..937c53f908 100644 --- a/zh-cn/application-dev/reference/apis/js-apis-installer.md +++ b/zh-cn/application-dev/reference/apis/js-apis-installer.md @@ -121,7 +121,7 @@ install(hapFilePaths: Array<string>, installParam: InstallParam, callback: | 17700036 | Failed to install the HSP because lacks appropriate permissions. | | 17700039 | Failed to install because disallow install a shared bundle by hapFilePaths. | | 17700041 | Failed to install because enterprise device management disallow install. | -| 17700044 | Failed to install because the isolationMode does not match the system. | +| 17700044 | Failed to install the HAP because the isolationMode configured is not supported. | **示例:** @@ -185,7 +185,7 @@ install(hapFilePaths: Array<string>, callback: AsyncCallback<void>): | 17700036 | Failed to install the HSP because lacks appropriate permissions. | | 17700039 | Failed to install because disallow install a shared bundle by hapFilePaths. | | 17700041 | Failed to install because enterprise device management disallow install. | -| 17700044 | Failed to install because the isolationMode does not match the system. | +| 17700044 | Failed to install the HAP because the isolationMode configured is not supported. | **示例:** @@ -253,7 +253,7 @@ install(hapFilePaths: Array\, installParam?: InstallParam) : Promise\ -Failed to install because the isolationMode does not match the system. +Failed to install the HAP because the isolationMode configured is not supported. **错误描述**
安装应用时,设置的isolationMode与系统配置项所允许的系统配置项矛盾。 -- GitLab