MCPcopy
hub / github.com/go-task/task / TaskfileNetworkTimeoutError

Struct TaskfileNetworkTimeoutError

errors/errors_taskfile.go:165–168  ·  view source on GitHub ↗

TaskfileNetworkTimeoutError is returned when the user attempts to use a remote Taskfile but a network connection could not be established within the timeout.

Source from the content-addressed store, hash-verified

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.
165type TaskfileNetworkTimeoutError struct {
166 URI string
167 Timeout time.Duration
168}
169
170func (err *TaskfileNetworkTimeoutError) Error() string {
171 return fmt.Sprintf(

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected