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

Struct TaskfileFetchFailedError

errors/errors_taskfile.go:67–70  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

65// TaskfileFetchFailedError is returned when no appropriate Taskfile is found when
66// searching the filesystem.
67type TaskfileFetchFailedError struct {
68 URI string
69 HTTPStatusCode int
70}
71
72func (err TaskfileFetchFailedError) Error() string {
73 var statusText string

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected