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

Method Code

errors/errors_taskfile.go:177–179  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

175}
176
177func (err *TaskfileNetworkTimeoutError) Code() int {
178 return CodeTaskfileNetworkTimeout
179}
180
181// TaskfileCycleError is returned when we detect that a Taskfile includes a
182// set of Taskfiles that include each other in a cycle.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected