Error Code Message Review

Signed-off-by: lwf <liweifeng10@huawei.com>
This commit is contained in:
lwf 2024-08-15 02:37:12 +00:00 committed by Gitee
parent 47db24951e
commit 917ba4c264
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -120,7 +120,7 @@ declare namespace screenLock {
* <br>2. Incorrect parameter types.
* @throws { BusinessError } 202 - permission verification failed, application which is not a system application uses system API.
* @throws { BusinessError } 13200002 - the screenlock management service is abnormal.
* @throws { BusinessError } 13200003 - illegal use.
* @throws { BusinessError } 13200003 - Invalid use.
* @syscap SystemCapability.MiscServices.ScreenLock
* @systemapi Hide this for inner system use.
* @since 11
@ -143,7 +143,7 @@ declare namespace screenLock {
* @returns { Promise<boolean> } the promise returned by the function.
* @throws { BusinessError } 202 - permission verification failed, application which is not a system application uses system API.
* @throws { BusinessError } 13200002 - the screenlock management service is abnormal.
* @throws { BusinessError } 13200003 - illegal use.
* @throws { BusinessError } 13200003 - Invalid use.
* @syscap SystemCapability.MiscServices.ScreenLock
* @systemapi Hide this for inner system use.
* @since 11