()
| 124 | } |
| 125 | |
| 126 | func (err *TaskCancelledByUserError) Error() string { |
| 127 | return fmt.Sprintf(`task: Task %q cancelled by user`, err.TaskName) |
| 128 | } |
| 129 | |
| 130 | func (err *TaskCancelledByUserError) Code() int { |
| 131 | return CodeTaskCancelled |
nothing calls this directly
no outgoing calls
no test coverage detected