mirror of
https://gitee.com/openharmony/security_huks
synced 2024-11-27 08:51:08 +00:00
!1252 新增错误码 HKS_ERROR_RETRYABLE_ERROR
Merge pull request !1252 from 杨欢欢/tmp
This commit is contained in:
commit
d522a1f76f
@ -361,6 +361,7 @@ enum HksErrorCode {
|
||||
HKS_ERROR_CORRUPT_FILE = -144,
|
||||
HKS_ERROR_KEY_NODE_NOT_FOUND = -145,
|
||||
HKS_ERROR_KEY_NODE_IN_USE = -146,
|
||||
HKS_ERROR_RETRYABLE_ERROR = -147,
|
||||
|
||||
HKS_ERROR_LOAD_PLUGIN_FAIL = -998,
|
||||
HKS_ERROR_INTERNAL_ERROR = -999,
|
||||
|
Loading…
Reference in New Issue
Block a user