From b839250f13a184ad9165bf21cf43fc5c3abd74fd Mon Sep 17 00:00:00 2001 From: huangjieliang Date: Wed, 15 May 2024 11:27:29 +0800 Subject: [PATCH] =?UTF-8?q?Fix:=20=E5=AE=8C=E5=96=84=E6=8E=A5=E5=8F=A3?= =?UTF-8?q?=E6=8F=8F=E8=BF=B0=E5=85=B3=E9=94=AE=E4=BF=A1=E6=81=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: huangjieliang Change-Id: I8b588dbffe74f0ae1af9fa6a378814cb03bb22ab --- api/@ohos.ability.screenLockFileManager.d.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/api/@ohos.ability.screenLockFileManager.d.ts b/api/@ohos.ability.screenLockFileManager.d.ts index ec5d82e14..9be258a72 100644 --- a/api/@ohos.ability.screenLockFileManager.d.ts +++ b/api/@ohos.ability.screenLockFileManager.d.ts @@ -122,7 +122,7 @@ declare namespace screenLockFileManager { * @returns { AccessStatus } Returns acquire the access result. * @throws { BusinessError } 201 - Permission verification failed, usually returned by VerifyAccessToken. * @throws { BusinessError } 202 - Permission verification failed, application which is not a system application uses system API. - * @throws { BusinessError } 401 - Parameter error. + * @throws { BusinessError } 401 - Parameter error. Possible causes: 1. Mandatory parameter is left unspecified. 2. Incorrect parameter types. * @throws { BusinessError } 801 - The specified SystemCapability name was not found. * @throws { BusinessError } 29300001 - Invalid parameter. * @throws { BusinessError } 29300002 - The system ability work abnormally. @@ -155,7 +155,7 @@ declare namespace screenLockFileManager { * @returns { ReleaseStatus } Returns release the access result. * @throws { BusinessError } 201 - Permission verification failed, usually returned by VerifyAccessToken. * @throws { BusinessError } 202 - Permission verification failed, application which is not a system application uses system API. - * @throws { BusinessError } 401 - Parameter error. + * @throws { BusinessError } 401 - Parameter error. Possible causes: 1. Mandatory parameter is left unspecified. 2. Incorrect parameter types. * @throws { BusinessError } 801 - The specified SystemCapability name was not found. * @throws { BusinessError } 29300001 - Invalid parameter. * @throws { BusinessError } 29300002 - The system ability work abnormally.