()
| 96 | } |
| 97 | |
| 98 | func (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. |
nothing calls this directly
no outgoing calls
no test coverage detected