Exception: DropboxApi::Errors::SaveCopyReferenceError

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

Constant Summary collapse

ErrorSubtypes =
{
  path: WriteError,
  invalid_copy_reference: InvalidCopyReferenceError,
  no_permission: NoPermissionError,
  not_found: NotFoundError,
  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