12 #include "badgerdb_exception.h"
An exception that is thrown when a new entry to be inserted in the hash table is already present in i...
Base class for all BadgerDB-specific exceptions.
std::uint32_t FrameId
Identifier for a frame in buffer pool.
std::uint32_t PageId
Identifier for a page in a file.
HashAlreadyPresentException(const std::string &nameIn, PageId pageNoIn, FrameId frameNoIn)