Searched refs:error_str (Results 1 – 3 of 3) sorted by relevance
52 std::string error_str = error.str(); in run() local54 if (!error_str.empty()) { in run()55 LOG(WARNING) << error_str; in run()60 return Status::fromServiceSpecificError(ret, error_str.c_str()); in run()
406 let error_str = format!( in check_result_contains_error_string() localVariable411 error_str.contains(expected_error_string), in check_result_contains_error_string()413 error_str, in check_result_contains_error_string()
5010 let error_str = format!( in check_result_is_error_containing_string() localVariable5015 error_str.contains(target), in check_result_is_error_containing_string()5017 error_str, in check_result_is_error_containing_string()