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

Struct TaskfileNotFoundError

errors/errors_taskfile.go:14–19  ·  view source on GitHub ↗

TaskfileNotFoundError is returned when no appropriate Taskfile is found when searching the filesystem.

Source from the content-addressed store, hash-verified

12// TaskfileNotFoundError is returned when no appropriate Taskfile is found when
13// searching the filesystem.
14type TaskfileNotFoundError struct {
15 URI string
16 Walk bool
17 AskInit bool
18 OwnerChange bool
19}
20
21func (err TaskfileNotFoundError) Error() string {
22 var walkText string

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected