mirror of
https://gitee.com/openharmony/interface_sdk-js
synced 2024-11-27 09:22:53 +00:00
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:
parent
31ddac45b7
commit
aa5633e3a7
4
api/@ohos.bundle.installer.d.ts
vendored
4
api/@ohos.bundle.installer.d.ts
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user