From 95292fc4528851ba9c59233851be551ed6f7b6d5 Mon Sep 17 00:00:00 2001 From: sunxuhui Date: Tue, 15 Oct 2024 16:08:43 +0800 Subject: [PATCH] =?UTF-8?q?update=20Signed-off-by:=20=E5=AD=99=E6=97=AD?= =?UTF-8?q?=E8=BE=89=20?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- api/@ohos.bundle.installer.d.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/api/@ohos.bundle.installer.d.ts b/api/@ohos.bundle.installer.d.ts index 652fe317f..e4c4645f0 100644 --- a/api/@ohos.bundle.installer.d.ts +++ b/api/@ohos.bundle.installer.d.ts @@ -1229,6 +1229,7 @@ declare namespace installer { * @throws { BusinessError } 17700045 - Failed to uninstall because enterprise device management disallow uninstall. * @throws { BusinessError } 17700057 - Failed to uninstall updates because the HAP is not pre-installed. * @throws { BusinessError } 17700060 - The specified application cannot be uninstalled. + * @throws { BusinessError } 17700067 - Failed to uninstall the HAP because uninstalling the native package failed. * @throws { BusinessError } 17700073 - Failed to install the HAP because an application with the same *
bundle name but different signature information exists on the device. * @syscap SystemCapability.BundleManager.BundleFramework.Core