• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# Crypto Framework Error Codes
2
3<!--Kit: Crypto Architecture Kit-->
4<!--Subsystem: Security-->
5<!--Owner: @zxz--3-->
6<!--Designer: @lanming-->
7<!--Tester: @PAFT-->
8<!--Adviser: @zengyawen-->
9
10> **NOTE**
11>
12> This topic describes only module-specific error codes. For details about universal error codes, see [Universal Error Codes](../errorcode-universal.md).
13
14## 17620001 Memory Error
15
16**Error Message**
17
18Memory error.
19
20**Possible Causes**
21
22The memory allocation failed.
23
24**Solution**
25
261. Check whether the system is running properly.
272. Check whether the service data is too long.
28
29## 17620002 Runtime Error
30
31**Error Message**
32
33Runtime error.
34
35**Possible Causes**
36
37An unexpected error occurs.
38
39**Solution**
40
41Check whether the system is running properly.
42
43## 19030001 Crypto Operation Error
44
45**Error Message**
46
47Crypto operation error.
48
49**Possible Causes**
50
51An error occurs when the cryptography framework interacts with a third-party algorithm library.
52
53**Solution**
54
551. Check whether the input parameters are correct.
562. Check whether the third-party algorithm library functions properly.
57