Documentation
¶
Index ¶
- Variables
- 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
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ErrKeyEmpty = errors.New("key cannot be empty") ErrValueNil = errors.New("value cannot be null") ErrDBNotInit = errors.New("database not initialized") ErrFileNameEmpty = errors.New("filename cannot be empty") ErrAlreadySave = errors.New("save operation already in progress") ErrDirtyThresholdCount = errors.New("DirtyThresholdCount is greater than '0'") ErrDirtyThresholdRatio = errors.New("DirtyThresholdRatio is '0 ~ 1'") ErrFloatSpecial = errors.New("Invalid Error: result is Nan(Not a Number) or Infinity") )
Functions ¶
func ErrInvalidDataLength ¶
func ErrNoDataForKey ¶
func ErrUnsignedUnderflow ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.