From 2a1cf20a262cc036d59c71733e7713ce651fa93f Mon Sep 17 00:00:00 2001 From: liwuli Date: Tue, 22 Aug 2023 10:35:59 +0800 Subject: [PATCH] =?UTF-8?q?fixed=20e41cb44=20from=20https://gitee.com/ning?= =?UTF-8?q?ningW/docs-yuanma/pulls/22658=20=E6=B7=BB=E5=8A=A0=E9=94=99?= =?UTF-8?q?=E8=AF=AF=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: liwuli --- .../errorcode-enterpriseDeviceManager.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/zh-cn/application-dev/reference/errorcodes/errorcode-enterpriseDeviceManager.md b/zh-cn/application-dev/reference/errorcodes/errorcode-enterpriseDeviceManager.md index 75ba77cddf..f10e975ab6 100644 --- a/zh-cn/application-dev/reference/errorcodes/errorcode-enterpriseDeviceManager.md +++ b/zh-cn/application-dev/reference/errorcodes/errorcode-enterpriseDeviceManager.md @@ -185,6 +185,24 @@ Authorize permission to the application failed. 检查需要被授予权限的应用是否在管理员用户下安装。 +## 9201001 管理证书失败 + +**错误信息** + +manage certificate failed + +**错误描述** + +当超级设备管理应用安装或者卸载用户证书失败时,则会产生此错误码。 + +**可能原因** + +用户证书信息错误。 + +**处理步骤** + +检查用户证书是否正确。 + ## 9201002 应用安装失败 **错误信息** -- GitLab