errors

package
v0.2.1 Latest Latest
Warning

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

Go to latest
Published: Mar 6, 2023 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 ErrNotSupported added in v0.2.0

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

ErrNotSupported is the error when there is an attempt to do an unsupported operation

func NewErrNotSupported added in v0.2.0

func NewErrNotSupported(op string) *ErrNotSupported

NewErrNotSupported creates a new ErrNotSupported

func (*ErrNotSupported) Error added in v0.2.0

func (ens *ErrNotSupported) 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