errors

package
v0.0.0-...-1592773 Latest Latest
Warning

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

Go to latest
Published: Feb 28, 2025 License: AGPL-3.0 Imports: 1 Imported by: 2

Documentation

Index

Constants

View Source
const (
	// UnitNotFound describes an error that occurs when the unit
	// being operated on does not exist.
	UnitNotFound = errors.ConstError("unit not found")

	// PortRangeConflict describes an error that occurs when a user tries to open
	// or close a port range overlaps with another.
	PortRangeConflict = errors.ConstError("port range conflict")

	// InvalidEndpoint describes an error that occurs when a user trying to open
	// or close a port range with an endpoint which does not exist on the unit.
	InvalidEndpoint = errors.ConstError("invalid endpoint(s)")
)

Variables

This section is empty.

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