mirror of
https://gitee.com/openharmony/arkcompiler_ets_runtime
synced 2024-11-23 10:09:54 +00:00
modify err code to comply with bundle manager
Signed-off-by: ChenYC009 <chenyongchun5@huawei.com> Change-Id: Id43fb39beadfda345c9b2835a43f8393a5149eb3
This commit is contained in:
parent
53b83f4e88
commit
708e79fd72
@ -26,10 +26,10 @@ enum {
|
||||
ERR_OK_NO_AOT_FILE = 10001,
|
||||
ERR_AOT_COMPILER_PARAM_FAILED = 10002,
|
||||
ERR_AOT_COMPILER_CONNECT_FAILED = 10003,
|
||||
ERR_AOT_COMPILER_CALL_FAILED = 10004,
|
||||
ERR_AOT_COMPILER_STOP_FAILED = 10005,
|
||||
ERR_AOT_COMPILER_SIGNATURE_FAILED = 10006,
|
||||
ERR_AOT_COMPILER_SIGNATURE_DISABLE = 10007,
|
||||
ERR_AOT_COMPILER_SIGNATURE_FAILED = 10004,
|
||||
ERR_AOT_COMPILER_SIGNATURE_DISABLE = 10005,
|
||||
ERR_AOT_COMPILER_CALL_FAILED = 10006,
|
||||
ERR_AOT_COMPILER_STOP_FAILED = 10007,
|
||||
INVALID_ERR_CODE = 99999,
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user