I am trying to download file from my App and I have a Question About it what happens if phone has less memory than file size that is being downloading..
Is It trigger below urlSession delegate ? If it is what is the error?
public func urlSession(_ session: URLSession, task: URLSessionTask,
didCompleteWithError error: Error?) {
}