fix 401 error

Signed-off-by: abonadon_hk <huangkang22@huawei.com>
Change-Id: I5265d15dda64fb7b8bb444e98d93f0a69ffc7879
This commit is contained in:
abonadon_hk 2024-06-03 14:35:58 +08:00
parent b62a78ffb8
commit 60e383e96b

View File

@ -1285,7 +1285,7 @@ declare namespace userAuth {
* @permission ohos.permission.ACCESS_BIOMETRIC
* @throws { BusinessError } 201 - Permission verification failed.
* @throws { BusinessError } 401 - Incorrect parameters. Possible causes:
* <br>2. Incorrect parameter types.
* <br>1. Incorrect parameter types.
* @throws { BusinessError } 12500001 - Authentication failed.
* @throws { BusinessError } 12500002 - General operation error.
* @throws { BusinessError } 12500003 - Authentication canceled.
@ -1305,7 +1305,7 @@ declare namespace userAuth {
* @permission ohos.permission.ACCESS_BIOMETRIC
* @throws { BusinessError } 201 - Permission verification failed.
* @throws { BusinessError } 401 - Incorrect parameters. Possible causes:
* <br>2. Incorrect parameter types.
* <br>1. Incorrect parameter types.
* @throws { BusinessError } 12500001 - Authentication failed.
* @throws { BusinessError } 12500002 - General operation error.
* @throws { BusinessError } 12500003 - Authentication canceled.
@ -1328,7 +1328,7 @@ declare namespace userAuth {
* @permission ohos.permission.ACCESS_BIOMETRIC
* @throws { BusinessError } 201 - Permission verification failed.
* @throws { BusinessError } 401 - Incorrect parameters. Possible causes:
* <br>2. Incorrect parameter types.
* <br>1. Incorrect parameter types.
* @throws { BusinessError } 12500002 - General operation error.
* @syscap SystemCapability.UserIAM.UserAuth.Core
* @since 10