Check if an error is caused by user calling cancel() on a upload/download task. If an overwriting error is supplied to task.cancel(errorOverwrite), this function will return false.
cancel()
task.cancel(errorOverwrite)
false
Check if an error is caused by user calling
cancel()
on a upload/download task. If an overwriting error is supplied totask.cancel(errorOverwrite)
, this function will returnfalse
.