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

Method Code

errors/errors_taskfile.go:159–161  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

157}
158
159func (err *TaskfileVersionCheckError) Code() int {
160 return CodeTaskfileVersionCheckError
161}
162
163// TaskfileNetworkTimeoutError is returned when the user attempts to use a remote
164// Taskfile but a network connection could not be established within the timeout.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected