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

Method Error

errors/errors_taskfile.go:170–175  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

168}
169
170func (err *TaskfileNetworkTimeoutError) Error() string {
171 return fmt.Sprintf(
172 `task: Network connection timed out after %s while attempting to download Taskfile %q`,
173 err.Timeout, filepath.ToSlash(err.URI),
174 )
175}
176
177func (err *TaskfileNetworkTimeoutError) Code() int {
178 return CodeTaskfileNetworkTimeout

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected