planerrors

package
v1.0.2 Latest Latest
Warning

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

Go to latest
Published: Apr 1, 2025 License: GPL-3.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	ErrInvalidOp        = errors.New("invalid operator")
	ErrNotImplemented   = errors.New("not implemented")
	ErrDivByZero        = errors.New("division by zero")
	ErrModByZero        = errors.New("modulo by zero")
	ErrInvalidIndexType = errors.New("invalid index type")
	ErrIndexOutOfRange  = errors.New("index out of range")
	ErrUnknownMethod    = errors.New("unknown method")
	ErrMaxRecurseDepth  = errors.New("max depth reached")
	ErrMaxVisitorDepth  = errors.New("max includes depth reached")
)

Functions

This section is empty.

Types

This section is empty.

Jump to

Keyboard shortcuts

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