pull/1285/head
liyihan2@huawei.com 4 years ago
parent 4607c0cd68
commit 12bdfce70b

@ -72,7 +72,7 @@ Status CheckOptionsValid(const std::map<string, string> &options) {
GELOGE(PARAM_INVALID,"[Check][JobId]Failed,"
"the job_id [%s] string length > max string length: %d",
job_id_iter->second.c_str(), kMaxStrLen);
REPORT_INPUT_ERROR("E10051", std::vector<std::string>({"id","length"}), std::vector<std::string(job_id_iter->second.c_str(), kMaxStrLen.to_string()));
REPORT_INPUT_ERROR("E10051", std::vector<std::string>({"id","length"}), std::vector<std::string>(job_id_iter->second.c_str(), kMaxStrLen.to_string(kMaxStrLen.length())));
return FAILED;
}
}

Loading…
Cancel
Save