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

Method Code

errors/errors_task.go:85–87  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

83}
84
85func (err *TaskNameConflictError) Code() int {
86 return CodeTaskNameConflict
87}
88
89type TaskNameFlattenConflictError struct {
90 TaskName string

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected