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

Method Error

errors/errors_task.go:109–115  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

107}
108
109func (err *TaskCalledTooManyTimesError) Error() string {
110 return fmt.Sprintf(
111 `task: Maximum task call exceeded (%d) for task %q: probably an cyclic dep or infinite loop`,
112 err.MaximumTaskCall,
113 err.TaskName,
114 )
115}
116
117func (err *TaskCalledTooManyTimesError) Code() int {
118 return CodeTaskCalledTooManyTimes

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected