Versions in this module Expand all Collapse all v1 v1.0.1 Aug 15, 2025 v1.0.0 Jul 28, 2025 Changes in this version + var ErrAlreadySave = errors.New("save operation already in progress") + var ErrDBNotInit = errors.New("database not initialized") + var ErrDirtyThresholdCount = errors.New("DirtyThresholdCount is greater than '0'") + var ErrDirtyThresholdRatio = errors.New("DirtyThresholdRatio is '0 ~ 1'") + var ErrFileNameEmpty = errors.New("filename cannot be empty") + var ErrFloatSpecial = errors.New("Invalid Error: result is Nan(Not a Number) or Infinity") + var ErrKeyEmpty = errors.New("key cannot be empty") + var ErrValueNil = errors.New("value cannot be null") + func ErrInvalidDataLength(expected, actual int) error + func ErrNoDataForKey(key string) error + func ErrTypeMismatch(key string, expected, actual types.DataType) error + func ErrUnsignedUnderflow[T generic.Unsigned](key string, current, delta T) error + func ErrValueOverflow[T generic.Numberic](key string, data_type types.DataType, current, delta T) error