Exception: DropboxApi::Errors::PreviewError

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

Constant Summary collapse

ErrorSubtypes =
{
  :path => LookupError,
  :in_progress => InProgressError,
  :unsupported_extension => UnsupportedExtensionError,
  :unsupported_content => UnsupportedContentError
}.freeze

Method Summary

Methods inherited from BasicError

build, find_subtype, #initialize

Constructor Details

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