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