errors

package
v0.8.0 Latest Latest
Warning

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

Go to latest
Published: May 14, 2025 License: Apache-2.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type CollectionEmptyError

type CollectionEmptyError struct{}

func NewCollectionEmptyError

func NewCollectionEmptyError() CollectionEmptyError

func (CollectionEmptyError) Error

func (CollectionEmptyError) Error() string

type CollectionFullError

type CollectionFullError struct {
	Capacity int
}

func NewCollectionFullError

func NewCollectionFullError(cap int) CollectionFullError

func (CollectionFullError) Error

func (e CollectionFullError) Error() string

type IndexOutOfBoundsError

type IndexOutOfBoundsError struct {
	Index int
}

func NewIndexOutOfBoundsError

func NewIndexOutOfBoundsError(i int) IndexOutOfBoundsError

func (IndexOutOfBoundsError) Error

func (err IndexOutOfBoundsError) Error() string

Jump to

Keyboard shortcuts

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