()
| 78 | } |
| 79 | |
| 80 | func (err TaskfileFetchFailedError) Code() int { |
| 81 | return CodeTaskfileFetchFailed |
| 82 | } |
| 83 | |
| 84 | // TaskfileNotTrustedError is returned when the user does not accept the trust |
| 85 | // prompt when downloading a remote Taskfile. |
nothing calls this directly
no outgoing calls
no test coverage detected