From 03833f616c833f1af75ad39833121cb509e2d103 Mon Sep 17 00:00:00 2001 From: yuechunyang Date: Mon, 16 Jun 2025 14:01:24 +0800 Subject: [PATCH] fix error code Signed-off-by: yuechunyang --- api/@ohos.app.ability.appManager.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/@ohos.app.ability.appManager.d.ts b/api/@ohos.app.ability.appManager.d.ts index 64353534e2..60567532c8 100644 --- a/api/@ohos.app.ability.appManager.d.ts +++ b/api/@ohos.app.ability.appManager.d.ts @@ -1227,7 +1227,7 @@ declare namespace appManager { * @throws { BusinessError } 202 - Not system application. * @throws { BusinessError } 801 - Capability not supported. * @throws { BusinessError } 16000050 - Internal error. - * @throws { BusinessError } 16000081 - The target bundle does not exist. + * @throws { BusinessError } 16000081 - Failed to obtain the target application information. * @throws { BusinessError } 16000202 - Invalid main element type. * @throws { BusinessError } 16000203 - Can not change keep alive status. * @throws { BusinessError } 16000204 - The target bundle is not in u1. -- Gitee