• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
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## 17500001 内部错误
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## 17500002 证书不存在
29
30**错误信息**
31
32The certificate does not exist.
33
34**可能原因**
35
36证书管理过程中发现证书不存在。
37
38**处理步骤**
39
40检查证书是否存在。
41
42## 17500003 证书或凭据无效
43
44**错误信息**
45
46The keystore is in an invalid format or the keystore password is incorrect.
47
48**可能原因**
49
50输入不是有效的证书或凭据。
51
52**处理步骤**
53
54检查证书或凭据的有效性。
55
56## 17500004 证书或凭据数量达到上限
57
58**错误信息**
59
60The number of certificates or credentials reaches the maximum allowed.
61
62**可能原因**
63
64已安装的证书或凭据数量达到最大值。
65
66**处理步骤**
67
68清理过期的证书或凭据。
69
70## 17500005 应用未经用户授权
71
72**错误信息**
73
74The application is not authorized by the user.
75
76**可能原因**
77
78用户没有将输入的凭据授权给当前应用使用。
79
80**处理步骤**
81
82检查输入的凭据是否正确或当前应用申请授权。
83
84## 17500007 设备进入坚盾守护模式
85
86**错误信息**
87
88The device enters advanced security mode.
89
90**可能原因**
91
92用户已开启坚盾守护模式。
93
94**处理步骤**
95
96需要在应用界面提醒用户关闭坚盾守护模式。
97
98## 17500009 不支持指定的证书存储路径
99
100**错误信息**
101
102The device does not support the specified certificate store path.
103
104**可能原因**
105
106设备不支持指定的证书存储路径。
107
108**处理步骤**
109
110检查输入的证书类型是否正确。
111