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

Method Error

errors/errors_taskfile.go:57–59  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

55}
56
57func (err TaskfileInvalidError) Error() string {
58 return fmt.Sprintf("task: Failed to parse %s:\n%v", filepath.ToSlash(err.URI), err.Err)
59}
60
61func (err TaskfileInvalidError) Code() int {
62 return CodeTaskfileInvalid

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected