From c77d43e7594f648df15b1ee63dd725e3e2a7c1b6 Mon Sep 17 00:00:00 2001 From: xhz-sz Date: Tue, 2 Sep 2025 10:52:59 +0800 Subject: [PATCH] Revert Incorrect Modification --- api/application/Context.d.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/api/application/Context.d.ts b/api/application/Context.d.ts index b226b36719..42da72a655 100644 --- a/api/application/Context.d.ts +++ b/api/application/Context.d.ts @@ -561,6 +561,7 @@ declare class Context extends BaseContext { * Obtains the context of this application. * * @returns { ApplicationContext } Application context obtained. + * @throws { BusinessError } 401 - Parameter error. Possible causes: 1.Mandatory parameters are left unspecified. 2.Incorrect parameter types. * @syscap SystemCapability.Ability.AbilityRuntime.Core * @stagemodelonly * @crossplatform -- Gitee