mirror of
https://gitee.com/openharmony/interface_sdk-js
synced 2025-03-04 15:27:44 +00:00
feat: add free install task already in progress error
Signed-off-by: yangxuguang-huawei <yangxuguang3@huawei.com>
This commit is contained in:
parent
b6afce2323
commit
d7ef06fb75
1
api/application/UIAbilityContext.d.ts
vendored
1
api/application/UIAbilityContext.d.ts
vendored
@ -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
|
||||
|
1
api/application/UIExtensionContext.d.ts
vendored
1
api/application/UIExtensionContext.d.ts
vendored
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user