MCPcopy
hub / github.com/go-task/task / TaskfileCacheNotFoundError

Struct TaskfileCacheNotFoundError

errors/errors_taskfile.go:120–122  ·  view source on GitHub ↗

TaskfileCacheNotFoundError is returned when the user attempts to use an offline (cached) Taskfile but the files does not exist in the cache.

Source from the content-addressed store, hash-verified

118// TaskfileCacheNotFoundError is returned when the user attempts to use an offline
119// (cached) Taskfile but the files does not exist in the cache.
120type TaskfileCacheNotFoundError struct {
121 URI string
122}
123
124func (err *TaskfileCacheNotFoundError) Error() string {
125 return fmt.Sprintf(

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected