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

Struct TaskfileAlreadyExistsError

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

TaskfileAlreadyExistsError is returned on creating a Taskfile if one already exists.

Source from the content-addressed store, hash-verified

38// TaskfileAlreadyExistsError is returned on creating a Taskfile if one already
39// exists.
40type TaskfileAlreadyExistsError struct{}
41
42func (err TaskfileAlreadyExistsError) Error() string {
43 return "task: A Taskfile already exists"

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected