8 #include "slot_in_use_exception.h"
18 page_number_(page_num),
19 slot_number_(slot_num) {
21 ss <<
"Attempt to insert data to a slot that is currently in use."
Base class for all BadgerDB-specific exceptions.
std::uint32_t PageId
Identifier for a page in a file.
SlotInUseException(const PageId page_num, const SlotId slot_num)
const SlotId slot_number_
const PageId page_number_
std::uint16_t SlotId
Identifier for a slot in a page.