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

Method Error

errors/errors_task.go:94–96  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

92}
93
94func (err *TaskNameFlattenConflictError) Error() string {
95 return fmt.Sprintf(`task: Found multiple tasks (%s) included by "%s""`, err.TaskName, err.Include)
96}
97
98func (err *TaskNameFlattenConflictError) Code() int {
99 return CodeTaskNameConflict

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected