diff --git a/error_manager/error_code.json b/error_manager/error_code.json index 89a6104fe7e90746b169f6da3a79bb11586e53f5..f09e337ac4c55d7109759a31eb526253c7f0e0eb 100644 --- a/error_manager/error_code.json +++ b/error_manager/error_code.json @@ -2871,6 +2871,28 @@ "Solution": "N/A" } }, + { + "errClass": "DUMP Errors", + "errTitle": "Invalid Argument", + "ErrCode": "EP0001", + "ErrMessage": "Value [%s] for [%s] is invalid. Reason: %s.", + "Arglist": "value,param,reason", + "suggestion": { + "Possible Cause": "N/A", + "Solution": "Check and modify the configuration according to Reason. For details about the dump usage and restrictions, refer to the official website." + } + }, + { + "errClass": "DUMP Errors", + "errTitle": "File Operation Error", + "ErrCode": "EP0002", + "ErrMessage": "Abnormal operation on file[%s]. Reason: %s.", + "Arglist": "path,reason", + "suggestion": { + "Possible Cause": "N/A", + "Solution": "Check and modify the configuration according to Reason. For details about the dump usage and restrictions, refer to the official website." + } + }, { "errClass": "Queue Schedule Errors", "errTitle": "Group Attaching Failure",