Searched refs:err_msg (Results 1 – 3 of 3) sorted by relevance
62 std::string err_msg; in LoadEnv() local65 &err_msg); in LoadEnv()
1086 std::string err_msg = s.ToString(); in DoCommand() local1087 err_msg.append(": Failed to list the content of "); in DoCommand()1088 err_msg.append(db_path_); in DoCommand()1089 exec_state_ = LDBCommandExecuteResult::Failed(err_msg); in DoCommand()1127 std::string err_msg("No MANIFEST found in "); in DoCommand() local1128 err_msg.append(db_path_); in DoCommand()1129 exec_state_ = LDBCommandExecuteResult::Failed(err_msg); in DoCommand()
3999 char err_msg[128] = {0}; in IngestExternalFiles() local4000 snprintf(err_msg, 128, "external_files[%zu] is empty", i); in IngestExternalFiles()4001 return Status::InvalidArgument(err_msg); in IngestExternalFiles()