modify err code to comply with bundle manager

Signed-off-by: ChenYC009 <chenyongchun5@huawei.com>
Change-Id: Id43fb39beadfda345c9b2835a43f8393a5149eb3
This commit is contained in:
ChenYC009 2024-06-18 16:10:35 +08:00
parent 53b83f4e88
commit 708e79fd72

View File

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