Searched refs:except_msg (Results 1 – 3 of 3) sorted by relevance
50 self.except_msg = "".join(traceback.format_exception(*except_info))56 self.except_type.__name__, self.where, self.except_msg)
333 task_info->except_msg = message; in QueryResultProcess()380 << "\n except_msg : " << task_info.except_msg; in ParseTargetJobStatus()385 << "\n except_msg : " << task_info.except_msg in ParseTargetJobStatus()454 << "\n Except_msg: " << task_info.except_msg; in QueryFusionFinishJob()782 auto except_msg = FilterExceptionMessage(all_logs); in OpSelectAndCheckResultProcess() local784 … << "\n exception message:" << except_msg << "\n node trace: " << trace::DumpSourceLines(node); in OpSelectAndCheckResultProcess()
39 std::string except_msg; member