Exception: DropboxApi::Errors::UploadSessionLookupError

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

Constant Summary collapse

ErrorSubtypes =
{
  not_found: NotFoundError,
  incorrect_offset: UploadSessionOffsetError,
  closed: CursorClosedError,
  not_closed: CursorNotClosedError
}.freeze

Method Summary

Methods inherited from BasicError

build, find_subtype, #initialize

Constructor Details

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