ThumbnailError
public enum ThumbnailError : String
Enumeration of the different errors that Thumbnail retrieval can report.
-
error parsing the thumbnail metadata/playlist
Declaration
Swift
case parseError
-
error generating thumbnails from the source images
Declaration
Swift
case dataError
-
error fetching either the thumbnail metadata or image data
Declaration
Swift
case communicationError
-
Thumbnails were prepared but could not be accessed
Declaration
Swift
case accessError