package
3.30.2-nuv.2309151614
Repository: https://github.com/nuvolaris/task.git
Documentation: pkg.go.dev

# Functions

As wraps the standard errors.As function so that we don't need to alias that package.
Is wraps the standard errors.Is function so that we don't need to alias that package.
New returns an error that formats as the given text.

# Constants

Used when the program exits without errors.
Task related exit codes.
Task related exit codes.
Taskfile related exit codes.
Taskfile related exit codes.
Taskfile related exit codes.
Taskfile related exit codes.
Taskfile related exit codes.
Taskfile related exit codes.
Taskfile related exit codes.
Task related exit codes.
Task related exit codes.
Task related exit codes.
Task related exit codes.
Task related exit codes.
Used when no other exit code is appropriate.

# Structs

TaskCalledTooManyTimesError is returned when the maximum task call limit is exceeded.
TaskCancelledByUserError is returned when the user does not accept an optional prompt to continue.
TaskCancelledNoTerminalError is returned when trying to run a task with a prompt in a non-terminal environment.
TaskfileAlreadyExistsError is returned on creating a Taskfile if one already exists.
TaskfileCacheNotFound is returned when the user attempts to use an offline (cached) Taskfile but the files does not exist in the cache.
TaskfileFetchFailedError is returned when no appropriate Taskfile is found when searching the filesystem.
TaskfileInvalidError is returned when the Taskfile contains syntax errors or cannot be parsed for some reason.
TaskfileNotFoundError is returned when no appropriate Taskfile is found when searching the filesystem.
TaskfileNotSecureError is returned when the user attempts to download a remote Taskfile over an insecure connection.
TaskfileNotTrustedError is returned when the user does not accept the trust prompt when downloading a remote Taskfile.
TaskInternalError when the user attempts to invoke a task that is internal.
TaskMissingRequiredVars is returned when a task is missing required variables.
TaskNameConflictError is returned when multiple tasks with the same name or alias are found.
TaskNotFoundError is returned when the specified task is not found in the Taskfile.
TaskRunError is returned when a command in a task returns a non-zero exit code.

# Interfaces

TaskError extends the standard error interface with a Code method.