From 5c626214b4cef15f81173d9053076d1a5f325372 Mon Sep 17 00:00:00 2001 From: yuechunyang Date: Thu, 19 Jun 2025 16:01:39 +0800 Subject: [PATCH] change errorcode 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 60567532c8..37d1b50eff 100644 --- a/api/@ohos.app.ability.appManager.d.ts +++ b/api/@ohos.app.ability.appManager.d.ts @@ -1229,7 +1229,7 @@ declare namespace appManager { * @throws { BusinessError } 16000050 - Internal error. * @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 } 16000203 - Cannot change the keep-alive status. * @throws { BusinessError } 16000204 - The target bundle is not in u1. * @syscap SystemCapability.Ability.AbilityRuntime.Core * @systemapi -- Gitee