Crypto Framework Error Codes
Note:
Currently in the beta phase.
Note:
The following describes only the error codes specific to this module. For general error codes, please refer to the Universal Error Code Documentation.
17620001 Memory Error
Error Message
Memory error.
Possible Causes
Memory allocation failure in the current system.
Resolution Steps
- Check whether the current system functions normally.
- Verify whether the business data exceeds length limits, causing the system to fail in memory allocation.
17620002 Runtime Error
Error Message
Runtime error.
Possible Causes
Unexpected errors occurred in the system.
Resolution Steps
Check whether the current system functions normally.
17630001 Algorithm-Related Operation Error, Third-Party Algorithm Library API Call Failed
Error Message
Crypto operation error.
Possible Causes
An error occurred during the interaction between the cryptographic algorithm framework and a third-party algorithm library.
Resolution Steps
- Verify the correctness of input parameters.
- Check whether the third-party algorithm library functions normally.