mirror of
https://gitee.com/openharmony/interface_sdk-js
synced 2024-11-30 10:53:31 +00:00
feat: add errcode to openLink
Signed-off-by: yangxuguang-huawei <yangxuguang3@huawei.com>
This commit is contained in:
parent
2b2688eaef
commit
21b3a824b8
1
api/application/UIAbilityContext.d.ts
vendored
1
api/application/UIAbilityContext.d.ts
vendored
@ -564,7 +564,6 @@ export default class UIAbilityContext extends Context {
|
||||
* @throws { BusinessError } 16000019 - Can not match any component.
|
||||
* @throws { BusinessError } 16200001 - The caller has been released.
|
||||
* @throws { BusinessError } 16000053 - The ability is not on the top of the UI.
|
||||
* @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
@ -272,7 +272,6 @@ export default class UIExtensionContext extends ExtensionContext {
|
||||
* @throws { BusinessError } 16000069 - The extension cannot start the third party application.
|
||||
* @throws { BusinessError } 16200001 - The caller has been released.
|
||||
* @throws { BusinessError } 16000053 - The ability is not on the top of the UI.
|
||||
* @throws { BusinessError } 16000054 - The installation-free service is busy.Try again later.
|
||||
* @syscap SystemCapability.Ability.AbilityRuntime.Core
|
||||
* @stagemodelonly
|
||||
* @since 12
|
||||
|
Loading…
Reference in New Issue
Block a user