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

Method Error

errors/errors_taskfile.go:90–95  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

88}
89
90func (err *TaskfileNotTrustedError) Error() string {
91 return fmt.Sprintf(
92 `task: Taskfile %q not trusted by user`,
93 filepath.ToSlash(err.URI),
94 )
95}
96
97func (err *TaskfileNotTrustedError) Code() int {
98 return CodeTaskfileNotTrusted

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected