ThumbnailV2Error
public enum ThumbnailV2Error : CustomStringConvertible, JSONRepresentable
The ThumbnailV2Error union
-
An error occurred when downloading metadata for the image.
Declaration
Swift
case path(Files.LookupError)
-
The file extension doesn’t allow conversion to a thumbnail.
Declaration
Swift
case unsupportedExtension
-
The image cannot be converted to a thumbnail.
Declaration
Swift
case unsupportedImage
-
An error occurred during thumbnail conversion.
Declaration
Swift
case conversionError
-
Access to this shared link is forbidden.
Declaration
Swift
case accessDenied
-
The shared link does not exist.
Declaration
Swift
case notFound
-
An unspecified error.
Declaration
Swift
case other
-
Declaration
Swift
public var description: String { get }