feat: add errcode to openLink

Signed-off-by: yangxuguang-huawei <yangxuguang3@huawei.com>
This commit is contained in:
yangxuguang-huawei 2024-07-09 18:52:02 +08:00
parent 2b2688eaef
commit 21b3a824b8
2 changed files with 0 additions and 2 deletions

View File

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

View File

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