Versions in this module Expand all Collapse all v3 v3.47.7 Jan 6, 2026 v3.47.6 Dec 25, 2025 v3.47.5 Dec 23, 2025 v3.47.4 Dec 23, 2025 Changes in this version + const CodeOk + const CodeTaskCalledTooManyTimes + const CodeTaskCancelled + const CodeTaskInternal + const CodeTaskMissingRequiredVars + const CodeTaskNameConflict + const CodeTaskNotAllowedVars + const CodeTaskNotFound + const CodeTaskRCNotFoundError + const CodeTaskRunError + const CodeTaskfileAlreadyExists + const CodeTaskfileCacheNotFound + const CodeTaskfileCycle + const CodeTaskfileDecode + const CodeTaskfileDoesNotMatchChecksum + const CodeTaskfileFetchFailed + const CodeTaskfileInvalid + const CodeTaskfileNetworkTimeout + const CodeTaskfileNotFound + const CodeTaskfileNotSecure + const CodeTaskfileNotTrusted + const CodeTaskfileVersionCheckError + const CodeUnknown + func As(err error, target any) bool + func Is(err, target error) bool + func New(text string) error + func Unwrap(err error) error + type MissingVar struct + AllowedValues []string + Name string + func (v MissingVar) String() string + type NotAllowedVar struct + Enum []string + Name string + Value string + type TaskCalledTooManyTimesError struct + MaximumTaskCall int + TaskName string + func (err *TaskCalledTooManyTimesError) Code() int + func (err *TaskCalledTooManyTimesError) Error() string + type TaskCancelledByUserError struct + TaskName string + func (err *TaskCancelledByUserError) Code() int + func (err *TaskCancelledByUserError) Error() string + type TaskCancelledNoTerminalError struct + TaskName string + func (err *TaskCancelledNoTerminalError) Code() int + func (err *TaskCancelledNoTerminalError) Error() string + type TaskError interface + Code func() int + type TaskInternalError struct + TaskName string + func (err *TaskInternalError) Code() int + func (err *TaskInternalError) Error() string + type TaskMissingRequiredVarsError struct + MissingVars []MissingVar + TaskName string + func (err *TaskMissingRequiredVarsError) Code() int + func (err *TaskMissingRequiredVarsError) Error() string + type TaskNameConflictError struct + Call string + TaskNames []string + func (err *TaskNameConflictError) Code() int + func (err *TaskNameConflictError) Error() string + type TaskNameFlattenConflictError struct + Include string + TaskName string + func (err *TaskNameFlattenConflictError) Code() int + func (err *TaskNameFlattenConflictError) Error() string + type TaskNotAllowedVarsError struct + NotAllowedVars []NotAllowedVar + TaskName string + func (err *TaskNotAllowedVarsError) Code() int + func (err *TaskNotAllowedVarsError) Error() string + type TaskNotFoundError struct + DidYouMean string + TaskName string + func (err *TaskNotFoundError) Code() int + func (err *TaskNotFoundError) Error() string + type TaskRCNotFoundError struct + URI string + Walk bool + func (err TaskRCNotFoundError) Code() int + func (err TaskRCNotFoundError) Error() string + type TaskRunError struct + Err error + TaskName string + func (err *TaskRunError) Code() int + func (err *TaskRunError) Error() string + func (err *TaskRunError) TaskExitCode() int + func (err *TaskRunError) Unwrap() error + type TaskfileAlreadyExistsError struct + func (err TaskfileAlreadyExistsError) Code() int + func (err TaskfileAlreadyExistsError) Error() string + type TaskfileCacheNotFoundError struct + URI string + func (err *TaskfileCacheNotFoundError) Code() int + func (err *TaskfileCacheNotFoundError) Error() string + type TaskfileCycleError struct + Destination string + Source string + func (err TaskfileCycleError) Code() int + func (err TaskfileCycleError) Error() string + type TaskfileDecodeError struct + Column int + Err error + Line int + Location string + Message string + Snippet string + Tag string + func NewTaskfileDecodeError(err error, node *yaml.Node) *TaskfileDecodeError + func (err *TaskfileDecodeError) Code() int + func (err *TaskfileDecodeError) Debug() string + func (err *TaskfileDecodeError) Error() string + func (err *TaskfileDecodeError) Unwrap() error + func (err *TaskfileDecodeError) WithFileInfo(location string, snippet string) *TaskfileDecodeError + func (err *TaskfileDecodeError) WithMessage(format string, a ...any) *TaskfileDecodeError + func (err *TaskfileDecodeError) WithTypeMessage(t string) *TaskfileDecodeError + type TaskfileDoesNotMatchChecksum struct + ActualChecksum string + ExpectedChecksum string + URI string + func (err *TaskfileDoesNotMatchChecksum) Code() int + func (err *TaskfileDoesNotMatchChecksum) Error() string + type TaskfileFetchFailedError struct + HTTPStatusCode int + URI string + func (err TaskfileFetchFailedError) Code() int + func (err TaskfileFetchFailedError) Error() string + type TaskfileInvalidError struct + Err error + URI string + func (err TaskfileInvalidError) Code() int + func (err TaskfileInvalidError) Error() string + type TaskfileNetworkTimeoutError struct + Timeout time.Duration + URI string + func (err *TaskfileNetworkTimeoutError) Code() int + func (err *TaskfileNetworkTimeoutError) Error() string + type TaskfileNotFoundError struct + AskInit bool + URI string + Walk bool + func (err TaskfileNotFoundError) Code() int + func (err TaskfileNotFoundError) Error() string + type TaskfileNotSecureError struct + URI string + func (err *TaskfileNotSecureError) Code() int + func (err *TaskfileNotSecureError) Error() string + type TaskfileNotTrustedError struct + URI string + func (err *TaskfileNotTrustedError) Code() int + func (err *TaskfileNotTrustedError) Error() string + type TaskfileVersionCheckError struct + Message string + SchemaVersion *semver.Version + URI string + func (err *TaskfileVersionCheckError) Code() int + func (err *TaskfileVersionCheckError) Error() string