From 60e383e96b1312357c12febe2d324460d2ba5844 Mon Sep 17 00:00:00 2001 From: abonadon_hk Date: Mon, 3 Jun 2024 14:35:58 +0800 Subject: [PATCH] fix 401 error Signed-off-by: abonadon_hk Change-Id: I5265d15dda64fb7b8bb444e98d93f0a69ffc7879 --- api/@ohos.userIAM.userAuth.d.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/api/@ohos.userIAM.userAuth.d.ts b/api/@ohos.userIAM.userAuth.d.ts index bf2fa4377..c0b47db36 100644 --- a/api/@ohos.userIAM.userAuth.d.ts +++ b/api/@ohos.userIAM.userAuth.d.ts @@ -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: - *
2. Incorrect parameter types. + *
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: - *
2. Incorrect parameter types. + *
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: - *
2. Incorrect parameter types. + *
1. Incorrect parameter types. * @throws { BusinessError } 12500002 - General operation error. * @syscap SystemCapability.UserIAM.UserAuth.Core * @since 10