harmony 鸿蒙HUKS Error Codes
HUKS Error Codes
NOTE
This topic describes only module-specific error codes. For details about universal error codes, see Universal Error Codes.
12000001 Feature Not Supported
Error Message
The ${messageInfo}
is not supported.
Possible Causes The parameter used in the API, such as the algorithm, is not supported.
Solution
Modify the parameters in the API.
12000002 Missing Key Algorithm Parameter
Error Message
Failed to obtain the ${messageInfo}
. It is not set in ParamSet.
Possible Causes
The key parameter is not set.
Solution
- Determine the missing parameter from the error message.
- Set the parameter.
12000003 Invalid Key Algorithm Parameter
Error Message
Invalid ${messageInfo}
.
Possible Causes
An invalid parameter is found.
Solution
- Determine the invalid parameter from the error message.
- Correct the invalid parameter.
12000004 File Error
Error Message
A file error can be any of the following:
- Insufficient storage space.
- Invalid file size.
- Failed to
${messageInfo}
.
Possible Causes
The file operation failed.
Solution
- Check for insufficient space and file system errors.
- Clear the disk space.
12000005 IPC Error
Error Message
Any of the following occurs:
- Failed to get messages from IPC.
- IPC
${messageInfo}
.
Possible Causes
The Inter-Process Communication (IPC) failed.
Solution
Locate and rectify the IPC failure.
12000006 Crypto Operation Failed
Error Message
Crypto engine error.
Possible Causes
The crypto operation fails. Possible causes include the following:
- The encryption and decryption failed due to incorrect ciphertext data.
- Incorrect key parameters exist.
Solution
- Check and correct the ciphertext data.
- Check and correct the key parameters.
12000007 Failed to Access the Key Due to Invalidated Credential
Error Message
This credential is invalidated permanently.
Possible Causes
The possible causes include the following:
- The key is configured with the user access control attribute and becomes invalid after the password is cleared.
- The key is configured with the user access control attribute and becomes invalid after a new biometric feature is enrolled.
Solution
- Locate the cause of the authentication failure based on the log.
- If the authentication fails due to the access control, the key cannot be used any longer.
12000008 Failed to Access the Key Due to a Failure in Authentication Token Verification
Error Message
The authentication token verification failed.
Possible Causes
The challenge value is incorrect.
Solution
- Check whether the challenge for user IAM authentication is correct.
- If the challenge value is incorrect, modify the assembly mode, use the data generated by HUKS to assembly the challenge value, and pass it to user IAM for authentication.
12000009 Key Access Timed Out
Error Message
This authentication token timed out.
Possible Causes
The authentication failed because the authentication timed out.
Solution
Initialize the key and perform the authentication again. Ensure that the difference between the current time and the authentication token generation time is less than the timeout interval.
12000010 Key Operation Sessions Reaches the Limit
Error Message
The number of key operation sessions has reached the limit.
Possible Causes
The number of concurrent key operation sessions has reached the maximum (15).
Solution
- Check whether there are multiple key session operations (init calls) for the same application. If yes, modify the code to avoid concurrent calling.
- If the key operation sessions are set up for different applications, wait until the sessions are released.
12000011 Entity Not Exist
Error Message
The entity does not exist.
Possible Causes
The key corresponding to the key alias does not exist.
Solution
- Check whether the key alias is correct.
- Check whether the key corresponding to the key alias is successfully generated.
12000012 External Error
Error Message
System external error.
Possible Causes
An external error, such as a hardware fault or file error, occurs.
Solution
Provide the error code and log information to the related party.
12000013 Credential Not Exist
Error Message
The credential does not exist.
Possible Causes
The credential, such as the PIN, fingerprint, or face image, is not enrolled.
Solution
Enroll the credential or change the authentication type bound to the key.
12000014 Insufficient Memory
Error Message
Any of the following occurs:
- Insufficient memory.
- Malloc failed.
Possible Causes
The system memory is insufficient, or the buffer allocated for the output parameter is too small.
Solution
- Release memory or restart the device.
- Check whether the buffer allocated for the output parameter is too small.
12000015 Failed to Invoke Other System Services
Error Message
Failed to obtain the ${messageInfo}
information via UserIAM.
Possible Causes
The called system service has not started.
Solution
Wait for the system service to start and call the API again.
12000016 Lock Screen Password Not Set
Error Message
A device password is required but not set.
Possible Causes
The key is available only with a lock screen password, however, the lock screen password is not set.
Solution
Set a lock screen password for the device or change the key usage restrictions.
你可能感兴趣的鸿蒙文章
harmony 鸿蒙Universal Keystore Kit (Key Management Service)
- 所属分类: 后端技术
- 本文标签:
热门推荐
-
2、 - 优质文章
-
3、 gate.io
-
8、 golang
-
9、 openharmony
-
10、 Vue中input框自动聚焦