cancelTask

private var cancelTask: (ClientException) -> Unit?

using the Task's instance, we can cancel and running coroutines of this Task's scope. alternatively we can use the Task's cancel fun @see Task.cancel