Issue:#I6RHPO

Description:add EDM error code
Sig: SIG_ApplicaitonFramework
Feature or Bugfix: Feature
Binary Source: No

Signed-off-by: SoftSquirrel <xuhao47@huawei.com>
This commit is contained in:
SoftSquirrel 2023-03-30 09:56:21 +08:00
parent 31ddac45b7
commit aa5633e3a7

View File

@ -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