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

Method Code

errors/errors_task.go:98–100  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

96}
97
98func (err *TaskNameFlattenConflictError) Code() int {
99 return CodeTaskNameConflict
100}
101
102// TaskCalledTooManyTimesError is returned when the maximum task call limit is
103// exceeded. This is to prevent infinite loops and cyclic dependencies.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected