ThumbnailError

public enum ThumbnailError : CustomStringConvertible, JSONRepresentable

The ThumbnailError union

  • An error occurs 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 occurs during thumbnail conversion.

    Declaration

    Swift

    case conversionError
  • Declaration

    Swift

    public var description: String { get }