!13323 Error Code Message Review

Merge pull request !13323 from lwf/screenlock/0815
This commit is contained in:
openharmony_ci 2024-08-20 03:33:42 +00:00 committed by Gitee
commit 69496b477b
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