GetThumbnailBatchError

public enum GetThumbnailBatchError : CustomStringConvertible, JSONRepresentable

The GetThumbnailBatchError union

  • The operation involves more than 25 files.

    Declaration

    Swift

    case tooManyFiles
  • An unspecified error.

    Declaration

    Swift

    case other
  • Declaration

    Swift

    public var description: String { get }