feat: add free install task already in progress error

Signed-off-by: yangxuguang-huawei <yangxuguang3@huawei.com>
This commit is contained in:
yangxuguang-huawei 2024-07-04 20:11:25 +08:00
parent b6afce2323
commit d7ef06fb75
2 changed files with 2 additions and 0 deletions

View File

@ -563,6 +563,7 @@ export default class UIAbilityContext extends Context {
* @throws { BusinessError } 16000013 - The application is controlled by EDM.
* @throws { BusinessError } 16000019 - Can not match any component.
* @throws { BusinessError } 16200001 - The caller has been released.
* @throws { BusinessError } 16000054 - The installation-free service is busy.Try again later.
* @syscap SystemCapability.Ability.AbilityRuntime.Core
* @stagemodelonly
* @atomicservice

View File

@ -271,6 +271,7 @@ export default class UIExtensionContext extends ExtensionContext {
* @throws { BusinessError } 16000019 - Can not match any component.
* @throws { BusinessError } 16000069 - The extension cannot start the third party application.
* @throws { BusinessError } 16200001 - The caller has been released.
* @throws { BusinessError } 16000054 - The installation-free service is busy.Try again later.
* @syscap SystemCapability.Ability.AbilityRuntime.Core
* @stagemodelonly
* @since 12