From aa5633e3a7ae63a4e210c07b6c8777c165adebfd Mon Sep 17 00:00:00 2001 From: SoftSquirrel Date: Thu, 30 Mar 2023 09:56:21 +0800 Subject: [PATCH] Issue:#I6RHPO Description:add EDM error code Sig: SIG_ApplicaitonFramework Feature or Bugfix: Feature Binary Source: No Signed-off-by: SoftSquirrel --- api/@ohos.bundle.installer.d.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/api/@ohos.bundle.installer.d.ts b/api/@ohos.bundle.installer.d.ts index 5b711e95e..261b561de 100644 --- a/api/@ohos.bundle.installer.d.ts +++ b/api/@ohos.bundle.installer.d.ts @@ -73,7 +73,7 @@ declare namespace installer { * @throws { BusinessError } 17700031 - Failed to install the HAP because the overlay check of the HAP is failed. * @throws { BusinessError } 17700036 - Failed to install the HSP because lacks appropriate permissions. * @throws { BusinessError } 17700039 - Failed to install because disallow install a shared bundle by hapFilePaths. - * @throws { BusinessError } 17700041 - Failed to install because EDM disallow install. + * @throws { BusinessError } 17700041 - Failed to install because enterprise device management disallow install. * @syscap SystemCapability.BundleManager.BundleFramework.Core * @systemapi * @since 9 @@ -101,7 +101,7 @@ declare namespace installer { * @throws { BusinessError } 17700031 - Failed to install the HAP because the overlay check of the HAP is failed. * @throws { BusinessError } 17700036 - Failed to install the HSP because lacks appropriate permissions. * @throws { BusinessError } 17700039 - Failed to install because disallow install a shared bundle by hapFilePaths. - * @throws { BusinessError } 17700041 - Failed to install because EDM disallow install. + * @throws { BusinessError } 17700041 - Failed to install because enterprise device management disallow install. * @syscap SystemCapability.BundleManager.BundleFramework.Core * @systemapi * @since 9