mirror of
https://gitee.com/openharmony/interface_sdk_c
synced 2024-11-23 06:39:54 +00:00
!1482 NATIVE_ERROR_HDI_ERROR错误码补充
Merge pull request !1482 from 马靖涛/20240925_1
This commit is contained in:
commit
8720afdcf1
@ -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 */
|
||||
|
Loading…
Reference in New Issue
Block a user