diff --git a/zh-cn/application-dev/reference/apis/js-apis-useriam-userauth.md b/zh-cn/application-dev/reference/apis/js-apis-useriam-userauth.md index 1af4f69de5d24fbe09ee64f4afdbfd27fe79ffd5..d78151eaa8032fb7d2b6420a7a5bcca1989288d5 100644 --- a/zh-cn/application-dev/reference/apis/js-apis-useriam-userauth.md +++ b/zh-cn/application-dev/reference/apis/js-apis-useriam-userauth.md @@ -277,7 +277,7 @@ start : () => void | -------- | ------- | | 201 | Permission verification failed. | | 401 | Incorrect parameters. | -| 12500001 | Execution failed. | +| 12500001 | Authentication failed. | | 12500002 | General operation error. | | 12500003 | The operation is canceled. | | 12500004 | The operation is time-out. | @@ -489,7 +489,7 @@ try { | 名称 | 值 | 说明 | | ----------------------- | ------ | -------------------- | | SUCCESS | 12500000 | 执行成功。 | -| FAIL | 12500001 | 执行失败。 | +| FAIL | 12500001 | 认证失败。 | | GENERAL_ERROR | 12500002 | 操作通用错误。 | | CANCELED | 12500003 | 操作取消。 | | TIMEOUT | 12500004 | 操作超时。 | @@ -802,7 +802,7 @@ auth.auth(null, userIAM_userAuth.UserAuthType.FACE, userIAM_userAuth.AuthTrustLe | 名称 | 值 | 说明 | | ----------------------- | ------ | -------------------- | | SUCCESS | 0 | 执行成功。 | -| FAIL | 1 | 执行失败。 | +| FAIL | 1 | 认证失败。 | | GENERAL_ERROR | 2 | 操作通用错误。 | | CANCELED | 3 | 操作取消。 | | TIMEOUT | 4 | 操作超时。 | diff --git a/zh-cn/application-dev/reference/errorcodes/errorcode-useriam.md b/zh-cn/application-dev/reference/errorcodes/errorcode-useriam.md index d8a1feb3710f7696bc1590cf5cf596c6e8c0faaf..c7bb87386231d1ba66a4ff5c61fd4d49bd307eaf 100644 --- a/zh-cn/application-dev/reference/errorcodes/errorcode-useriam.md +++ b/zh-cn/application-dev/reference/errorcodes/errorcode-useriam.md @@ -12,7 +12,7 @@ 具体参见[通用错误码](./errorcode-universal.md) -## 12500001 执行认证失败 +## 12500001 认证失败 **错误信息** @@ -20,11 +20,11 @@ Authentication failed. **可能原因** -出现该错误码一般是系统内部错误,例如内存申请失败、内存拷贝出错等。 +当前凭据与设备里已经录入的凭据比对失败。 **处理步骤** -重启设备,重新调用接口。 +重新发起认证。 ## 12500002 一般的操作错误