ContentDownloadError
public enum ContentDownloadError : Error
-
Declaration
Swift
case cannotLoadData(location: URL) -
Declaration
Swift
case urlNil -
Declaration
Swift
case userNotAuthenticated -
Declaration
Swift
case unkown(error: Error?)
ContentDownloadError Enumeration Reference