()
| 175 | } |
| 176 | |
| 177 | func (err *TaskfileNetworkTimeoutError) Code() int { |
| 178 | return CodeTaskfileNetworkTimeout |
| 179 | } |
| 180 | |
| 181 | // TaskfileCycleError is returned when we detect that a Taskfile includes a |
| 182 | // set of Taskfiles that include each other in a cycle. |
nothing calls this directly
no outgoing calls
no test coverage detected