errors

package
v0.5.1 Latest Latest
Warning

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

Go to latest
Published: Oct 17, 2020 License: MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	StaleRepoCacheIndexError      = errors.New("attempted to write stale cache")
	RepositoryInvalidError        = errors.New("given repository is not a valid kable repository")
	RepositoryAlreadyExistsError  = errors.New("repository is already configured")
	RepositoryUnknownError        = errors.New("repository is unknown")
	RepositoryNotInitializedError = errors.New("repository is not yet initialized")
	ConfigNotInitializedError     = errors.New("currentConfig is not yet initialized")
	ConfigAlreadyInitializedError = errors.New("currentConfig is already initialized")
	ConceptTypeUnsupportedError   = errors.New("given concept type is not supported")
	RenderTargetUnsupportedError  = errors.New("desired render target is not supported")
	InvalidConceptIdentifierError = errors.New("given concept identifier is invalid")
	ConceptDirInvalidError        = errors.New("directory is not a concept directory")
	InvalidRenderNameError        = errors.New("given app name is invalid (only allowed: 'a-z', '-', '_')")
	ValueTypeNotSupported         = errors.New("given value type is not supported")
	NotDirError                   = errors.New("given path is not a directory")
	UnsupportedURISchemeError     = errors.New("given URI scheme is not supported")
	NotHelmChartError             = errors.New("given repository path is not a valid helm chart")
)

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