Exception: DropboxApi::Errors::UploadSessionFinishError

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

Constant Summary collapse

ErrorSubtypes =
{
  lookup_failed: UploadSessionLookupError,
  path: WriteError,
  too_many_shared_folder_targets: TooManySharedFolderTargetsError
}.freeze

Method Summary

Methods inherited from BasicError

build, find_subtype, #initialize

Constructor Details

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