1# 证书管理对话框错误码 2 3<!--Kit: Device Certificate Kit--> 4<!--Subsystem: Security--> 5<!--Owner: @chaceli--> 6<!--Designer: @chande--> 7<!--Tester: @zhangzhi1995--> 8<!--Adviser: @zengyawen--> 9 10> **说明:** 11> 12> 以下仅介绍本模块特有错误码,通用错误码请参考[通用错误码说明文档](../errorcode-universal.md)。 13 14## 29700001 内部错误 15 16**错误信息** 17 18Internal error. Possible causes: 1. IPC communication failed; 2. Memory operation error; 3. File operation error. 19 20**可能原因** 21 22调用API时发生内部错误。 23 24**处理步骤** 25 26检查内部运行情况是否正常。 27 28## 29700002 操作取消 29 30**错误信息** 31 32The user cancels the installation operation. 33 34**可能原因** 35 36调用API时用户取消操作。 37 38**处理步骤** 39 40无需处理。 41 42## 29700003 证书安装失败错误 43 44**错误信息** 45 46The user install certificate failed in the certificate manager dialog, such as the certificate is in an invalid format. 47 48**可能原因** 49 50调用API安装证书时失败,可能是由于证书格式错误。 51 52**处理步骤** 53 54检查证书格式,数据等是否正常。 55 56## 29700004 设备类型不支持 57 58**错误信息** 59 60The API is not supported on this device. 61 62**可能原因** 63 64调用API时当前设备非PC设备。 65 66**处理步骤** 67 68更换PC设备调用此API。 69 70## 29700005 操作不符合设备安全策略 71 72**错误信息** 73 74The operation does not comply with the device security policy, such as the device does not allow users to manage the ca certificate of the global user. 75 76**可能原因** 77 78调用API时当前设备非企业设备。 79 80**处理步骤** 81 82更换企业设备调用此API。 83