Class ThumbnailError

java.lang.Object
com.dropbox.core.v2.files.ThumbnailError

public final class ThumbnailError extends Object
This class is a tagged union. Tagged unions instances are always associated to a specific tag. This means only one of the isAbc() methods will return true. You can use tag() to determine the tag associated with this instance.
  • Field Details

    • UNSUPPORTED_EXTENSION

      public static final ThumbnailError UNSUPPORTED_EXTENSION
      The file extension doesn't allow conversion to a thumbnail.
    • UNSUPPORTED_IMAGE

      public static final ThumbnailError UNSUPPORTED_IMAGE
      The image cannot be converted to a thumbnail.
    • ENCRYPTED_CONTENT

      public static final ThumbnailError ENCRYPTED_CONTENT
      Encrypted content cannot be converted to a thumbnail.
    • CONVERSION_ERROR

      public static final ThumbnailError CONVERSION_ERROR
      An error occurs during thumbnail conversion.
  • Method Details