Versions in this module Expand all Collapse all v1 v1.0.9 Apr 17, 2026 v1.0.8 Apr 17, 2026 v1.0.7 Apr 17, 2026 v1.0.6 Apr 17, 2026 Changes in this version + type VarEnvCollisionError struct + Name string + TaskName string + func (err *VarEnvCollisionError) Code() int + func (err *VarEnvCollisionError) Error() string v1.0.5 Apr 16, 2026 v1.0.4 Apr 16, 2026 v1.0.3 Apr 15, 2026 v1.0.2 Apr 14, 2026 v1.0.1 Apr 14, 2026 v1.0.0 Apr 14, 2026 Changes in this version + const CodeRitefileAlreadyExists + const CodeRitefileCycle + const CodeRitefileDecode + const CodeRitefileDoesNotMatchChecksum + const CodeRitefileInvalid + const CodeRitefileNotFound + const CodeRitefileVersionCheckError + const CodeRitercNotFoundError + type IncludeEscapesTreeError struct + IncludePath string + Reason string + func (err IncludeEscapesTreeError) Code() int + func (err IncludeEscapesTreeError) Error() string + type RitefileAlreadyExistsError struct + func (err RitefileAlreadyExistsError) Code() int + func (err RitefileAlreadyExistsError) Error() string + type RitefileCycleError struct + Destination string + Source string + func (err RitefileCycleError) Code() int + func (err RitefileCycleError) Error() string + type RitefileDecodeError struct + Column int + Err error + Line int + Location string + Message string + Snippet string + Tag string + func NewRitefileDecodeError(err error, node *yaml.Node) *RitefileDecodeError + func (err *RitefileDecodeError) Code() int + func (err *RitefileDecodeError) Debug() string + func (err *RitefileDecodeError) Error() string + func (err *RitefileDecodeError) Unwrap() error + func (err *RitefileDecodeError) WithFileInfo(location string, snippet string) *RitefileDecodeError + func (err *RitefileDecodeError) WithMessage(format string, a ...any) *RitefileDecodeError + func (err *RitefileDecodeError) WithTypeMessage(t string) *RitefileDecodeError + type RitefileDoesNotMatchChecksum struct + ActualChecksum string + ExpectedChecksum string + URI string + func (err *RitefileDoesNotMatchChecksum) Code() int + func (err *RitefileDoesNotMatchChecksum) Error() string + type RitefileInvalidError struct + Err error + URI string + func (err RitefileInvalidError) Code() int + func (err RitefileInvalidError) Error() string + type RitefileNotFoundError struct + AskInit bool + OwnerChange bool + URI string + Walk bool + func (err RitefileNotFoundError) Code() int + func (err RitefileNotFoundError) Error() string + type RitefileVersionCheckError struct + Message string + SchemaVersion *semver.Version + URI string + func (err *RitefileVersionCheckError) Code() int + func (err *RitefileVersionCheckError) Error() string + type RitercNotFoundError struct + URI string + Walk bool + func (err RitercNotFoundError) Code() int + func (err RitercNotFoundError) Error() string v0 v0.1.0 Apr 13, 2026 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 + OwnerChange 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