Exception: DropboxApi::Errors::ThumbnailError

Inherits:
BasicError
  • Object
show all
Defined in:
lib/dropbox_api/errors/thumbnail_error.rb

Constant Summary collapse

ErrorSubtypes =
{
  :path => LookupError,
  :unsupported_extension => UnsupportedExtensionError,
  :unsupported_image => UnsupportedImageError,
  :conversion_error => ConversionError
}.freeze

Method Summary

Methods inherited from BasicError

build, find_subtype, #initialize

Constructor Details

This class inherits a constructor from DropboxApi::Errors::BasicError