Versions in this module Expand all Collapse all v1 v1.0.2 Jun 10, 2023 Changes in this version + var ErrDataDirectoryCorrupted = errors.New("DataDirectoryCorruptedError : the databases directory maybe corrupted") + var ErrDataFailNotFound = errors.New("DataFailNotFoundError : data file is not found") + var ErrExceedMaxBatchNum = errors.New("ExceedMaxBatchNumError : exceed the max batch num") + var ErrIndexUpdateFailed = errors.New("IndexUpdateFailError : failed to update index") + var ErrKeyIsEmpty = errors.New("KeyEmptyError : the key is empty") + var ErrKeyNotFound = errors.New("KeyNotFoundError : key is not found in database") + var ErrMergeIsProgress = errors.New("MergeIsProgressError : merge is in progress, try again later") + var ErrOptionDataFileSizeNotPositive = errors.New("OptionDataFileSizeError : database data file size must be greater than 0") + var ErrOptionDirPathIsEmpty = errors.New("OptionDirPathError : database dir path is empty")