!1252 新增错误码 HKS_ERROR_RETRYABLE_ERROR

Merge pull request !1252 from 杨欢欢/tmp
This commit is contained in:
openharmony_ci 2024-08-12 12:38:01 +00:00 committed by Gitee
commit d522a1f76f
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -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,