()
| 64 | } |
| 65 | |
| 66 | func (err *TaskInternalError) Error() string { |
| 67 | return fmt.Sprintf(`task: Task "%s" is internal`, err.TaskName) |
| 68 | } |
| 69 | |
| 70 | func (err *TaskInternalError) Code() int { |
| 71 | return CodeTaskInternal |
nothing calls this directly
no outgoing calls
no test coverage detected