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

Method Code

errors/errors_task.go:70–72  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

68}
69
70func (err *TaskInternalError) Code() int {
71 return CodeTaskInternal
72}
73
74// TaskNameConflictError is returned when multiple tasks with a matching name or
75// alias are found.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected