Searched refs:error_msg (Results 1 – 4 of 4) sorted by relevance
199 IOStatus error_msg = IOStatus::IOError("Retryable IO Error"); in TEST_F() local200 error_msg.SetRetryable(true); in TEST_F()308 IOStatus error_msg = IOStatus::IOError("Retryable IO Error"); in TEST_F() local309 error_msg.SetRetryable(true); in TEST_F()475 IOStatus error_msg = IOStatus::IOError("Retryable IO Error"); in TEST_F() local476 error_msg.SetRetryable(true); in TEST_F()571 IOStatus error_msg = IOStatus::IOError("Retryable IO Error"); in TEST_F() local572 error_msg.SetRetryable(true); in TEST_F()796 IOStatus error_msg = IOStatus::IOError("Retryable IO Error"); in TEST_F() local797 error_msg.SetRetryable(true); in TEST_F()[all …]
171 error_msg = error_parser.parse_error(line)172 if error_msg is not None:173 print(error_msg)
152 std::string error_msg("Unsupported filter \n"); in ToString()153 return error_msg; in ToString()
307 auto error_msg = in ReadProperties() local310 ROCKS_LOG_ERROR(ioptions.info_log, "%s", error_msg.c_str()); in ReadProperties()