diff --git a/api/@ohos.bundle.installer.d.ts b/api/@ohos.bundle.installer.d.ts index f839cd94ae5e702bc119ae10cf4a728393274cc8..e461952c740264940cc1dba96259b42d143b5876 100644 --- a/api/@ohos.bundle.installer.d.ts +++ b/api/@ohos.bundle.installer.d.ts @@ -568,6 +568,7 @@ declare namespace installer { * @throws { BusinessError } 17700020 - The specified bundle is a pre-installed bundle and cannot be uninstalled. * @throws { BusinessError } 17700040 - The specified bundle is a shared bundle and cannot be uninstalled. * @throws { BusinessError } 17700045 - Failed to uninstall the HAP because uninstall is not allowed by the enterprise device management. + * @throws { BusinessError } 17700060 - The specified application cannot be uninstalled. * @throws { BusinessError } 17700067 - Failed to uninstall the HAP because uninstalling the native package failed. * @syscap SystemCapability.BundleManager.BundleFramework.Core * @systemapi @@ -605,6 +606,7 @@ declare namespace installer { * @throws { BusinessError } 17700020 - The specified bundle is a pre-installed bundle and cannot be uninstalled. * @throws { BusinessError } 17700040 - The specified bundle is a shared bundle and cannot be uninstalled. * @throws { BusinessError } 17700045 - Failed to uninstall the HAP because uninstall is not allowed by the enterprise device management. + * @throws { BusinessError } 17700060 - The specified application cannot be uninstalled. * @throws { BusinessError } 17700067 - Failed to uninstall the HAP because uninstalling the native package failed. * @syscap SystemCapability.BundleManager.BundleFramework.Core * @systemapi @@ -646,6 +648,7 @@ declare namespace installer { * @throws { BusinessError } 17700020 - The specified bundle is a pre-installed bundle and cannot be uninstalled. * @throws { BusinessError } 17700040 - The specified bundle is a shared bundle and cannot be uninstalled. * @throws { BusinessError } 17700045 - Failed to uninstall the HAP because uninstall is not allowed by the enterprise device management. + * @throws { BusinessError } 17700060 - The specified application cannot be uninstalled. * @throws { BusinessError } 17700067 - Failed to uninstall the HAP because uninstalling the native package failed. * @syscap SystemCapability.BundleManager.BundleFramework.Core * @systemapi