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
Click to show internal directories.
Click to hide internal directories.