!1482 NATIVE_ERROR_HDI_ERROR错误码补充

Merge pull request !1482 from 马靖涛/20240925_1
This commit is contained in:
openharmony_ci 2024-09-26 05:01:51 +00:00 committed by Gitee
commit 8720afdcf1
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -80,6 +80,8 @@ typedef enum OHNativeErrorCode {
NATIVE_ERROR_UNSUPPORTED = 50102000,
/** @error unknown error, please check log */
NATIVE_ERROR_UNKNOWN = 50002000,
/** @error hdi interface error */
NATIVE_ERROR_HDI_ERROR = 50007000,
/** @error ipc send failed */
NATIVE_ERROR_BINDER_ERROR = 50401000,
/** @error the egl environment is abnormal */