diff --git a/error_manager/error_code.json b/error_manager/error_code.json index 1afb7209bc47ce979554e6fbd0b6c781d3c0b3c4..7014e305e50885c462549a1171d17e50f75b14f0 100644 --- a/error_manager/error_code.json +++ b/error_manager/error_code.json @@ -1540,6 +1540,17 @@ "Solution": "Try again with a valid argument. If the error persists, check the argument verification logic in the code." } }, + { + "errClass": "TBE Compiler Errors", + "errTitle": "Invalid IR", + "ErrCode": "EB0000", + "ErrMessage": "Failed to compile the operator. Reason:%s, %s", + "Arglist": "message,traceback", + "suggestion": { + "Possible Cause": "The IR is invalid.", + "Solution": "Check that the Compute and Schedule APIs are used correctly. For details, see the TBE Custom Operator Developer Guide. If the error persists, contact Huawei technical support." + } + }, { "errClass": "Command Line Errors", "errTitle": "Invalid SoC Version", @@ -2576,11 +2587,6 @@ "ErrMessage" : "Compile operator failed, cause: %s, %s", "Arglist" : "message,traceback" }, - { - "ErrCode" : "EB0000", - "ErrMessage" : "Compile operator failed, cause: %s, %s", - "Arglist" : "message,traceback" - }, { "ErrCode" : "E90000", "ErrMessage" : "Compile operator failed, cause: %s %s",