()
| 28 | } |
| 29 | |
| 30 | func (err *TaskNotFoundError) Code() int { |
| 31 | return CodeTaskNotFound |
| 32 | } |
| 33 | |
| 34 | // TaskRunError is returned when a command in a task returns a non-zero exit |
| 35 | // code. |
nothing calls this directly
no outgoing calls
no test coverage detected