mirror of
https://gitee.com/openharmony/interface_sdk-js
synced 2024-11-23 15:20:17 +00:00
Error Code Message Review
Signed-off-by: lwf <liweifeng10@huawei.com>
This commit is contained in:
parent
47db24951e
commit
917ba4c264
4
api/@ohos.screenLock.d.ts
vendored
4
api/@ohos.screenLock.d.ts
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user