Searched refs:rt_error_code (Results 1 – 2 of 2) sorted by relevance
91 std::string GetErrorMsg(uint32_t rt_error_code) { in GetErrorMsg() argument92 auto find_iter = error_msg.find(rt_error_code); in GetErrorMsg()94 return "Return error code unknown, ret code: " + std::to_string(rt_error_code); in GetErrorMsg()
22 std::string GetErrorMsg(uint32_t rt_error_code);