Documentation
¶
Index ¶
- Variables
- func ErrEmptySlice() error
- func ErrIndexOutOfBounds(length, index int) error
- func ErrInvalidInterval(interval time.Duration) error
- func ErrInvalidKeyValLen() error
- func ErrInvalidMaxInterval(maxInterval time.Duration) error
- func ErrRetryTimeExhausted(latestErr error) error
- func NilErr(name string) error
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ErrSameRBNode = errors.New("[jit] cannot insert same red-black tree node") ErrNodeNotFound = errors.New("[jit] cannot find node in red-black tree") )
Functions ¶
func ErrEmptySlice ¶
func ErrEmptySlice() error
func ErrIndexOutOfBounds ¶
func ErrInvalidInterval ¶
func ErrInvalidKeyValLen ¶
func ErrInvalidKeyValLen() error
func ErrInvalidMaxInterval ¶
func ErrRetryTimeExhausted ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.