MCPcopy Create free account
hub / github.com/go-task/task / Code

Method Code

errors/errors_taskfile.go:61–63  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

59}
60
61func (err TaskfileInvalidError) Code() int {
62 return CodeTaskfileInvalid
63}
64
65// TaskfileFetchFailedError is returned when no appropriate Taskfile is found when
66// searching the filesystem.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected