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()
388 let error_str = format!( in check_result_contains_error_string() localVariable393 error_str.contains(expected_error_string), in check_result_contains_error_string()395 error_str, in check_result_contains_error_string()
4939 let error_str = format!( in check_result_is_error_containing_string() localVariable4944 error_str.contains(target), in check_result_is_error_containing_string()4946 error_str, in check_result_is_error_containing_string()