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

Method Code

errors/errors_taskfile.go:80–82  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

78}
79
80func (err TaskfileFetchFailedError) Code() int {
81 return CodeTaskfileFetchFailed
82}
83
84// TaskfileNotTrustedError is returned when the user does not accept the trust
85// prompt when downloading a remote Taskfile.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected