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

Method Error

errors/errors_task.go:81–83  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

79}
80
81func (err *TaskNameConflictError) Error() string {
82 return fmt.Sprintf(`task: Found multiple tasks (%s) that match %q`, strings.Join(err.TaskNames, ", "), err.Call)
83}
84
85func (err *TaskNameConflictError) Code() int {
86 return CodeTaskNameConflict

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected