errors

package
v0.0.2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 7, 2022 License: MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ErrCollisionSaturation

type ErrCollisionSaturation struct {
	// contains filtered or unexported fields
}

ErrCollisionSaturation is the error when the index slots available for a given hash have all been filled

func NewErrCollisionSaturation

func NewErrCollisionSaturation(k []byte) *ErrCollisionSaturation

NewErrCollisionSaturation creates a new ErrCollisionSaturation

func (*ErrCollisionSaturation) Error

func (ecs *ErrCollisionSaturation) Error() string

type ErrOutOfBounds

type ErrOutOfBounds struct {
	// contains filtered or unexported fields
}

ErrOutOfBounds is the error when there is an attempt to access or mutate a variable beyond its boundaries in memory or on disk

func NewErrOutOfBounds

func NewErrOutOfBounds(msg string) *ErrOutOfBounds

NewErrOutOfBounds creates a new ErrOutOfBounds

func (*ErrOutOfBounds) Error

func (eob *ErrOutOfBounds) Error() string

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL