errors

package
v0.3.61 Latest Latest
Warning

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

Go to latest
Published: Jan 17, 2024 License: Apache-2.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	// ErrIncorrectArgumentNum is raised when the number of positional parameters
	// are not specified when expected.
	ErrIncorrectArgumentNum = errors.New("incorrect number of arguments specified")

	// ErrInvalidName is raised when a name is zero length or another constraint
	// is invalid.
	ErrInvalidName = errors.New("invalid name specified")

	// ErrInvalidPath is raised when a path is zero length or doesn't exist.
	ErrInvalidPath = errors.New("invalid path specified")

	// ErrInvalidEnvironment is raised when an environment variable is not set.
	ErrInvalidEnvironment = errors.New("invalid environment")

	// ErrNotFound is raised when a requested resource name isn't found.
	ErrNotFound = errors.New("resource name not found")

	// ErrProjectNamespaceUndefined is raised when you try to provision a control
	// plane against a project that hasn't fully provisioned yet.
	ErrProjectNamespaceUndefined = errors.New("project namespace is not set")
)

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