Exception: DropboxApi::Errors::RelocationError

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

Constant Summary collapse

ErrorSubtypes =
{
  from_lookup: LookupError,
  from_write: WriteError,
  to: WriteError,
  cant_copy_shared_folder: CantCopySharedFolderError,
  cant_nest_shared_folder: CantNestSharedFolderError,
  cant_move_folder_into_itself: CantMoveFolderIntoItselfError,
  too_many_files: TooManyFilesError
}.freeze

Method Summary

Methods inherited from BasicError

build, find_subtype, #initialize

Constructor Details

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