errs

package
v0.0.9 Latest Latest
Warning

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

Go to latest
Published: May 3, 2026 License: GPL-3.0 Imports: 1 Imported by: 0

Documentation

Overview

Package errs collects all exported errors used by the application.

Index

Constants

This section is empty.

Variables

View Source
var (
	ErrInvalidDefPerm     = errors.New("invalid default perm")
	ErrInvalidOutputDir   = errors.New("invalid output directory")
	ErrInvalidTemplate    = errors.New("invalid template")
	ErrInvalidArgument    = errors.New("invalid argument")
	ErrUnknownObject      = errors.New("unknown package object")
	ErrInvalidPackage     = errors.New("invalid package")
	ErrInvalidRelativeDir = errors.New("invalid relative directory")
	ErrNotLocalDir        = errors.New("not local directory")
	ErrInvalidDirectory   = errors.New("invalid directory")
	ErrMissingAction      = errors.New("missing action")
	ErrNoTestToRun        = errors.New("no tests to run")
	ErrNoPackageToRun     = errors.New("no package to run")
	ErrUnknownCommand     = errors.New("unknown command")
	ErrBlockNotTerminated = errors.New("block not terminated")
	ErrUnknownTag         = errors.New("unknown tag")
	ErrUnknownTemplate    = errors.New("unknown template")
	ErrUpToDateWithForce  = errors.New("uptodate incompatible with force")
	ErrUpToDateWithPerm   = errors.New("uptodate incompatible with perm")
	ErrUpToDateWithOutput = errors.New("uptodate incompatible with output")
	ErrParseError         = errors.New("parse error")
)

Exported errors.

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