()
| 92 | } |
| 93 | |
| 94 | func (err *TaskNameFlattenConflictError) Error() string { |
| 95 | return fmt.Sprintf(`task: Found multiple tasks (%s) included by "%s""`, err.TaskName, err.Include) |
| 96 | } |
| 97 | |
| 98 | func (err *TaskNameFlattenConflictError) Code() int { |
| 99 | return CodeTaskNameConflict |
nothing calls this directly
no outgoing calls
no test coverage detected