error
An error object that indicates why the task failed.
Declaration
var error: (any Error)? { get }Discussion
This value is nil if the task is still active or if the transfer completed successfully.
An error object that indicates why the task failed.
var error: (any Error)? { get }This value is nil if the task is still active or if the transfer completed successfully.