errors

package
v1.14.0 Latest Latest
Warning

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

Go to latest
Published: Aug 16, 2026 License: MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	ErrMultipleOptionsWithSameName = errors.New("multiple options with same name")
	ErrNameNotFound                = errors.New("name not found")
	ErrUnsetOption                 = errors.New("unset option")
	ErrUnexpectedArgument          = errors.New("unexpected argument")
	ErrMissingRequiredOption       = errors.New("missing required option")
	ErrUnexpectedOptionValue       = errors.New("unexpected option value")
	ErrAmbiguousOption             = errors.New("ambiguous option")
	ErrInvalidChoice               = errors.New("invalid choice")
	ErrMutuallyExclusiveOptions    = errors.New("mutually exclusive options")
	ErrUndeclaredOption            = errors.New("undeclared option")
	ErrMissingPositional           = errors.New("missing positional argument")
	ErrAmbiguousPositionals        = errors.New("more than one variadic positional argument")
	ErrHelp                        = errors.New("help requested")
)

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