errors

package
v2.17.0+incompatible Latest Latest
Warning

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

Go to latest
Published: Oct 19, 2020 License: Apache-2.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	// ErrReleaseNotFound indicates that a release is not found.
	ErrReleaseNotFound = func(release string) error { return fmt.Errorf("release: %q not found", release) }
	// ErrReleaseExists indicates that a release already exists.
	ErrReleaseExists = func(release string) error { return fmt.Errorf("release: %q already exists", release) }
	// ErrInvalidKey indicates that a release key could not be parsed.
	ErrInvalidKey = func(release string) error { return fmt.Errorf("release: %q invalid key", release) }
)

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