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.
Click to show internal directories.
Click to hide internal directories.