1# Crypto Framework Error Codes 2 3> **NOTE** 4> 5> This topic describes only module-specific error codes. For details about universal error codes, see [Universal Error Codes](errorcode-universal.md). 6 7## 17620001 Memory Error 8 9**Error Message** 10 11Memory error. 12 13**Possible Causes** 14 15The memory allocation failed. 16 17**Solution** 18 191. Check whether the system is running properly. 202. Check whether the service data is too long. 21 22## 17620002 Runtime Error 23 24**Error Message** 25 26Runtime error. 27 28**Possible Causes** 29 30An unexpected error occurs. 31 32**Solution** 33 34Check whether the system is running properly. 35 36## 19030001 Crypto Operation Error 37 38**Error Message** 39 40Crypto operation error. 41 42**Possible Causes** 43 44An error occurs when the cryptography framework interacts with a third-party algorithm library. 45 46**Solution** 47 481. Check whether the input parameters are correct. 492. Check whether the third-party algorithm library functions properly. 50