# 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.
No description provided by the author
Unwrap wraps the standard errors.Unwrap function so that we don't need to alias that package.
# 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.
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.
Task related exit codes.
Used when no other exit code is appropriate.
# Structs
No description provided by the author
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.
TaskfileCacheNotFoundError is returned when the user attempts to use an offline (cached) Taskfile but the files does not exist in the cache.
TaskfileCycleError is returned when we detect that a Taskfile includes a set of Taskfiles that include each other in a cycle.
No description provided by the author
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.
TaskfileNetworkTimeoutError is returned when the user attempts to use a remote Taskfile but a network connection could not be established within the timeout.
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.
No description provided by the author
TaskfileVersionCheckError is returned when the user attempts to run a Taskfile that does not contain a Taskfile schema version key or if they try to use a feature that is not supported by the schema version.
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 a matching name or alias are found.
No description provided by the author
No description provided by the author
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.